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

Side by Side Diff: DEPS

Issue 2320843003: [gn] Switch android bots to gn (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | gypfiles/standalone.gypi » ('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": 10 "v8/build":
11 Var("git_url") + "/chromium/src/build.git" + "@" + "464a8fa0e414f18a55f20f2a 6981778f105060da", 11 Var("git_url") + "/chromium/src/build.git" + "@" + "166aec3a7c2d01ac60a4921a 494f9c9139454243",
12 "v8/tools/gyp": 12 "v8/tools/gyp":
13 Var("git_url") + "/external/gyp.git" + "@" + "702ac58e477214c635d9b541932e75 a95d349352", 13 Var("git_url") + "/external/gyp.git" + "@" + "702ac58e477214c635d9b541932e75 a95d349352",
14 "v8/third_party/icu": 14 "v8/third_party/icu":
15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "2341038bf72869a5683a893a2 b319a48ffec7f62", 15 Var("git_url") + "/chromium/deps/icu.git" + "@" + "2341038bf72869a5683a893a2 b319a48ffec7f62",
16 "v8/third_party/instrumented_libraries": 16 "v8/third_party/instrumented_libraries":
17 Var("git_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@ " + "f15768d7fdf68c0748d20738184120c8ab2e6db7", 17 Var("git_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@ " + "f15768d7fdf68c0748d20738184120c8ab2e6db7",
18 "v8/buildtools": 18 "v8/buildtools":
19 Var("git_url") + "/chromium/buildtools.git" + "@" + "adb8bf4e8fc92aa1717bf15 1b862d58e6f27c4f2", 19 Var("git_url") + "/chromium/buildtools.git" + "@" + "adb8bf4e8fc92aa1717bf15 1b862d58e6f27c4f2",
20 "v8/base/trace_event/common": 20 "v8/base/trace_event/common":
21 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "315bf1 e2d45be7d53346c31cfcc37424a32c30c8", 21 Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "315bf1 e2d45be7d53346c31cfcc37424a32c30c8",
(...skipping 18 matching lines...) Expand all
40 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "29c2384449 4a7cc2fbebc6948d2cb0bcaddb24e7", 40 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "29c2384449 4a7cc2fbebc6948d2cb0bcaddb24e7",
41 "v8/test/test262/harness": 41 "v8/test/test262/harness":
42 Var("git_url") + "/external/github.com/test262-utils/test262-harness-py.git" + "@" + "cbd968f54f7a95c6556d53ba852292a4c49d11d8", 42 Var("git_url") + "/external/github.com/test262-utils/test262-harness-py.git" + "@" + "cbd968f54f7a95c6556d53ba852292a4c49d11d8",
43 "v8/tools/clang": 43 "v8/tools/clang":
44 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "052b1cffaca49a038f 27168ef9d897db6df04e5a", 44 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "052b1cffaca49a038f 27168ef9d897db6df04e5a",
45 } 45 }
46 46
47 deps_os = { 47 deps_os = {
48 "android": { 48 "android": {
49 "v8/third_party/android_tools": 49 "v8/third_party/android_tools":
50 Var("git_url") + "/android_tools.git" + "@" + "af1c5a4cd6329ccdcf8c2bc93d9 eea02f9d74869", 50 Var("git_url") + "/android_tools.git" + "@" + "25d57ead05d3dfef26e9c19b13e d10b0a69829cf",
51 }, 51 },
52 "win": { 52 "win": {
53 "v8/third_party/cygwin": 53 "v8/third_party/cygwin":
54 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df", 54 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df",
55 } 55 }
56 } 56 }
57 57
58 recursedeps = [ 'v8/third_party/android_tools' ] 58 recursedeps = [ 'v8/third_party/android_tools' ]
59 59
60 include_rules = [ 60 include_rules = [
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'name': 'clang', 275 'name': 'clang',
276 'pattern': '.', 276 'pattern': '.',
277 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 277 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
278 }, 278 },
279 { 279 {
280 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 280 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
281 "pattern": ".", 281 "pattern": ".",
282 "action": ["python", "v8/gypfiles/gyp_v8"], 282 "action": ["python", "v8/gypfiles/gyp_v8"],
283 }, 283 },
284 ] 284 ]
OLDNEW
« no previous file with comments | « no previous file | gypfiles/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698