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

Side by Side Diff: tools/deps/dartium.deps/DEPS

Issue 2952643002: Update to latest WebKit changes: (Closed)
Patch Set: Created 3 years, 6 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 # The file DEPS.chromium from this directory (tools/deps/dartium.deps) is 1 # The file DEPS.chromium from this directory (tools/deps/dartium.deps) is
2 # copied into this file, rather than imported, because the new DEPS syntax 2 # copied into this file, rather than imported, because the new DEPS syntax
3 # analyzer does not support the way that we import it. 3 # analyzer does not support the way that we import it.
4 # Please keep the code between here and "END OF IMPORTED CHROMIUM DEPS" 4 # Please keep the code between here and "END OF IMPORTED CHROMIUM DEPS"
5 # an exact copy of the modified DEPS.chromium in this directory. 5 # an exact copy of the modified DEPS.chromium in this directory.
6 6
7 vars = { 7 vars = {
8 # Start of Dartium vars 8 # Start of Dartium vars
9 9
10 "dartium_chromium_commit": "0612beaf1bf21d11b1af52d4c9977caa4c641146", 10 "dartium_chromium_commit": "aa424e93dc062d902d80db3e5e28c8b309f39403",
11 "chromium_base_revision": "378081", 11 "chromium_base_revision": "378081",
12 12
13 # We use mirrors of all github repos to guarantee reproducibility and 13 # We use mirrors of all github repos to guarantee reproducibility and
14 # consistency between what users see and what the bots see. 14 # consistency between what users see and what the bots see.
15 # We need the mirrors to not have 100+ bots pulling github constantly. 15 # We need the mirrors to not have 100+ bots pulling github constantly.
16 # We mirror our github repos on chromium git servers. 16 # We mirror our github repos on chromium git servers.
17 # DO NOT use this var if you don't see a mirror here: 17 # DO NOT use this var if you don't see a mirror here:
18 # https://chromium.googlesource.com/ 18 # https://chromium.googlesource.com/
19 # named like: 19 # named like:
20 # external/github.com/dart-lang/NAME 20 # external/github.com/dart-lang/NAME
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'native_client_sdk', 944 'native_client_sdk',
945 'out', 945 'out',
946 'sdch', 946 'sdch',
947 'skia', 947 'skia',
948 'testing', 948 'testing',
949 'v8', 949 'v8',
950 'win8' 950 'win8'
951 ] 951 ]
952 952
953 # END OF IMPORTED CHROMIUM DEPS 953 # END OF IMPORTED CHROMIUM DEPS
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