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

Unified Diff: extensions/extensions.gyp

Issue 67253003: Reland: Move ExtensionProcessManager to src/extensions, part 4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase process_manager 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/browser/process_manager.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 1d438cb0b08f1b58ce392cdadf71cec332ce60b3..fc7573b95c910ba3bf4bbcae33f2dbc1fa0f65e9 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -130,13 +130,18 @@
'type': 'static_library',
'dependencies': [
'extensions_common',
+ # TODO(jamescook|derat): Pull strings into extensions module.
'../chrome/chrome_resources.gyp:chrome_strings',
+ '../chrome/common/extensions/api/api.gyp:api',
'../content/content.gyp:content_browser',
'../skia/skia.gyp:skia',
],
'include_dirs': [
'..',
'<(INTERMEDIATE_DIR)',
+ # Needed to access generated API headers.
+ '<(SHARED_INTERMEDIATE_DIR)',
+ # Needed for grit.
'<(SHARED_INTERMEDIATE_DIR)/chrome',
],
'sources': [
@@ -157,6 +162,8 @@
'browser/lazy_background_task_queue.h',
'browser/pref_names.cc',
'browser/pref_names.h',
+ 'browser/process_manager.cc',
+ 'browser/process_manager.h',
'browser/quota_service.cc',
'browser/quota_service.h',
'browser/view_type_utils.cc',
« no previous file with comments | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698