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

Unified Diff: extensions/extensions_resources.gyp

Issue 472053004: Extensions: Do not depend on device_serial_mojo target when extensions are turned off. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_resources.gyp
diff --git a/extensions/extensions_resources.gyp b/extensions/extensions_resources.gyp
index 0a000ac633c6fdc7fc0195153132a45359f84fbe..0cc93d0960f3190caad90cd7cad5a26dc6645d03 100644
--- a/extensions/extensions_resources.gyp
+++ b/extensions/extensions_resources.gyp
@@ -7,9 +7,6 @@
{
'target_name': 'extensions_resources',
'type': 'none',
- 'dependencies': [
- '../device/serial/serial.gyp:device_serial_mojo',
- ],
'variables': {
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/extensions',
},
@@ -33,6 +30,13 @@
},
],
'includes': [ '../build/grit_target.gypi' ],
+ 'conditions': [
+ ['enable_extensions==1', {
+ 'dependencies': [
+ '../device/serial/serial.gyp:device_serial_mojo',
+ ],
+ }],
+ ],
}
]
}
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698