diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-13 05:13:21 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-13 05:13:21 +0000 |
commit | 59b4d0b16a8314a83086b87cfcc5403492cf0a1c (patch) | |
tree | f64ac3e69f321cfb70074e9e6a32febda048f9c2 /chrome/browser/sync/protocol/DEPS | |
parent | 8ef584b29c2246a3c3a995c79bd67af40fbcfbf6 (diff) | |
download | chromium_src-59b4d0b16a8314a83086b87cfcc5403492cf0a1c.zip chromium_src-59b4d0b16a8314a83086b87cfcc5403492cf0a1c.tar.gz chromium_src-59b4d0b16a8314a83086b87cfcc5403492cf0a1c.tar.bz2 |
sync: re-attempt 96573 and 96575 - DEPS additions.
BUG=19878
TEST=none
Review URL: http://codereview.chromium.org/7628024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/protocol/DEPS')
-rw-r--r-- | chrome/browser/sync/protocol/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/sync/protocol/DEPS b/chrome/browser/sync/protocol/DEPS new file mode 100644 index 0000000..7f28a59 --- /dev/null +++ b/chrome/browser/sync/protocol/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + "-chrome", + "+chrome/browser/sync/protocol", + "+chrome/browser/sync/syncable/model_type.h", +] + |