summaryrefslogtreecommitdiffstats
path: root/chrome/tools/mac_helpers
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-24 17:36:30 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-24 17:36:30 +0000
commitee2eb89954c440c9249a3bf34e6960526e2f490b (patch)
tree526c32ef2a4a0823aef17145ca84ed50ec1b6bbc /chrome/tools/mac_helpers
parentb37f3e6431a2782f0ebd6eaef174f29d76ec5e75 (diff)
downloadchromium_src-ee2eb89954c440c9249a3bf34e6960526e2f490b.zip
chromium_src-ee2eb89954c440c9249a3bf34e6960526e2f490b.tar.gz
chromium_src-ee2eb89954c440c9249a3bf34e6960526e2f490b.tar.bz2
Add missing deps info for check_deps (try bots didn't catch it).
Review URL: http://codereview.chromium.org/173274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/mac_helpers')
-rw-r--r--chrome/tools/mac_helpers/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/tools/mac_helpers/DEPS b/chrome/tools/mac_helpers/DEPS
new file mode 100644
index 0000000..fac79a6
--- /dev/null
+++ b/chrome/tools/mac_helpers/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+grit", # For generated headers
+]