diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 05:23:21 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 05:23:21 +0000 |
commit | b058597f786b4d1398bfa0cf4971bf7bb2b75c3b (patch) | |
tree | 5be117cf87326f0781f180b00f382122cf97a963 /app/DEPS | |
parent | 69446c81f20f77ad9ba91d6b5f24fbdc6a974628 (diff) | |
download | chromium_src-b058597f786b4d1398bfa0cf4971bf7bb2b75c3b.zip chromium_src-b058597f786b4d1398bfa0cf4971bf7bb2b75c3b.tar.gz chromium_src-b058597f786b4d1398bfa0cf4971bf7bb2b75c3b.tar.bz2 |
Add some comments to remind people of bad dependencies.
TBR=mal
Review URL: http://codereview.chromium.org/2808026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/DEPS')
-rw-r--r-- | app/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# Do NOT add chrome to the list below. We shouldn't be including files from +# src/chrome in src/app. include_rules = [ "+gfx", "+grit/app_locale_settings.h", |