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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2175863002: Allow going fullscreen during a screen orientation change handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index fbc001ddc8797a8bdab179c56d99544bf80c9799..b31cf81f0ac07d2ef8856105dd634ec3ea83b464 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -101,6 +101,8 @@
'PrerenderClient.h',
'PurgeableVector.cpp',
'PurgeableVector.h',
+ 'ScopedOrientationChangeIndicator.cpp',
+ 'ScopedOrientationChangeIndicator.h',
'ScriptForbiddenScope.cpp',
'ScriptForbiddenScope.h',
'SecureTextInput.cpp',
@@ -1141,6 +1143,7 @@
'weborigin/Suborigin.h',
],
'platform_test_files': [
+ 'ScopedOrientationChangeIndicatorTest.cpp',
'DecimalTest.cpp',
'DragImageTest.cpp',
'HistogramTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698