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

Unified Diff: google_update/google_update.gyp

Issue 9391008: Add a missing hard_dependency to google_update.gyp, as it generates headers used by other targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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: google_update/google_update.gyp
diff --git a/google_update/google_update.gyp b/google_update/google_update.gyp
index 20fcbb621c1fe15b202f383ce4e981085fe96749..9969ef5a2ae47085c195181d5486986f565dea28 100644
--- a/google_update/google_update.gyp
+++ b/google_update/google_update.gyp
@@ -12,6 +12,7 @@
'<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl.h',
'<(SHARED_INTERMEDIATE_DIR)/google_update/google_update_idl_i.c',
],
+ 'hard_dependency': 1,
rvargas (doing something else) 2012/02/13 18:49:04 Please add a comment explaining what headers are g
'msvs_settings': {
'VCMIDLTool': {
'OutputDirectory': '<(SHARED_INTERMEDIATE_DIR)/google_update',
« 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