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

Unified Diff: headless/BUILD.gn

Issue 2043603004: headless: Introduce a browser context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits Created 4 years, 6 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 ffcad64f72b511bd9e32012b55f70b85950de138..607cf46b20933b24f816751ac027a1ca3724006d 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -206,8 +206,8 @@ static_library("headless_lib") {
"$target_gen_dir/public/domains/types.h",
"$target_gen_dir/public/domains/worker.cc",
"$target_gen_dir/public/domains/worker.h",
- "lib/browser/headless_browser_context.cc",
- "lib/browser/headless_browser_context.h",
+ "lib/browser/headless_browser_context_impl.cc",
+ "lib/browser/headless_browser_context_impl.h",
"lib/browser/headless_browser_impl.cc",
"lib/browser/headless_browser_impl.h",
"lib/browser/headless_browser_main_parts.cc",
@@ -236,6 +236,7 @@ static_library("headless_lib") {
"lib/utility/headless_content_utility_client.h",
"public/headless_browser.cc",
"public/headless_browser.h",
+ "public/headless_browser_context.h",
"public/headless_devtools_client.h",
"public/headless_devtools_host.h",
"public/headless_devtools_target.h",
« 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