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 82773002: Move some dependencies of ExtensionService down to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Presubmit check fixed Created 7 years, 1 month 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/common/manifest_handlers/shared_module_manifest_unittest.cc ('k') | no next file » | 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 16d290a5ec0794fa867987c644a9ee106e0bd3e4..02ccf4962de83aad3ba5464539346e615dc3cd55 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -71,6 +71,8 @@
'common/manifest_handlers/background_info.h',
'common/manifest_handlers/incognito_info.cc',
'common/manifest_handlers/incognito_info.h',
+ 'common/manifest_handlers/shared_module_info.cc',
+ 'common/manifest_handlers/shared_module_info.h',
'common/matcher/regex_set_matcher.cc',
'common/matcher/regex_set_matcher.h',
'common/matcher/string_pattern.cc',
@@ -168,6 +170,7 @@
'browser/extension_function.h',
'browser/extensions_browser_client.cc',
'browser/extensions_browser_client.h',
+ 'browser/external_provider_interface.h',
'browser/info_map.cc',
'browser/info_map.h',
'browser/file_highlighter.cc',
@@ -176,6 +179,8 @@
'browser/file_reader.h',
'browser/lazy_background_task_queue.cc',
'browser/lazy_background_task_queue.h',
+ 'browser/management_policy.cc',
+ 'browser/management_policy.h',
'browser/pref_names.cc',
'browser/pref_names.h',
'browser/process_manager.cc',
« no previous file with comments | « extensions/common/manifest_handlers/shared_module_manifest_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698