diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-30 06:24:48 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-30 06:24:48 +0000 |
commit | 9509aa057bc1805f2dbda36887cdc5fd9b4018be (patch) | |
tree | 5987bbe3d4f4aca8923bb652a95f6ead5a2358c6 /sync | |
parent | 309453abe7003b50e49c9ab91726492fa21b1422 (diff) | |
download | chromium_src-9509aa057bc1805f2dbda36887cdc5fd9b4018be.zip chromium_src-9509aa057bc1805f2dbda36887cdc5fd9b4018be.tar.gz chromium_src-9509aa057bc1805f2dbda36887cdc5fd9b4018be.tar.bz2 |
[sync] Add DEPS file for java code under sync/android
The java code in sync/android imports a bunch of files from
cacheinvalidation, which is causing errors in checkdeps on the chromium
trybots.
This patch adds a DEPS file under sync/android to fix the errors.
BUG=173035
TEST=No checkdeps errors under sync/android.
Review URL: https://codereview.chromium.org/12088065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r-- | sync/android/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/android/DEPS b/sync/android/DEPS new file mode 100644 index 0000000..36ef032 --- /dev/null +++ b/sync/android/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + "+third_party/cacheinvalidation", # For imports in sync/notifier. +] |