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 2709433002: Add HeadlessFocusClient to fix document.hasFocus() issues. (Closed)
Patch Set: Remove unnecessary imports 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/lib/browser/headless_browser_impl.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 8b8c6a9a6e7ef7bd23dacb85d4cf966097dd1ae5..cea651df4c5d40fc1db2c12dd2b8a20c4e7f6c65 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -267,6 +267,8 @@ static_library("headless_lib") {
if (use_aura) {
sources += [
"lib/browser/headless_browser_impl_aura.cc",
+ "lib/browser/headless_focus_client.cc",
+ "lib/browser/headless_focus_client.h",
"lib/browser/headless_screen.cc",
"lib/browser/headless_screen.h",
"lib/browser/headless_window_parenting_client.cc",
« no previous file with comments | « no previous file | headless/lib/browser/headless_browser_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698