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

Unified Diff: content/content_resources.gyp

Issue 9558003: Working around http://code.google.com/p/gyp/issues/detail?id=13 (Closed) Base URL: http://src.chromium.org/svn/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: content/content_resources.gyp
===================================================================
--- content/content_resources.gyp (revision 123977)
+++ content/content_resources.gyp (working copy)
@@ -13,16 +13,9 @@
{
'target_name': 'content_resources',
'type': 'none',
- 'actions': [
- {
- 'action_name': 'content_resources',
- 'variables': {
- 'grit_grd_file': 'content_resources.grd',
- },
- 'includes': [ '../build/grit_action.gypi' ],
- },
+ 'dependencies': [
+ 'generate_content_resources',
],
- 'includes': [ '../build/grit_target.gypi' ],
'copies': [
{
'destination': '<(PRODUCT_DIR)',
@@ -31,6 +24,20 @@
],
},
],
+ 'includes': [ '../build/grit_target.gypi' ],
},
+ {
+ 'target_name': 'generate_content_resources',
+ 'type': 'none',
+ 'actions': [
+ {
+ 'action_name': 'content_resources',
+ 'variables': {
+ 'grit_grd_file': 'content_resources.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ ],
+ },
],
}
« 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