summaryrefslogtreecommitdiffstats
path: root/app/DEPS
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-05 23:38:56 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-05 23:38:56 +0000
commita92b86497b6ee02c99a2e4b4a8cf7fb458ab6310 (patch)
tree146a5bc307f3ff64a7d99d54630b0639cfb9eddc /app/DEPS
parent33f61ef7d4790c6800d3f5048b7c21594f37c227 (diff)
downloadchromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.zip
chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.tar.gz
chromium_src-a92b86497b6ee02c99a2e4b4a8cf7fb458ab6310.tar.bz2
Move l10n_util to app/
http://crbug.com/11387 Review URL: http://codereview.chromium.org/109043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/DEPS')
-rw-r--r--app/DEPS25
1 files changed, 17 insertions, 8 deletions
diff --git a/app/DEPS b/app/DEPS
index 9ff54fa..e7c7143 100644
--- a/app/DEPS
+++ b/app/DEPS
@@ -1,8 +1,17 @@
-include_rules = [
- "+net",
- # TODO(beng): Sever this link once we have extracted all deps from
- # chrome/common.
- "+chrome/common",
- # TODO(beng): Sever this link after glen fixes it.
- "+chrome/browser/extensions/extension.h",
-]
+include_rules = [
+ "+grit",
+ "+net",
+ # 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/gfx/chrome_canvas.h",
+ "+chrome/common/gfx/chrome_font.h",
+ "+chrome/common/gtk_util.h",
+
+ # TODO(beng): l10n_util_unittest.cc:
+ "+chrome/test/data/resource.h",
+
+ # TODO(beng): resource_bundle.cc: Sever this link after glen fixes it.
+ "+chrome/browser/extensions/extension.h",
+]