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

Unified Diff: chrome/browser/devtools/BUILD.gn

Issue 563923006: [DevTools] Split network handling off ChromeDevToolsManagerDelegate to be reused on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | chrome/browser/devtools/chrome_devtools_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/BUILD.gn
diff --git a/chrome/browser/devtools/BUILD.gn b/chrome/browser/devtools/BUILD.gn
index dce1eaa4e1452e2c50c3be81cb9cd71151da1fb9..d1def532da35d1a07b2e6feb002e0889bdaff7e0 100644
--- a/chrome/browser/devtools/BUILD.gn
+++ b/chrome/browser/devtools/BUILD.gn
@@ -31,6 +31,8 @@ static_library("devtools") {
"devtools_network_controller.h",
"devtools_network_interceptor.cc",
"devtools_network_interceptor.h",
+ "devtools_network_protocol_handler.cc",
+ "devtools_network_protocol_handler.h",
"devtools_network_transaction.cc",
"devtools_network_transaction.h",
"devtools_network_transaction_factory.cc",
« no previous file with comments | « no previous file | chrome/browser/devtools/chrome_devtools_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698