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

Unified Diff: deps/all.deps/DEPS

Issue 14769009: Remove v8 source dependency, enable more compiler warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 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
Index: deps/all.deps/DEPS
diff --git a/deps/all.deps/DEPS b/deps/all.deps/DEPS
index a10f676b1411f30c308c6a1fd0750e40698ebfcb..bb6e3d83fa2301e8388a3ba7110f1a1be3974eef 100644
--- a/deps/all.deps/DEPS
+++ b/deps/all.deps/DEPS
@@ -13,7 +13,6 @@ vars = {
"co19_repo": "http://co19.googlecode.com/svn/trunk/co19/",
"chromium_url": "http://src.chromium.org/svn",
"chromium_git": "http://git.chromium.org/git",
- "v8_release": "3.15",
# Revisions of /third_party/* dependencies.
"7zip_rev" : "@19997",
@@ -48,9 +47,6 @@ deps = {
"dart/third_party/gyp":
(Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"),
- "dart/third_party/v8":
- (Var("googlecode_url") % "v8") + "/branches/" + Var("v8_release"),
-
"dart/tests/co19/src":
Var("co19_repo") + "tests/co19/src" + Var("co19_rev"),
« dart/tools/gyp/configurations.gypi ('K') | « dart/tools/gyp/configurations_xcode.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698