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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | tools/clang/CMakeLists.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Note: The buildbots evaluate this file with CWD set to the parent 1 # Note: The buildbots evaluate this file with CWD set to the parent
2 # directory and assume that the root of the checkout is in ./v8/, so 2 # directory and assume that the root of the checkout is in ./v8/, so
3 # all paths in here must match this assumption. 3 # all paths in here must match this assumption.
4 4
5 vars = { 5 vars = {
6 "git_url": "https://chromium.googlesource.com", 6 "git_url": "https://chromium.googlesource.com",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 "v8/build/gyp": 10 "v8/build/gyp":
11 Var("git_url") + "/external/gyp.git" + "@" + "01528c7244837168a1c80f06ff60fa 5a9793c824", 11 Var("git_url") + "/external/gyp.git" + "@" + "01528c7244837168a1c80f06ff60fa 5a9793c824",
12 "v8/third_party/icu": 12 "v8/third_party/icu":
13 Var("git_url") + "/chromium/deps/icu.git" + "@" + "94e4b770ce2f6065d4261d29c 32683a6099b9d93", 13 Var("git_url") + "/chromium/deps/icu.git" + "@" + "94e4b770ce2f6065d4261d29c 32683a6099b9d93",
14 "v8/buildtools": 14 "v8/buildtools":
15 Var("git_url") + "/chromium/buildtools.git" + "@" + "5fc8d3943e163ee627c8af5 0366c700c0325bba2", 15 Var("git_url") + "/chromium/buildtools.git" + "@" + "5fc8d3943e163ee627c8af5 0366c700c0325bba2",
16 "v8/tools/swarming_client": 16 "v8/tools/swarming_client":
17 Var('git_url') + '/external/swarming.client.git' + '@' + "e4c0e242eeec361886 ed2b89591a505ebe24db43", 17 Var('git_url') + '/external/swarming.client.git' + '@' + "e4c0e242eeec361886 ed2b89591a505ebe24db43",
18 "v8/testing/gtest": 18 "v8/testing/gtest":
19 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87", 19 Var("git_url") + "/external/github.com/google/googletest.git" + "@" + "6f8a6 6431cb592dad629028a50b3dd418a408c87",
20 "v8/testing/gmock": 20 "v8/testing/gmock":
21 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be", 21 Var("git_url") + "/external/googlemock.git" + "@" + "0421b6f358139f02e102c9c 332ce19a33faf75be",
22 "v8/test/test262/data": 22 "v8/test/test262/data":
23 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "26e6fd7c17 79a63913cc7720cbc6c87b3b7b3285", 23 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "26e6fd7c17 79a63913cc7720cbc6c87b3b7b3285",
24 "v8/tools/clang":
25 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "ee2cf312005aa4d472 68041d36bfc50921afea29",
26 } 24 }
27 25
28 deps_os = { 26 deps_os = {
29 "android": { 27 "android": {
30 "v8/third_party/android_tools": 28 "v8/third_party/android_tools":
31 Var("git_url") + "/android_tools.git" + "@" + "4238a28593b7e6178c95431f91c a8c24e45fa7eb", 29 Var("git_url") + "/android_tools.git" + "@" + "4238a28593b7e6178c95431f91c a8c24e45fa7eb",
32 }, 30 },
33 "win": { 31 "win": {
34 "v8/third_party/cygwin": 32 "v8/third_party/cygwin":
35 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df", 33 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 # Note: This must run before the clang update. 143 # Note: This must run before the clang update.
146 'name': 'gold_plugin', 144 'name': 'gold_plugin',
147 'pattern': '.', 145 'pattern': '.',
148 'action': ['python', 'v8/build/download_gold_plugin.py'], 146 'action': ['python', 'v8/build/download_gold_plugin.py'],
149 }, 147 },
150 { 148 {
151 # Pull clang if needed or requested via GYP_DEFINES. 149 # Pull clang if needed or requested via GYP_DEFINES.
152 # Note: On Win, this should run after win_toolchain, as it may use it. 150 # Note: On Win, this should run after win_toolchain, as it may use it.
153 'name': 'clang', 151 'name': 'clang',
154 'pattern': '.', 152 'pattern': '.',
155 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 153 'action': ['v8/tools/clang/scripts/update.sh', '--if-needed', '--without-and roid', '--bootstrap'],
156 }, 154 },
157 { 155 {
158 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 156 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
159 "pattern": ".", 157 "pattern": ".",
160 "action": ["python", "v8/build/gyp_v8"], 158 "action": ["python", "v8/build/gyp_v8"],
161 }, 159 },
162 ] 160 ]
OLDNEW
« 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