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

Side by Side Diff: DEPS

Issue 2575593002: BoringSSL: Roll forward (Closed)
Patch Set: Created 4 years 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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 vars = { 5 vars = {
6 # The dart_root is the root of our sdk checkout. This is normally 6 # The dart_root is the root of our sdk checkout. This is normally
7 # simply sdk, but if using special gclient specs it can be different. 7 # simply sdk, but if using special gclient specs it can be different.
8 "dart_root": "sdk", 8 "dart_root": "sdk",
9 9
10 # We use mirrors of all github repos to guarantee reproducibility and 10 # We use mirrors of all github repos to guarantee reproducibility and
(...skipping 27 matching lines...) Expand all
38 38
39 # Revisions of /third_party/* dependencies. 39 # Revisions of /third_party/* dependencies.
40 "args_tag": "@0.13.5", 40 "args_tag": "@0.13.5",
41 "async_tag": "@1.11.3", 41 "async_tag": "@1.11.3",
42 "barback-0.13.0_rev": "@34853", 42 "barback-0.13.0_rev": "@34853",
43 "barback-0.14.0_rev": "@36398", 43 "barback-0.14.0_rev": "@36398",
44 "barback-0.14.1_rev": "@38525", 44 "barback-0.14.1_rev": "@38525",
45 "barback_tag" : "@0.15.2+9", 45 "barback_tag" : "@0.15.2+9",
46 "bazel_worker_tag": "@0.1.1", 46 "bazel_worker_tag": "@0.1.1",
47 "boolean_selector_tag" : "@1.0.2", 47 "boolean_selector_tag" : "@1.0.2",
48 "boringssl_gen_rev": "@62c20247d582444cb2804f9ea4e3abaa6e47f6a5", 48 "boringssl_gen_rev": "@1a810313a0290e1caace9da73fa3ab89995ad2c7",
49 "boringssl_rev" : "@8d343b44bbab829d1a28fdef650ca95f7db4412e", 49 "boringssl_rev" : "@d519bf6be0b447fb80fbc539d4bff4479b5482a2",
50 "charcode_tag": "@1.1.0", 50 "charcode_tag": "@1.1.0",
51 "chrome_rev" : "@19997", 51 "chrome_rev" : "@19997",
52 "cli_util_tag" : "@0.0.1+3", 52 "cli_util_tag" : "@0.0.1+3",
53 "code_transformers_tag": "@v0.4.2+3", 53 "code_transformers_tag": "@v0.4.2+3",
54 "collection_tag": "@1.10.1", 54 "collection_tag": "@1.10.1",
55 "convert_tag": "@2.0.1", 55 "convert_tag": "@2.0.1",
56 "crypto_tag" : "@2.0.1", 56 "crypto_tag" : "@2.0.1",
57 "csslib_tag" : "@0.13.2", 57 "csslib_tag" : "@0.13.2",
58 "dart2js_info_tag" : "@0.5.0", 58 "dart2js_info_tag" : "@0.5.0",
59 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", 59 "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 # Update the Windows toolchain if necessary. 592 # Update the Windows toolchain if necessary.
593 'name': 'win_toolchain', 593 'name': 'win_toolchain',
594 'pattern': '.', 594 'pattern': '.',
595 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'], 595 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
596 }, 596 },
597 { 597 {
598 "pattern": ".", 598 "pattern": ".",
599 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"], 599 "action": ["python", Var("dart_root") + "/tools/generate_buildfiles.py"],
600 }, 600 },
601 ] 601 ]
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