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

Unified Diff: headless/BUILD.gn

Issue 2687083002: Headless: make URLRequestDispatcher aware of navigations (Closed)
Patch Set: Address nits Created 3 years, 10 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.h » ('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 7f155ee2e080e1c520781bb5822be8ac047a6ac9..789153683f8ac8363719f68c955a804d3c530858 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -217,6 +217,7 @@ static_library("headless_lib") {
"public/util/in_memory_request_job.h",
"public/util/managed_dispatch_url_request_job.cc",
"public/util/managed_dispatch_url_request_job.h",
+ "public/util/navigation_request.h",
"public/util/testing/generic_url_request_mocks.cc",
"public/util/testing/generic_url_request_mocks.h",
"public/util/url_fetcher.cc",
@@ -360,8 +361,11 @@ test("headless_browsertests") {
static_library("headless_shell_lib") {
sources = [
"app/headless_shell.cc",
+ "app/headless_shell.h",
"app/headless_shell_switches.cc",
"app/headless_shell_switches.h",
+ "app/shell_navigation_request.cc",
+ "app/shell_navigation_request.h",
"public/headless_shell.h",
]
« no previous file with comments | « no previous file | headless/app/headless_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698