| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index e1c4fa3653b44d9a841d588707cb3380b76c58e2..7691afa040942f1c39932d68ab58a503724535b9 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -16,6 +16,9 @@ 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",
|
|
|
| @@ -78,4 +81,10 @@ 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'],
|
| + },
|
| ]
|
|
|