diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 01:25:29 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 01:25:29 +0000 |
commit | 3184cba4196ffe82c2352e46136372420bdaf36c (patch) | |
tree | 36a7edb8a34768d06661fb10164497833bfea4dd /app/DEPS | |
parent | d8fd513cd610568904212fa0d2a0de523d85a2ff (diff) | |
download | chromium_src-3184cba4196ffe82c2352e46136372420bdaf36c.zip chromium_src-3184cba4196ffe82c2352e46136372420bdaf36c.tar.gz chromium_src-3184cba4196ffe82c2352e46136372420bdaf36c.tar.bz2 |
Create app_switches and remove a dep.
Move resource.h to app.
http://crbug.com/11387
Review URL: http://codereview.chromium.org/113435
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/DEPS')
-rw-r--r-- | app/DEPS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -6,11 +6,6 @@ include_rules = [ # TODO(beng): Sever these links once we have extracted all deps from # chrome/common. "+chrome/common/chrome_paths.h", - "+chrome/common/chrome_switches.h", - "+chrome/common/gtk_util.h", - - # TODO(beng): l10n_util_unittest.cc: - "+chrome/test/data/resource.h", "+skia", ] |