From db1eaae6aad2ab0ca775919bc53ee7f5e3fc67fb Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Mon, 19 Oct 2015 11:23:52 -0700 Subject: Revert "Switch builds to clang by default for Linux and OS X." This reverts commit 5478df43a8970257e9644ae6f57a6fe7513029c6. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1413193002 . --- DEPS | 9 --------- 1 file changed, 9 deletions(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 8f0b55f29c..74097a67d9 100644 --- a/DEPS +++ b/DEPS @@ -16,9 +16,6 @@ deps = { "testing/gtest": "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c4703e6496d1efd19e975ad2b038", - "tools/clang": - "https://chromium.googlesource.com/chromium/src/tools/clang", - "v8": "https://chromium.googlesource.com/v8/v8.git@d3f97a972ffe37989fed2794d07e33f7c25f651c", @@ -79,10 +76,4 @@ hooks = [ '-s', 'buildtools/linux64/clang-format.sha1', ], }, - { - # Pull clang if needed or requested via GYP_DEFINES. - 'name': 'clang', - 'pattern': '.', - 'action': ['python', 'tools/clang/scripts/update.py', '--if-needed'], - }, ] -- cgit v1.2.3