summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authordgozman <dgozman@chromium.org>2015-04-20 08:45:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-20 15:45:59 +0000
commit102fee9bf48795fced65a8a817a5f62e054e1fc6 (patch)
tree1ad92bd0086fe998507a033187e25503c052da32 /components/components.gyp
parente936869562e01bd1f1d36797641922d9753e580f (diff)
downloadchromium_src-102fee9bf48795fced65a8a817a5f62e054e1fc6.zip
chromium_src-102fee9bf48795fced65a8a817a5f62e054e1fc6.tar.gz
chromium_src-102fee9bf48795fced65a8a817a5f62e054e1fc6.tar.bz2
Componentize devtools_http_handler.
This moves DevToolsHttpHandler into it's own component. It still depends on content::DevToolsTarget, which will be moved to devtools_discovery component next. BUG=476496 Review URL: https://codereview.chromium.org/1089413002 Cr-Commit-Position: refs/heads/master@{#325849}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index c5c752d..9327c97 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -88,6 +88,7 @@
'app_modal.gypi',
'browsing_data.gypi',
'cdm.gypi',
+ 'devtools_http_handler.gypi',
'navigation_interception.gypi',
'power.gypi',
'visitedlink.gypi',