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

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

Issue 7628024: sync: re-attempt 96573 and 96575 - DEPS additions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/glue/sync_backend_host.cc ('k') | chrome/browser/sync/notifier/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/js/DEPS
diff --git a/chrome/browser/sync/js/DEPS b/chrome/browser/sync/js/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..0123cb944c93a53ba0cc61c4b91605c1c963dcf9
--- /dev/null
+++ b/chrome/browser/sync/js/DEPS
@@ -0,0 +1,19 @@
+include_rules = [
+ "-chrome",
+ "+chrome/test/sync",
+
+ "+chrome/browser/sync/js",
+
+ # The following should live in their own "includes" directory(ies).
+ # Bug 19878.
+ "+chrome/browser/sync/engine/syncapi.h",
+ "+chrome/browser/sync/sessions/session_state.h",
+ "+chrome/browser/sync/syncable/model_type.h",
+ "+chrome/browser/sync/syncable/transaction_observer.h",
+
+ # TODO(akalin): this should be in base.
+ "+chrome/browser/sync/weak_handle.h",
+ "+chrome/browser/sync/shared_value.h",
+
+]
+
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/browser/sync/notifier/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698