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

Unified Diff: extensions/browser/api/api_registration.gyp

Issue 672403002: Cleanup: Remove most enable_extensions logic in extensions code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 6 years, 2 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/common/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/api_registration.gyp
diff --git a/extensions/browser/api/api_registration.gyp b/extensions/browser/api/api_registration.gyp
index 1571d688deaa2ab5b978b18402ae46ec17f92715..92670e52a7bb8dad7c26d9455fa23c619edf60bd 100644
--- a/extensions/browser/api/api_registration.gyp
+++ b/extensions/browser/api/api_registration.gyp
@@ -15,16 +15,10 @@
'../../common/api/schemas.gypi',
],
'dependencies': [
+ '<(DEPTH)/device/serial/serial.gyp:device_serial_mojo',
+ '<(DEPTH)/extensions/common/api/api.gyp:cast_channel_proto',
'<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
- ],
- 'conditions': [
- ['enable_extensions==1', {
- 'dependencies': [
- '<(DEPTH)/device/serial/serial.gyp:device_serial_mojo',
- '<(DEPTH)/extensions/common/api/api.gyp:cast_channel_proto',
- '<(DEPTH)/skia/skia.gyp:skia',
- ],
- }],
+ '<(DEPTH)/skia/skia.gyp:skia',
],
},
],
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698