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

Unified Diff: pkg/pkg.gyp

Issue 451503002: Add a GYP dependency from pub_packages onto pkg_files:http_files_stamp. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: pkg/pkg.gyp
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
index dc2b5fef2ea91ceb4592eb5fef95337be77c0459..ba8b78d29cc231825ac0c579626aee840b0b953d 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -41,6 +41,9 @@
'actions': [
{
'action_name': 'remove_html_imports',
+ 'dependencies': [
+ 'pkg_files.gyp:http_files_stamp',
ahe 2014/08/07 09:55:35 Why do you have two gyp files in this directory?
+ ],
'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