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

Unified Diff: Source/core/core.gypi

Issue 777483004: Bind Window focus ability to the ExecutionContext instead of the process. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sw_client_focus
Patch Set: Created 6 years 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 594d9f21be342cdf6fea8c737ebb3a8a09324bcd..630c5aaa21d81c6c7ff28cd2f1ee157992e6ec4a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2188,6 +2188,8 @@
'dom/RequestAnimationFrameCallback.h',
'dom/SandboxFlags.cpp',
'dom/SandboxFlags.h',
+ 'dom/ScopedWindowFocusAllowedIndicator.cpp',
+ 'dom/ScopedWindowFocusAllowedIndicator.h',
'dom/ScriptLoader.cpp',
'dom/ScriptLoader.h',
'dom/ScriptRunner.cpp',

Powered by Google App Engine
This is Rietveld 408576698