summaryrefslogtreecommitdiffstats
path: root/components/OWNERS
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 22:36:50 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-15 22:36:50 +0000
commit3fdde503121a594f4ac7a07926dc0610618b2b77 (patch)
tree0e7061b739eac9bb3713e7ba2c37ab6ac82fc5e2 /components/OWNERS
parentfa52e703263668b16c53d8adac4d2667b5566d4c (diff)
downloadchromium_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 'components/OWNERS')
-rw-r--r--components/OWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/OWNERS b/components/OWNERS
index 9d38f8a..a752feb 100644
--- a/components/OWNERS
+++ b/components/OWNERS
@@ -53,6 +53,12 @@ per-file google*=pkasting@chromium.org
per-file infobars.gypi=pkasting@chromium.org
+per-file invalidation.gypi=dcheng@chromium.org
+per-file invalidation.gypi=nyquist@chromium.org
+per-file invalidation.gypi=rlarocque@chromium.org
+per-file invalidation.gypi=tim@chromium.org
+per-file invalidation.gypi=pavely@chromium.org
+
per-file json_schema.gypi=asargent@chromium.org
per-file json_schema.gypi=calamity@chromium.org
per-file json_schema.gypi=kalman@chromium.org