summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authoridanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 20:27:28 +0000
committeridanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 20:27:28 +0000
commitef24aab8c0e3833ab44459dac909081b2db728dc (patch)
treec128fa055575961db1fc7f5b75cbdd41cf1a10b3 /chrome/tools
parent7a7254c1751fb1b48c560cdaa0a9d4b85f70f187 (diff)
downloadchromium_src-ef24aab8c0e3833ab44459dac909081b2db728dc.zip
chromium_src-ef24aab8c0e3833ab44459dac909081b2db728dc.tar.gz
chromium_src-ef24aab8c0e3833ab44459dac909081b2db728dc.tar.bz2
Fix check_deps failure.
BUG=none TEST=none Review URL: http://codereview.chromium.org/151105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/pbl_tool/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/tools/pbl_tool/DEPS b/chrome/tools/pbl_tool/DEPS
new file mode 100644
index 0000000..f2208dc
--- /dev/null
+++ b/chrome/tools/pbl_tool/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+chrome/browser"
+]