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

Unified Diff: chrome/chrome_common.gypi

Issue 11446034: SupportsUserData and manifest handlers for Extension; use them for the Omnibox API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 8 years 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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 315f6ca30ee22bf86c05d63287d545011d497e22..89a8ccb2eeaa25f3cf5792abca6a1ce1297429cd 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -121,6 +121,11 @@
'common/custom_handlers/protocol_handler.cc',
'common/custom_handlers/protocol_handler.h',
'common/descriptors_android.h',
+ 'common/extensions/api/extension_api.cc',
+ 'common/extensions/api/extension_api.h',
+ 'common/extensions/api/extension_api_stub.cc',
+ 'common/extensions/api/omnibox/omnibox_handler.cc',
+ 'common/extensions/api/omnibox/omnibox_handler.h',
'common/extensions/command.cc',
'common/extensions/command.h',
'common/extensions/csp_validator.cc',
@@ -170,6 +175,8 @@
'common/extensions/file_browser_handler.h',
'common/extensions/manifest.cc',
'common/extensions/manifest.h',
+ 'common/extensions/manifest_handler.cc',
+ 'common/extensions/manifest_handler.h',
'common/extensions/matcher/regex_set_matcher.cc',
'common/extensions/matcher/regex_set_matcher.h',
'common/extensions/matcher/string_pattern.cc',
@@ -215,9 +222,6 @@
'common/extensions/user_script.h',
'common/extensions/value_counter.cc',
'common/extensions/value_counter.h',
- 'common/extensions/api/extension_api.cc',
- 'common/extensions/api/extension_api.h',
- 'common/extensions/api/extension_api_stub.cc',
'common/external_ipc_fuzzer.h',
'common/external_ipc_fuzzer.cc',
'common/form_data.cc',

Powered by Google App Engine
This is Rietveld 408576698