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

Unified Diff: extensions/extensions.gyp

Issue 264743014: Move chrome.runtime to //extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make clang, cros happy Created 6 years, 7 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 faaa42bcf556b1e854137ea71f54cb98016a50a2..b1cccb1c9141da21c2789f7b7561c42f6d8ca1c0 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -253,6 +253,10 @@
'browser/api/dns/host_resolver_wrapper.h',
'browser/api/extensions_api_client.cc',
'browser/api/extensions_api_client.h',
+ 'browser/api/runtime/runtime_api.cc',
+ 'browser/api/runtime/runtime_api.h',
+ 'browser/api/runtime/runtime_api_delegate.cc',
+ 'browser/api/runtime/runtime_api_delegate.h',
'browser/api/socket/socket.cc',
'browser/api/socket/socket.h',
'browser/api/socket/socket_api.cc',
@@ -405,6 +409,7 @@
# when enable_extensions==0.
'sources/': [
['exclude', '^browser/api/'],
+ ['include', '^browser/api/runtime/runtime_api.cc'],
],
'sources!': [
'browser/browser_context_keyed_service_factories.cc',
@@ -552,12 +557,15 @@
],
'include_dirs': [
'..',
+ '<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
'browser/test_extensions_browser_client.cc',
'browser/test_extensions_browser_client.h',
'browser/test_management_policy.cc',
'browser/test_management_policy.h',
+ 'browser/test_runtime_api_delegate.cc',
+ 'browser/test_runtime_api_delegate.h',
'common/extension_builder.cc',
'common/extension_builder.h',
'common/test_util.cc',
« extensions/browser/api/runtime/runtime_api_delegate.h ('K') | « extensions/common/api/runtime.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698