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

Unified Diff: DEPS

Issue 2385643004: Enables GN build on windows (Closed)
Patch Set: Add .gitignore for build Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/.gitignore » ('j') | utils/invoke_dart.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 0d71246d34db2a495cf7df65918696c351bc90e1..6113dd6cd8cee5bc756ba42eed99c3aae460873f 100644
--- a/DEPS
+++ b/DEPS
@@ -44,7 +44,7 @@ vars = {
"barback_tag" : "@0.15.2+9",
"bazel_worker_tag": "@0.1.1",
"boolean_selector_tag" : "@1.0.2",
- "boringssl_gen_rev": "@922830c0aad900dd3d143eef1ba06faa83fe263b",
+ "boringssl_gen_rev": "@62c20247d582444cb2804f9ea4e3abaa6e47f6a5",
"boringssl_rev" : "@8d343b44bbab829d1a28fdef650ca95f7db4412e",
"charcode_tag": "@1.1.0",
"chrome_rev" : "@19997",
@@ -562,6 +562,12 @@ hooks = [
'action': ['python', 'sdk/tools/clang/scripts/update.py', '--if-needed'],
},
{
+ # Update the Windows toolchain if necessary.
+ 'name': 'win_toolchain',
+ 'pattern': '.',
+ 'action': ['python', 'sdk/build/vs_toolchain.py', 'update'],
+ },
+ {
"pattern": ".",
"action": ["python", Var("dart_root") + "/tools/gyp_dart.py"],
},
« no previous file with comments | « no previous file | build/.gitignore » ('j') | utils/invoke_dart.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698