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

Unified Diff: tools/gn/secondary/chrome/BUILD.gn

Issue 182993003: Add the ability for DevTools to wrap network transactions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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
« no previous file with comments | « net/url_request/view_cache_helper_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/chrome/BUILD.gn
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
index c9a727895642c77e9267d97a8eca3bf7ed2d4e1a..aaff67facdcdaab3c4ae79d09b2de1b49355f5e3 100644
--- a/tools/gn/secondary/chrome/BUILD.gn
+++ b/tools/gn/secondary/chrome/BUILD.gn
@@ -122,6 +122,12 @@ source_set("debugger") {
"browser/devtools/devtools_file_helper.h",
"browser/devtools/devtools_file_system_indexer.cc",
"browser/devtools/devtools_file_system_indexer.h",
+ "browser/devtools/devtools_network_controller.cpp",
+ "browser/devtools/devtools_network_controller.h",
+ "browser/devtools/devtools_network_transaction.cpp",
+ "browser/devtools/devtools_network_transaction.h",
+ "browser/devtools/devtools_network_transaction_factory.cpp",
+ "browser/devtools/devtools_network_transaction_factory.h",
"browser/devtools/devtools_protocol.cc",
"browser/devtools/devtools_protocol.h",
"browser/devtools/devtools_toggle_action.h",
« no previous file with comments | « net/url_request/view_cache_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698