Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: components/html_viewer/BUILD.gn

Issue 1163953002: html_viewer: Add DevToolsAgentImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't create DevToolsAgentImpl instance unless --remote-debugging-port is specified Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/devtools_service/public/cpp/switches.cc ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 053822060a105dc4a5384a2629f04e5d2122a5f3..a6b31350619b01a716ed8bb43f4ef4ae86a6194f 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -68,6 +68,8 @@ source_set("lib") {
"blink_resource_constants.h",
"blink_url_request_type_converters.cc",
"blink_url_request_type_converters.h",
+ "devtools_agent_impl.cc",
+ "devtools_agent_impl.h",
"discardable_memory_allocator.cc",
"discardable_memory_allocator.h",
"frame_tree_manager.cc",
@@ -113,6 +115,8 @@ source_set("lib") {
"//cc/blink",
"//cc/surfaces",
"//components/clipboard/public/interfaces",
+ "//components/devtools_service/public/cpp",
+ "//components/devtools_service/public/interfaces",
"//components/mime_util",
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",
« no previous file with comments | « components/devtools_service/public/cpp/switches.cc ('k') | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698