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

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: Created 5 years, 7 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
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 54f8c71b9eaf49dcba4fdffa09bc528774b46d23..54be262a39b620ac2c886ef0e8a5b8697d5bcbc0 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -69,6 +69,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",
"html_document.cc",
@@ -112,6 +114,7 @@ source_set("lib") {
"//cc/blink",
"//cc/surfaces",
"//components/clipboard/public/interfaces",
+ "//components/devtools_service/public/interfaces",
"//components/mime_util",
"//components/resource_provider/public/cpp",
"//components/resource_provider/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698