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

Unified Diff: extensions/extensions.gyp

Issue 489153003: Split bundle generation steps so that API registration is generated in browser, not common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extra targets 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 858b46e5cd6e9edd59f84c8243773c00f4e0bbd0..fd1f7878dca5ed1a2cb38cf9f3e958478990fad7 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -261,6 +261,7 @@
'../device/serial/serial.gyp:device_serial',
'../skia/skia.gyp:skia',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
+ 'browser/api/api_registration.gyp:extensions_api_registration',
'cast_channel_proto',
'common/api/api.gyp:extensions_api',
'extensions_common',
@@ -745,6 +746,7 @@
'../base/base.gyp:base',
'../net/net.gyp:net_test_support',
'../testing/gtest.gyp:gtest',
+ 'browser/api/api_registration.gyp:extensions_api_registration',
'common/api/api.gyp:extensions_api',
'extensions_browser',
'extensions_common',

Powered by Google App Engine
This is Rietveld 408576698