followups
authormtklein <mtklein@chromium.org>
Fri, 12 Feb 2016 20:58:09 +0000 (12:58 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Feb 2016 20:58:10 +0000 (12:58 -0800)
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1693823005

Review URL: https://codereview.chromium.org/1693823005

DEPS
gyp/yasm.gyp

diff --git a/DEPS b/DEPS
index 531f01f..b48ee88 100644 (file)
--- a/DEPS
+++ b/DEPS
@@ -51,7 +51,7 @@ deps = {
   # Mojo SDK for Mojo RPC experiments.
   "third_party/externals/mojo/public" : "https://chromium.googlesource.com/external/github.com/domokit/mojo_sdk@172be18ea745ab29aea132e6cb952e726dc32543",
 
-
+  # xSAN bots build Clang from scratch.
   "third_party/externals/llvm": "https://llvm.googlesource.com/llvm@release_38",
   "third_party/externals/llvm/tools/clang": "https://llvm.googlesource.com/clang@release_38",
   "third_party/externals/llvm/projects/compiler-rt": "https://llvm.googlesource.com/compiler-rt@release_38",
index 272778b..04e23cf 100644 (file)
     # Silence warnings in libc++ builds (C code doesn't need this flag).
     'ldflags!': [ '-stdlib=libc++', '-fsanitize=<(skia_sanitizer)' ],
     # https://crbug.com/489901
-    'cflags!': [ '-fsanitize=bounds', '-fsanitize=<(skia_sanitizer)', '-fsanitize-memory-track-origins' ],
+    'cflags!': [
+        '-fsanitize=bounds',
+        '-fsanitize=<(skia_sanitizer)',
+        '-fsanitize-memory-track-origins',
+    ],
     'libraries!': [ '-llog', ],
   },
   'targets': [