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

Unified Diff: pkg/pkg.gyp

Issue 396753006: Work around a Gyp bug by creating a stamp file for the http package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | pkg/pkg_files.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.gyp
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
index d78c4bc879cf2ca8c6982c98eb3cdf11820847f1..dc2b5fef2ea91ceb4592eb5fef95337be77c0459 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -43,7 +43,7 @@
'action_name': 'remove_html_imports',
'inputs': [
'../tools/remove_html_imports.py',
- '<!@(["python", "../tools/list_files.py", "\\.dart$", "http/lib"])',
+ '<(SHARED_INTERMEDIATE_DIR)/http_files.stamp',
ahe 2014/08/06 14:15:51 This target is always run because this file doesn'
ahe 2014/08/06 14:25:55 That's not correct. It is the action "make_pub_pac
nweiz 2014/08/06 21:18:05 Done.
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib/http.dart',
« no previous file with comments | « no previous file | pkg/pkg_files.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698