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

Unified Diff: headless/BUILD.gn

Issue 2787373002: [headless] Use individual aura::WindowTreeHosts per WebContents. (Closed)
Patch Set: Created 3 years, 9 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
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 2e1f6c3aad6ffaec5fa0c0bef8da46ba3b67c600..d6cccc85677405f0a5e0e3021dec0d3bc5227ee1 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -221,6 +221,7 @@ static_library("headless_lib") {
"lib/browser/headless_url_request_context_getter.h",
"lib/browser/headless_web_contents_impl.cc",
"lib/browser/headless_web_contents_impl.h",
+ "lib/browser/headless_window_tree_host.h",
"lib/headless_crash_reporter_client.cc",
"lib/headless_crash_reporter_client.h",
"lib/headless_content_client.cc",
@@ -283,7 +284,6 @@ static_library("headless_lib") {
"lib/browser/headless_window_parenting_client.cc",
"lib/browser/headless_window_parenting_client.h",
"lib/browser/headless_window_tree_host.cc",
- "lib/browser/headless_window_tree_host.h",
]
}
« no previous file with comments | « no previous file | headless/lib/browser/headless_browser_impl.h » ('j') | headless/lib/browser/headless_browser_impl_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698