diff options
author | dgozman <dgozman@chromium.org> | 2015-04-28 09:31:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-28 16:31:57 +0000 |
commit | 88f570805c4cc7560bf527b8be4b8874740f35c2 (patch) | |
tree | 091a893f1615b2f0927e5057f5579d2ab438b906 /components/devtools_http_handler.gypi | |
parent | f18fe92b893c9888f1b6cf25806dfddc5b3e1072 (diff) | |
download | chromium_src-88f570805c4cc7560bf527b8be4b8874740f35c2.zip chromium_src-88f570805c4cc7560bf527b8be4b8874740f35c2.tar.gz chromium_src-88f570805c4cc7560bf527b8be4b8874740f35c2.tar.bz2 |
[DevTools] Cleanup DevToolsTarget and DevToolsManagerDelegate after moving to devtools_discovery.
BUG=476496
TBR=jochen
Review URL: https://codereview.chromium.org/1114503002
Cr-Commit-Position: refs/heads/master@{#327300}
Diffstat (limited to 'components/devtools_http_handler.gypi')
-rw-r--r-- | components/devtools_http_handler.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/devtools_http_handler.gypi b/components/devtools_http_handler.gypi index 32f051d..1215e29 100644 --- a/components/devtools_http_handler.gypi +++ b/components/devtools_http_handler.gypi @@ -9,6 +9,7 @@ 'type': 'static_library', 'dependencies': [ '../base/base.gyp:base', + '../components/components.gyp:devtools_discovery', '../content/content.gyp:content_browser', '../net/net.gyp:net', '../net/net.gyp:http_server', |