From 102fee9bf48795fced65a8a817a5f62e054e1fc6 Mon Sep 17 00:00:00 2001 From: dgozman Date: Mon, 20 Apr 2015 08:45:46 -0700 Subject: 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} --- content/content_shell.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_shell.gypi') diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 5df6def..4931f11 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -47,6 +47,7 @@ '../cc/blink/cc_blink.gyp:cc_blink', '../cc/cc.gyp:cc', '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted', + '../components/components.gyp:devtools_http_handler', '../components/components.gyp:web_cache_renderer', '../device/bluetooth/bluetooth.gyp:device_bluetooth', '../gin/gin.gyp:gin', -- cgit v1.1