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

Side by Side Diff: DEPS

Issue 1428663002: Update V8 DEPS. (Closed) Base URL: https://chromium.googlesource.com/v8/v8@master
Patch Set: Created 5 years, 1 month 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 | no next file » | 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":
(...skipping 15 matching lines...) Expand all
26 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "c8ef63c728283debc25891123eb00482fee4b8cd", 26 "v8/test/simdjs/data": Var("git_url") + "/external/github.com/tc39/ecmascript_ simd.git" + "@" + "c8ef63c728283debc25891123eb00482fee4b8cd",
27 "v8/test/test262/data": 27 "v8/test/test262/data":
28 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "26e6fd7c17 79a63913cc7720cbc6c87b3b7b3285", 28 Var("git_url") + "/external/github.com/tc39/test262.git" + "@" + "26e6fd7c17 79a63913cc7720cbc6c87b3b7b3285",
29 "v8/tools/clang": 29 "v8/tools/clang":
30 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "66f532841733121656 9e8beb244fd887f62e8997", 30 Var("git_url") + "/chromium/src/tools/clang.git" + "@" + "66f532841733121656 9e8beb244fd887f62e8997",
31 } 31 }
32 32
33 deps_os = { 33 deps_os = {
34 "android": { 34 "android": {
35 "v8/third_party/android_tools": 35 "v8/third_party/android_tools":
36 Var("git_url") + "/android_tools.git" + "@" + "4238a28593b7e6178c95431f91c a8c24e45fa7eb", 36 Var("git_url") + "/android_tools.git" + "@" + "54492f99c84cab0826a8e656efe b33a1b1bf5a04",
37 }, 37 },
38 "win": { 38 "win": {
39 "v8/third_party/cygwin": 39 "v8/third_party/cygwin":
40 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df", 40 Var("git_url") + "/chromium/deps/cygwin.git" + "@" + "c89e446b273697fadf3a 10ff1007a97c0b7de6df",
41 } 41 }
42 } 42 }
43 43
44 include_rules = [ 44 include_rules = [
45 # Everybody can use some things. 45 # Everybody can use some things.
46 "+include", 46 "+include",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'name': 'clang', 158 'name': 'clang',
159 'pattern': '.', 159 'pattern': '.',
160 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 160 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
161 }, 161 },
162 { 162 {
163 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 163 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
164 "pattern": ".", 164 "pattern": ".",
165 "action": ["python", "v8/build/gyp_v8"], 165 "action": ["python", "v8/build/gyp_v8"],
166 }, 166 },
167 ] 167 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698