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

Unified Diff: content/browser/BUILD.gn

Issue 2499343002: [DevTools] Introduce DevToolsSession. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | content/browser/devtools/browser_devtools_agent_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 9b014bd43e327d02b14a2611e43063709cd211ef..cc640ff98e23a549b35108f8c995d6d2532d9be6 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -423,6 +423,8 @@ source_set("browser") {
"devtools/devtools_manager.h",
"devtools/devtools_protocol_handler.cc",
"devtools/devtools_protocol_handler.h",
+ "devtools/devtools_session.cc",
+ "devtools/devtools_session.h",
"devtools/forwarding_agent_host.cc",
"devtools/forwarding_agent_host.h",
"devtools/page_navigation_throttle.cc",
« no previous file with comments | « no previous file | content/browser/devtools/browser_devtools_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698