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

Unified Diff: dart/dart.gyp

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
« no previous file with comments | « no previous file | dart/tools/gyp/all.gypi » ('j') | dart/tools/gyp/configurations.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/dart.gyp
diff --git a/dart/dart.gyp b/dart/dart.gyp
index 1abc0eff56aece03c8280de9603332c31144ff49..c4b0ddc1f30e51b479d60829e2a92d848879767f 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -110,7 +110,6 @@
'target_name': 'dart2js',
'type': 'none',
'dependencies': [
- 'third_party/v8/src/d8.gyp:d8',
'utils/compiler/compiler.gyp:dart2js',
],
},
@@ -150,7 +149,6 @@
'target_name': 'dart2js_bot',
'type': 'none',
'dependencies': [
- 'third_party/v8/src/d8.gyp:d8',
'create_sdk',
'packages',
],
« no previous file with comments | « no previous file | dart/tools/gyp/all.gypi » ('j') | dart/tools/gyp/configurations.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698