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

Unified Diff: dart.gyp

Issue 59073013: - Prevent warning about duplicate targets. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 30002)
+++ dart.gyp (working copy)
@@ -35,7 +35,7 @@
['OS!="android"', {
'dependencies': [
'runtime/dart-runtime.gyp:test_extension',
- 'samples/sample_extension/sample_extension.gyp:sample_extension',
+ 'runtime/dart-runtime.gyp:sample_extension',
],
}],
],
@@ -202,7 +202,7 @@
'conditions': [
['OS!="android"', {
'dependencies': [
- 'samples/sample_extension/sample_extension.gyp:sample_extension',
+ 'runtime/dart-runtime.gyp:sample_extension',
],
},
],
« 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