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

Unified Diff: chrome/browser/sync/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/autofill/autofill_ie_toolbar_import_win_unittest.cc ('k') | chrome/browser/sync/README.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/DEPS
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS
index 570fa4849742ee95de0efd022e13197bf2342320..6128ec61a2737c607a58aede200f51a4518ad0e2 100644
--- a/chrome/browser/sync/DEPS
+++ b/chrome/browser/sync/DEPS
@@ -1,5 +1,17 @@
include_rules = [
# sync_notifier depends on the common jingle notifier classes.
"+jingle/notifier",
-]
+ # For files not in a subdirectory (what a mess!).
+ "+sync/js",
+ "+sync/engine/model_changing_syncer_command.h",
+ "+sync/engine/model_safe_worker.h",
+ "+sync/engine/polling_constants.h",
+ "+sync/sessions/session_state.h",
+ "+sync/syncable/model_type.h",
+ "+sync/syncable/model_type_payload_map.h",
+ "+sync/syncable/model_type_test_util.h",
+ "+sync/syncable/syncable.h",
+ "+sync/test",
+ "+sync/util",
+]
« no previous file with comments | « chrome/browser/autofill/autofill_ie_toolbar_import_win_unittest.cc ('k') | chrome/browser/sync/README.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698