diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 23:09:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 23:09:30 +0000 |
commit | 4a68c9ef3c575519b757581a3c9dca94140eb15c (patch) | |
tree | 00bb69a521626901bf848293e2bcbb7836dd479a /chrome/tools | |
parent | a6adbe56f4f0e7482d4f553fc93a195d57ad5c91 (diff) | |
download | chromium_src-4a68c9ef3c575519b757581a3c9dca94140eb15c.zip chromium_src-4a68c9ef3c575519b757581a3c9dca94140eb15c.tar.gz chromium_src-4a68c9ef3c575519b757581a3c9dca94140eb15c.tar.bz2 |
Clean up DEPS rules against content so that not all chrome code can include anything from content.
I also moved ChromeContentPluginClient to chrome\plugin where it really belongs (i.e. to match what we do with the utility client).
Review URL: http://codereview.chromium.org/8095011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/tools/DEPS b/chrome/tools/DEPS index 77b4ec8..4f8f521 100644 --- a/chrome/tools/DEPS +++ b/chrome/tools/DEPS @@ -1,4 +1,5 @@ include_rules = [ "+chrome/browser", "+chrome/third_party/hunspell/google", + "+content/browser", ] |