Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: DEPS

Issue 1385193002: Bisect clang Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 246985 Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | tools/clang/CMakeLists.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index b8f46dd912900480ffbd7403faff4821c440167e..3c07045f6202aad012b021ec05cad18143491c37 100644
--- a/DEPS
+++ b/DEPS
@@ -21,8 +21,6 @@ deps = {
Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c332ce19a33faf75be",
"v8/test/test262/data":
Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "26e6fd7c1779a63913cc7720cbc6c87b3b7b3285",
- "v8/tools/clang":
- Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "ee2cf312005aa4d47268041d36bfc50921afea29",
}
deps_os = {
@@ -152,7 +150,7 @@ hooks = [
# Note: On Win, this should run after win_toolchain, as it may use it.
'name': 'clang',
'pattern': '.',
- 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
+ 'action': ['v8/tools/clang/scripts/update.sh', '--if-needed', '--without-android', '--bootstrap'],
},
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
« no previous file with comments | « .gitignore ('k') | tools/clang/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698