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

Unified Diff: dart/dart.gyp

Issue 11359187: Allow tests to specify a package root. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | dart/pkg/pkg.gyp » ('j') | dart/tests/html/url_test.dart » ('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 3ec8489bf257809e14183f5e76709c72a2427c26..fee1b1b27e47cf2f5c5d9ba0a64e3f90db113763 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -125,5 +125,12 @@
'samples/sample_extension/sample_extension.gyp:sample_extension',
],
},
+ {
+ 'target_name': 'packages',
+ 'type': 'none',
+ 'dependencies': [
+ 'pkg/pkg.gyp:pkg_packages',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | dart/pkg/pkg.gyp » ('j') | dart/tests/html/url_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698