summaryrefslogtreecommitdiffstats
path: root/components/devtools_http_handler.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [DevTools] Cleanup DevToolsTarget and DevToolsManagerDelegate after moving ↵dgozman2015-04-281-0/+1
| | | | | | | | | | | to devtools_discovery. BUG=476496 TBR=jochen Review URL: https://codereview.chromium.org/1114503002 Cr-Commit-Position: refs/heads/master@{#327300}
* Componentize devtools_http_handler.dgozman2015-04-201-0/+26
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}