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

Unified Diff: extensions/extensions.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/BUILD.gn ('k') | extensions/extensions_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index fdcb6d759eaa604a29e71929977b4d3e38f3fee8..3d4ce5d284c59015b37407bb6b8499fc938d2706 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -19,8 +19,6 @@
'../components/components.gyp:url_matcher',
'../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',
- # For Mojo generated headers for generated_api.cc.
- '../device/serial/serial.gyp:device_serial_mojo',
'../ipc/ipc.gyp:ipc',
'../net/net.gyp:net',
'../third_party/re2/re2.gyp:re2',
@@ -217,6 +215,8 @@
'conditions': [
['enable_extensions==1', {
'dependencies': [
+ # For Mojo generated headers for generated_api.cc.
+ '../device/serial/serial.gyp:device_serial_mojo',
'../device/usb/usb.gyp:device_usb',
],
'sources!': [
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/extensions_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698