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

Side by Side Diff: DEPS

Issue 2738453005: Try ICU-59-to be with UChar set to {wchart_t, uint16_t} for C API users
Patch Set: Roll ICU to 97b9daa (goma work-around/PNaCl fix) Created 3 years, 9 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 | 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 "chromium_url": "https://chromium.googlesource.com", 6 "chromium_url": "https://chromium.googlesource.com",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 "v8/build": 10 "v8/build":
11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "7de5863ecae56a4c730 bf6e204844809c8a5c9a1", 11 Var("chromium_url") + "/chromium/src/build.git" + "@" + "7de5863ecae56a4c730 bf6e204844809c8a5c9a1",
12 "v8/tools/gyp": 12 "v8/tools/gyp":
13 Var("chromium_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba5872 8ff219637458563", 13 Var("chromium_url") + "/external/gyp.git" + "@" + "e7079f0e0e14108ab0dba5872 8ff219637458563",
14 "v8/third_party/icu": 14 "v8/third_party/icu":
15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "450be73c9ee8ae29d43d 4fdc82febb2a5f62bfb5", 15 Var("chromium_url") + "/chromium/deps/icu.git" + "@" + "97b9daaf89287048597b ac7e65c5fc9b9a8f559",
16 "v8/third_party/instrumented_libraries": 16 "v8/third_party/instrumented_libraries":
17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "62275386c19e927797e8ae6b0c6e57a76c9c6f3c", 17 Var("chromium_url") + "/chromium/src/third_party/instrumented_libraries.git" + "@" + "62275386c19e927797e8ae6b0c6e57a76c9c6f3c",
18 "v8/buildtools": 18 "v8/buildtools":
19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "e6b510a9daf822bbe9 f922c200c58150803d2fd8", 19 Var("chromium_url") + "/chromium/buildtools.git" + "@" + "e6b510a9daf822bbe9 f922c200c58150803d2fd8",
20 "v8/base/trace_event/common": 20 "v8/base/trace_event/common":
21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0 6294c8a4a6f744ef284cd63cfe54dbf61eea290", 21 Var("chromium_url") + "/chromium/src/base/trace_event/common.git" + "@" + "0 6294c8a4a6f744ef284cd63cfe54dbf61eea290",
22 "v8/third_party/jinja2": 22 "v8/third_party/jinja2":
23 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "d34383 206fa42d52faa10bb9931d6d538f3a57e0", 23 Var("chromium_url") + "/chromium/src/third_party/jinja2.git" + "@" + "d34383 206fa42d52faa10bb9931d6d538f3a57e0",
24 "v8/third_party/markupsafe": 24 "v8/third_party/markupsafe":
25 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "8f 45f5cfa0009d2a70589bcda0349b8cb2b72783", 25 Var("chromium_url") + "/chromium/src/third_party/markupsafe.git" + "@" + "8f 45f5cfa0009d2a70589bcda0349b8cb2b72783",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'name': 'clang', 290 'name': 'clang',
291 'pattern': '.', 291 'pattern': '.',
292 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'], 292 'action': ['python', 'v8/tools/clang/scripts/update.py', '--if-needed'],
293 }, 293 },
294 { 294 {
295 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 295 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
296 "pattern": ".", 296 "pattern": ".",
297 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"], 297 "action": ["python", "v8/gypfiles/gyp_v8", "--running-as-hook"],
298 }, 298 },
299 ] 299 ]
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