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

Unified Diff: dart/runtime/dart-runtime.gyp

Issue 11308098: Have runtime build depend on packages directory. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/dart-runtime.gyp
diff --git a/dart/runtime/dart-runtime.gyp b/dart/runtime/dart-runtime.gyp
index 3f6b8f54a576fb6797cbe87779ce1061db0660cd..bbd4c97af3b41cdf9957c605e7e4f19fd6da8477 100644
--- a/dart/runtime/dart-runtime.gyp
+++ b/dart/runtime/dart-runtime.gyp
@@ -101,5 +101,12 @@
},
],
},
+ {
+ 'target_name': 'runtime_packages',
+ 'type': 'none',
+ 'dependencies': [
+ '../pkg/pkg.gyp:pkg_packages',
+ ],
+ },
],
}
« 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