summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-19 11:50:05 +0000
committerrockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-19 11:50:05 +0000
commitc4bdf9def9001c3cb9a27bba14a51008dc2914c3 (patch)
treec4e11742179c3b51b407061afff16dd5bbbe7ba4 /apps/apps.gypi
parentba1310781f66ed2f392936e2c1c74a802310dae4 (diff)
downloadchromium_src-c4bdf9def9001c3cb9a27bba14a51008dc2914c3.zip
chromium_src-c4bdf9def9001c3cb9a27bba14a51008dc2914c3.tar.gz
chromium_src-c4bdf9def9001c3cb9a27bba14a51008dc2914c3.tar.bz2
Move extensions BCKS factory creation
The list of BCKS factories being poked by ChromeBrowserMainExtraPartsProfiles is quite long and extensions code is the biggest contributor to that length. This moves extensions-related factory references into three new modules (one for //apps, one for //extensions, and one for //c/b/extensions) and condenses Chrome's extensions-related factory creation down to three calls within ChromeBrowserMainExtraPartsProfiles. BUG=352399 TBR=erg@chromium.org (for profiles parts) Review URL: https://codereview.chromium.org/195943018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 7033136..edb2b0a 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -45,6 +45,8 @@
'app_window_registry.h',
'apps_client.cc',
'apps_client.h',
+ 'browser_context_keyed_service_factories.cc',
+ 'browser_context_keyed_service_factories.h',
'launcher.cc',
'launcher.h',
'metrics_names.h',