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

Unified Diff: chrome/browser/sync/notifier/DEPS

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months 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
« no previous file with comments | « chrome/browser/sync/js/js_test_util.cc ('k') | chrome/browser/sync/notifier/chrome_invalidation_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/notifier/DEPS
diff --git a/chrome/browser/sync/notifier/DEPS b/chrome/browser/sync/notifier/DEPS
index 7376cba8739328d48b625ea7de463fe547bbd08a..f856e1e430f401ed35d916ef90c77c63201ed017 100644
--- a/chrome/browser/sync/notifier/DEPS
+++ b/chrome/browser/sync/notifier/DEPS
@@ -2,16 +2,17 @@ include_rules = [
"-chrome",
"+chrome/browser/sync/notifier",
- "+chrome/browser/sync/syncable/model_type.h",
- "+chrome/browser/sync/syncable/model_type_payload_map.h",
- "+chrome/browser/sync/syncable/model_type_test_util.h",
- "+chrome/browser/sync/protocol/service_constants.h",
- "+chrome/browser/sync/util",
"+chrome/common/chrome_switches.h",
"+google/cacheinvalidation",
"+jingle/notifier",
+ "+sync/syncable/model_type.h",
+ "+sync/syncable/model_type_payload_map.h",
+ "+sync/syncable/model_type_test_util.h",
+ "+sync/protocol/service_constants.h",
+ "+sync/util",
+
# unit tests depend on talk/base.
"+talk/base",
# sync_notifier depends on the xmpp part of libjingle.
« no previous file with comments | « chrome/browser/sync/js/js_test_util.cc ('k') | chrome/browser/sync/notifier/chrome_invalidation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698