summaryrefslogtreecommitdiffstats
path: root/content/shell/DEPS
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 07:53:57 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 07:53:57 +0000
commitee75b899c35b74a40603b4699c31eecf7f391c62 (patch)
tree3a86730fb749574f80cd0f041368781d379f4285 /content/shell/DEPS
parentf7831bddd10b07de8f6ffba5be384ed8f61bed93 (diff)
downloadchromium_src-ee75b899c35b74a40603b4699c31eecf7f391c62.zip
chromium_src-ee75b899c35b74a40603b4699c31eecf7f391c62.tar.gz
chromium_src-ee75b899c35b74a40603b4699c31eecf7f391c62.tar.bz2
DevTools: add remote debugging capabilities to content_shell.
BUG=97465 TEST= Review URL: https://chromiumcodereview.appspot.com/9288023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r--content/shell/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS
index 1706775..12c7728 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -4,4 +4,7 @@ include_rules = [
# The content_shell is an embedder so it must work with resource bundles.
"+ui/base/resource",
+
+ # Shell resources
+ "+grit/shell_resources.h",
]