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

Unified Diff: headless/BUILD.gn

Issue 2352663003: Adds a --deterministic-fetch flag to headless_shell (Closed)
Patch Set: Changes for Sami Created 4 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 | headless/app/headless_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 572b1169424a829d276f589c90e0d11327c1c190..a8a01a301f6508613dc34ae61e4acdc156c4e948 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -202,12 +202,16 @@ static_library("headless_lib") {
"public/util/black_hole_protocol_handler.h",
"public/util/deterministic_dispatcher.cc",
"public/util/deterministic_dispatcher.h",
+ "public/util/deterministic_http_protocol_handler.cc",
+ "public/util/deterministic_http_protocol_handler.h",
"public/util/error_reporter.cc",
"public/util/error_reporter.h",
"public/util/expedited_dispatcher.cc",
"public/util/expedited_dispatcher.h",
"public/util/generic_url_request_job.cc",
"public/util/generic_url_request_job.h",
+ "public/util/http_url_fetcher.cc",
+ "public/util/http_url_fetcher.h",
"public/util/in_memory_protocol_handler.cc",
"public/util/in_memory_protocol_handler.h",
"public/util/in_memory_request_job.cc",
« no previous file with comments | « no previous file | headless/app/headless_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698