diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 07:53:57 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 07:53:57 +0000 |
commit | ee75b899c35b74a40603b4699c31eecf7f391c62 (patch) | |
tree | 3a86730fb749574f80cd0f041368781d379f4285 /content/shell/DEPS | |
parent | f7831bddd10b07de8f6ffba5be384ed8f61bed93 (diff) | |
download | chromium_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/DEPS | 3 |
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", ] |