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

Unified Diff: dart/pkg/pkg.gyp

Issue 582123004: Fix dependencies in pkg.gyp. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/pkg.gyp
diff --git a/dart/pkg/pkg.gyp b/dart/pkg/pkg.gyp
index 5326455de99d0bd83d5a8a52e9c7575c45f1969b..7751c19d910ca10014a9a55181d81fcdcd076154 100644
--- a/dart/pkg/pkg.gyp
+++ b/dart/pkg/pkg.gyp
@@ -40,12 +40,12 @@
{
'target_name': 'pub_packages',
'type': 'none',
+ 'dependencies': [
+ 'pkg_files.gyp:http_files_stamp',
+ ],
'actions': [
{
'action_name': 'remove_html_imports',
- 'dependencies': [
- 'pkg_files.gyp:http_files_stamp',
- ],
'inputs': [
'../tools/remove_html_imports.py',
'<(SHARED_INTERMEDIATE_DIR)/http_files.stamp',
« 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