summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-07 17:45:39 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-07 17:45:39 +0000
commit4e7c37df45bf0227c7cced76617752c78981d694 (patch)
tree28841bbe97db6d4cabd87de0f1a28a04b88a913b /ui
parenteef83dcdd5dea7fe829234d71423b2a0668029c9 (diff)
downloadchromium_src-4e7c37df45bf0227c7cced76617752c78981d694.zip
chromium_src-4e7c37df45bf0227c7cced76617752c78981d694.tar.gz
chromium_src-4e7c37df45bf0227c7cced76617752c78981d694.tar.bz2
Fix checkdeps to account for new "ui" toplevel dir.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/DEPS b/ui/DEPS
new file mode 100644
index 0000000..ea1ddd8
--- /dev/null
+++ b/ui/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+gfx",
+]