diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-14 23:33:56 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-14 23:33:56 +0000 |
commit | 587df3814af5779010318d46659e7ba53c3e5142 (patch) | |
tree | 6dcf7bd4afbd019ecb7112d520644cc533e55b12 /ios | |
parent | 350187c7d9f1d9210cfe8576b5b0ec6d379100c5 (diff) | |
download | chromium_src-587df3814af5779010318d46659e7ba53c3e5142.zip chromium_src-587df3814af5779010318d46659e7ba53c3e5142.tar.gz chromium_src-587df3814af5779010318d46659e7ba53c3e5142.tar.bz2 |
Remove DEPS rules that are redundant with the defaults in src/DEPS.
Update googleurl references in DEPS files and update one prohibition that
had gotten out of sync.
BUG=229660
TBR=marja@chromium.org,jyasskin@chromium.org,blundell@chromium.org,zea@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18919006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ios')
-rw-r--r-- | ios/public/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/public/DEPS b/ios/public/DEPS index b9ffa71..2da55c4 100644 --- a/ios/public/DEPS +++ b/ios/public/DEPS @@ -8,4 +8,5 @@ include_rules = [ "-library_loaders", "-testing", "-third_party/icu/public", + "-url", ] |