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 /components | |
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 'components')
-rw-r--r-- | components/sessions/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/sessions/DEPS b/components/sessions/DEPS index cc311fc..fd2f190 100644 --- a/components/sessions/DEPS +++ b/components/sessions/DEPS @@ -1,8 +1,6 @@ include_rules = [ - "+base", "+content/public/browser", "+content/public/common", - "+googleurl", "+sync", "+third_party/WebKit/public/platform", "+webkit", |