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

Unified Diff: content/browser/BUILD.gn

Issue 2739323003: DevTools protocol interception, blocking & modification of requests (Closed)
Patch Set: Add a comment Created 3 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 | « no previous file | content/browser/devtools/devtools_url_interceptor_request_job.h » ('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 9c97fcc615221042d8e4c49122c1fbf3942f1e05..6c88e40433903c806be967e86855496ef986fb9f 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -515,6 +515,10 @@ source_set("browser") {
"devtools/devtools_manager.h",
"devtools/devtools_session.cc",
"devtools/devtools_session.h",
+ "devtools/devtools_url_interceptor_request_job.cc",
+ "devtools/devtools_url_interceptor_request_job.h",
+ "devtools/devtools_url_request_interceptor.cc",
+ "devtools/devtools_url_request_interceptor.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/devtools_url_interceptor_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698