Update V8 DEPS.
authormachenbach <machenbach@chromium.org>
Sat, 14 Mar 2015 18:41:28 +0000 (11:41 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 14 Mar 2015 18:41:41 +0000 (18:41 +0000)
Rolling v8/tools/clang to 37246cb63b9720d6fe74b473210291007e49297b

TBR=jochen@chromium.org
BUG=chromium:466099
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#27200}

DEPS
build/standalone.gypi

diff --git a/DEPS b/DEPS
index 2501330..586fbdf 100644 (file)
--- a/DEPS
+++ b/DEPS
@@ -18,7 +18,7 @@ deps = {
   "v8/testing/gmock":
     Var("git_url") + "/external/googlemock.git" + "@" + "29763965ab52f24565299976b936d1265cb6a271",  # from svn revision 501
   "v8/tools/clang":
-    Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "ed79fd57317ab9f09ce52a5e1c7424eebb80a73e",
+    Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "37246cb63b9720d6fe74b473210291007e49297b",
 }
 
 deps_os = {
index 95ffb99..8a8128d 100644 (file)
         # things when their commandline changes). Nothing should ever read this
         # define.
         'defines': ['CR_CLANG_REVISION=<!(<(DEPTH)/tools/clang/scripts/update.sh --print-revision)'],
+        'cflags+': [
+          '-Wno-format-pedantic',
+        ],
       }],
     ],
     'target_conditions': [