diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-24 17:36:30 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-24 17:36:30 +0000 |
commit | ee2eb89954c440c9249a3bf34e6960526e2f490b (patch) | |
tree | 526c32ef2a4a0823aef17145ca84ed50ec1b6bbc /chrome/tools/mac_helpers | |
parent | b37f3e6431a2782f0ebd6eaef174f29d76ec5e75 (diff) | |
download | chromium_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/DEPS | 3 |
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 +] |