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

Unified Diff: DEPS

Issue 1768853002: Match version of idl_parser and WebCore so go.sh can be run from a Dart only enlistment. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Updated commnet Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index b398c8799bdbc842be85e65169aceaaf2da4db8d..97ab2cc2a6e447e217821fc7accea7869e199658 100644
--- a/DEPS
+++ b/DEPS
@@ -48,7 +48,7 @@ vars = {
"http_multi_server_tag" : "@2.0.0",
"http_parser_tag" : "@1.1.0",
"http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
- "idl_parser_rev": "@6316d5982dc24b34d09dd8b10fbeaaff28d83a48",
+ "idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
"intl_rev": "@a8b480b9c436f6c0ec16730804c914bdb4e30d53",
"jinja2_rev": "@2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_tag": "@1.1.1",
@@ -92,7 +92,7 @@ vars = {
"when_tag": "@0.2.0+2",
"which_tag": "@0.1.3+1",
"web_components_rev": "@0e636b534d9b12c9e96f841e6679398e91a986ec",
- "WebCore_rev": "@5ecb723fd9ffcc0d108f5e0e24d12b8b3df7b200",
+ "WebCore_rev": "@a86fe28efadcfc781f836037a80f27e22a5dad17",
"yaml_tag": "@2.1.5",
"zlib_rev": "@c3d0a6190f2f8c924a05ab6cc97b8f975bddd33f",
"barback-0.13.0_rev": "@34853",
@@ -129,7 +129,7 @@ deps = {
Var("chromium_git") + "/chromium/src/third_party/ply.git" +
Var("ply_rev"),
- Var("dart_root") + "/third_party/idl_parser":
+ Var("dart_root") + "/tools/idl_parser":
Var("chromium_git") + "/chromium/src/tools/idl_parser.git" +
Var("idl_parser_rev"),
« no previous file with comments | « no previous file | tools/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698