diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 19:43:12 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 19:43:12 +0000 |
commit | 871e50c9769bcd1fb6074e9143a676979d4e3208 (patch) | |
tree | 2251506c71f00ba258d56330225610e2d38f2c16 /ui/DEPS | |
parent | 4618dcf6bc686e6c5458e89cf626952f83226b84 (diff) | |
download | chromium_src-871e50c9769bcd1fb6074e9143a676979d4e3208.zip chromium_src-871e50c9769bcd1fb6074e9143a676979d4e3208.tar.gz chromium_src-871e50c9769bcd1fb6074e9143a676979d4e3208.tar.bz2 |
Remove app from a bunch of DEPS files.
BUG=72317
TEST=None
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7218065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/DEPS')
-rw-r--r-- | ui/DEPS | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,10 +1,7 @@ include_rules = [ + "+grit/app_locale_settings.h", + "+grit/app_strings.h", "+net", "+skia", "+third_party/mozilla", - - # Temporary until all of src/app is consumed into src/ui - "+app", - "+grit/app_locale_settings.h", - "+grit/app_strings.h", ] |