diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 23:47:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 23:47:30 +0000 |
commit | 2843271216ddc43691902ee8cf4ca3ce50255e1a (patch) | |
tree | 91a67f2305a2e12fb53e1b49592385e19301d4c6 /content | |
parent | 0ffaa48416edf9bbb6a1ccac8df6aa4eec6255aa (diff) | |
download | chromium_src-2843271216ddc43691902ee8cf4ca3ce50255e1a.zip chromium_src-2843271216ddc43691902ee8cf4ca3ce50255e1a.tar.gz chromium_src-2843271216ddc43691902ee8cf4ca3ce50255e1a.tar.bz2 |
Commit deps file from last change
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/download/DEPS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/browser/download/DEPS b/content/browser/download/DEPS new file mode 100644 index 0000000..3942053 --- /dev/null +++ b/content/browser/download/DEPS @@ -0,0 +1,11 @@ +include_rules = [ + # Listing of the remaining #chrome includes in content/browser/download. + # We are actively working on reducing this to 0. + # DO NOT ADD ANY MORE TO THIS LIST!!! + # See https://sites.google.com/a/chromium.org/dev/developers/content-module + # for more information. + + # http://crbug.com/82782 + "+chrome/browser", + "+chrome/common", +] |