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

Unified Diff: headless/BUILD.gn

Issue 2709433002: Add HeadlessFocusClient to fix document.hasFocus() issues. (Closed)
Patch Set: Only focus one window 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
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index fc234f7e058986ca678f70c45b740ca195e9e98d..b35e8a3803f5ec16c1f3cb896f60f9b38287e326 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -266,6 +266,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') | headless/lib/browser/headless_browser_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698