diff options
author | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 22:36:50 +0000 |
---|---|---|
committer | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-15 22:36:50 +0000 |
commit | 3fdde503121a594f4ac7a07926dc0610618b2b77 (patch) | |
tree | 0e7061b739eac9bb3713e7ba2c37ab6ac82fc5e2 /chrome/browser/DEPS | |
parent | fa52e703263668b16c53d8adac4d2667b5566d4c (diff) | |
download | chromium_src-3fdde503121a594f4ac7a07926dc0610618b2b77.zip chromium_src-3fdde503121a594f4ac7a07926dc0610618b2b77.tar.gz chromium_src-3fdde503121a594f4ac7a07926dc0610618b2b77.tar.bz2 |
Componentize invalidation switches and other files
Moves the definition of some invalidations-related swtiches into the
newly-created components/invalidation/invalidation_switches.{cc,h}.
Moves invalidation_service_util.{cc,h} into the component, since those
files no longer depend on chrome/common/chrome_switches.h
Moves p2p_invalidation_service.{cc,h} into the component, since its only
chrome/ dependency was invalidation_service_util.h.
TBR=ben
BUG=336571
Review URL: https://codereview.chromium.org/283673003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index b6f8b83..6f2091e 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -26,6 +26,7 @@ include_rules = [ "+components/gcm_driver", "+components/google", "+components/infobars", + "+components/invalidation", "+components/keyed_service", "+components/language_usage_metrics", "+components/nacl/browser", |