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

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

Issue 2145313002: Updated to Chromium change removing ChaCha20+Poly1305 patch for NSS/SSL to fix Linux compile errors (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 1
2 import gclient_utils 2 import gclient_utils
3 import os 3 import os
4 4
5 path = gclient_utils.FindGclientRoot(os.getcwd()) 5 path = gclient_utils.FindGclientRoot(os.getcwd())
6 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS. 6 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS.
7 7
8 # Now we need to override some settings and add some new ones. 8 # Now we need to override some settings and add some new ones.
9 9
10 vars.update({ 10 vars.update({
11 "dartium_chromium_commit": "ef7d4ae18c646aea34c07a7ef62de7342c3b8c12", 11 "dartium_chromium_commit": "67a7ba9669f7bb0300ef35085d4e6bb98b1966cc",
12 "dartium_webkit_commit": "d3db7d1b53979ca91cbf8f3117971f49d0fddf13", 12 "dartium_webkit_commit": "d3db7d1b53979ca91cbf8f3117971f49d0fddf13",
13 "chromium_base_revision": "338390", 13 "chromium_base_revision": "338390",
14 14
15 # We use mirrors of all github repos to guarantee reproducibility and 15 # We use mirrors of all github repos to guarantee reproducibility and
16 # consistency between what users see and what the bots see. 16 # consistency between what users see and what the bots see.
17 # We need the mirrors to not have 100+ bots pulling github constantly. 17 # We need the mirrors to not have 100+ bots pulling github constantly.
18 # We mirror our github repos on chromium git servers. 18 # We mirror our github repos on chromium git servers.
19 # DO NOT use this var if you don't see a mirror here: 19 # DO NOT use this var if you don't see a mirror here:
20 # https://chromium.googlesource.com/ 20 # https://chromium.googlesource.com/
21 # named like: 21 # named like:
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "--no_resume", 220 "--no_resume",
221 "--bucket", 221 "--bucket",
222 "dart-dependencies", 222 "dart-dependencies",
223 "--recursive", 223 "--recursive",
224 "--auto_platform", 224 "--auto_platform",
225 "--extract", 225 "--extract",
226 "--directory", 226 "--directory",
227 "src/dart/tools/sdks", 227 "src/dart/tools/sdks",
228 ], 228 ],
229 }) 229 })
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