summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/DEPS
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-21 09:59:42 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-21 09:59:42 +0000
commit91835ca82c6ff7f1aeb68e314a3842da1aca6841 (patch)
treec7e8119bd0fb2a8e1d6910c969e1d3f62dbff1f8 /sync/internal_api/DEPS
parent7983f3bae6ab9c86aea81816e6bb1bd15ab114fe (diff)
downloadchromium_src-91835ca82c6ff7f1aeb68e314a3842da1aca6841.zip
chromium_src-91835ca82c6ff7f1aeb68e314a3842da1aca6841.tar.gz
chromium_src-91835ca82c6ff7f1aeb68e314a3842da1aca6841.tar.bz2
[Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/
Also move related test files. Lock down deps for sync/internal_api. Clean up some deps on chrome/browser/sync. BUG=117585 TEST= Review URL: https://chromiumcodereview.appspot.com/10147003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/DEPS')
-rw-r--r--sync/internal_api/DEPS14
1 files changed, 14 insertions, 0 deletions
diff --git a/sync/internal_api/DEPS b/sync/internal_api/DEPS
new file mode 100644
index 0000000..955b31e
--- /dev/null
+++ b/sync/internal_api/DEPS
@@ -0,0 +1,14 @@
+include_rules = [
+ "+googleurl",
+ "+net/base/net_errors.h",
+ "+net/base/network_change_notifier.h",
+ "+net/http/http_status_code.h",
+ "+sync/engine",
+ "+sync/js",
+ "+sync/notifier",
+ "+sync/protocol",
+ "+sync/sessions",
+ "+sync/syncable",
+ "+sync/test",
+ "+sync/util",
+]