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

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

Issue 7587009: sync: add DEPS files to subdirs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include 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 | « no previous file | chrome/browser/sync/engine/apply_updates_command_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/DEPS
diff --git a/chrome/browser/sync/engine/DEPS b/chrome/browser/sync/engine/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ef45a95546ced0c333c99d28652510ecf0727de3
--- /dev/null
+++ b/chrome/browser/sync/engine/DEPS
@@ -0,0 +1,20 @@
+include_rules = [
+ "-chrome",
+ "+chrome/test/base",
+ "+chrome/test/sync",
+
+ # TODO(tim): Restrict this further.
+ "+chrome/browser/sync",
+ "-chrome/browser/sync/api",
+ "-chrome/browser/sync/glue",
+
+ # unittests need this for mac osx keychain overriding
+ "+chrome/browser/password_manager/encryptor.h",
+
+ "+chrome/common/net/gaia/google_service_auth_error.h",
+ "+chrome/common/net/http_return.h",
+
+ # various command line flags
+ "+chrome/common/chrome_switches.h",
+]
+
« no previous file with comments | « no previous file | chrome/browser/sync/engine/apply_updates_command_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698