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

Unified Diff: extensions/extensions.gyp

Issue 62713003: Move ExtensionProcessManager to src/extensions, part 4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang, win 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
« extensions/browser/DEPS ('K') | « 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 98d502dd581f641c7b21ff7dfd5cbc54ef5e8659..248dc94d0c26c1e69d42007c4897986c0649e582 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -130,6 +130,8 @@
'include_dirs': [
'..',
'<(INTERMEDIATE_DIR)',
+ # Needed to access generated API headers.
+ '<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
'browser/extension_prefs_scope.h',
@@ -145,6 +147,8 @@
'browser/lazy_background_task_queue.h',
'browser/pref_names.cc',
'browser/pref_names.h',
+ 'browser/process_manager.cc',
+ 'browser/process_manager.h',
'browser/view_type_utils.cc',
'browser/view_type_utils.h',
],
« extensions/browser/DEPS ('K') | « extensions/browser/process_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698