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

Unified Diff: content/browser/BUILD.gn

Issue 2590293003: [DevTools] Rework DevToolsSession interaction with domain handlers. (Closed)
Patch Set: addressed comments Created 4 years 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 4b2c635232fc6976df68ba6233f8b4570e25bdfd..0bfa141243866fd9a13f719e8eb1118eb0e9ed9e 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -462,6 +462,8 @@ source_set("browser") {
"devtools/page_navigation_throttle.h",
"devtools/protocol/color_picker.cc",
"devtools/protocol/color_picker.h",
+ "devtools/protocol/devtools_domain_handler.cc",
+ "devtools/protocol/devtools_domain_handler.h",
"devtools/protocol/dom_handler.cc",
"devtools/protocol/dom_handler.h",
"devtools/protocol/emulation_handler.cc",

Powered by Google App Engine
This is Rietveld 408576698