diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-20 23:33:40 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-20 23:33:40 +0000 |
commit | 0dd6f20318b09983933fa8aab1573eb057cc1088 (patch) | |
tree | 4b561c910850f3df5f51b1916164969f6f46b0c4 /components/components.gyp | |
parent | b55475898c3d74ec5810e4b60bccce4183cb17d9 (diff) | |
download | chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.zip chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.tar.gz chromium_src-0dd6f20318b09983933fa8aab1573eb057cc1088.tar.bz2 |
Move ProfileKeyedService infrastructure to a component
Renames of the classes and methods will follow in separate patch(es).
BUG=227219
R=erg@chromium.org, joi@chromium.org
Review URL: https://codereview.chromium.org/14743010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r-- | components/components.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp index 7243700..c361739 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -12,6 +12,7 @@ 'includes': [ 'autofill.gypi', 'auto_login_parser.gypi', + 'browser_context_keyed_service.gypi', 'components_tests.gypi', 'navigation_interception.gypi', 'sessions.gypi', |