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

Side by Side 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: review comments Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/ScopedOrientationChangeIndicatorTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'PlatformTouchPoint.h', 94 'PlatformTouchPoint.h',
95 'PlatformWheelEvent.h', 95 'PlatformWheelEvent.h',
96 'PluginScriptForbiddenScope.cpp', 96 'PluginScriptForbiddenScope.cpp',
97 'PluginScriptForbiddenScope.h', 97 'PluginScriptForbiddenScope.h',
98 'PopupMenu.h', 98 'PopupMenu.h',
99 'Prerender.cpp', 99 'Prerender.cpp',
100 'Prerender.h', 100 'Prerender.h',
101 'PrerenderClient.h', 101 'PrerenderClient.h',
102 'PurgeableVector.cpp', 102 'PurgeableVector.cpp',
103 'PurgeableVector.h', 103 'PurgeableVector.h',
104 'ScopedOrientationChangeIndicator.cpp',
105 'ScopedOrientationChangeIndicator.h',
104 'ScriptForbiddenScope.cpp', 106 'ScriptForbiddenScope.cpp',
105 'ScriptForbiddenScope.h', 107 'ScriptForbiddenScope.h',
106 'SecureTextInput.cpp', 108 'SecureTextInput.cpp',
107 'SecureTextInput.h', 109 'SecureTextInput.h',
108 'SerializedResource.h', 110 'SerializedResource.h',
109 'SharedBuffer.cpp', 111 'SharedBuffer.cpp',
110 'SharedBuffer.h', 112 'SharedBuffer.h',
111 'SharedBufferChunkReader.cpp', 113 'SharedBufferChunkReader.cpp',
112 'SharedBufferChunkReader.h', 114 'SharedBufferChunkReader.h',
113 'StorageQuotaCallbacks.h', 115 'StorageQuotaCallbacks.h',
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 'weborigin/SecurityOrigin.cpp', 1136 'weborigin/SecurityOrigin.cpp',
1135 'weborigin/SecurityOrigin.h', 1137 'weborigin/SecurityOrigin.h',
1136 'weborigin/SecurityOriginCache.h', 1138 'weborigin/SecurityOriginCache.h',
1137 'weborigin/SecurityOriginHash.h', 1139 'weborigin/SecurityOriginHash.h',
1138 'weborigin/SecurityPolicy.cpp', 1140 'weborigin/SecurityPolicy.cpp',
1139 'weborigin/SecurityPolicy.h', 1141 'weborigin/SecurityPolicy.h',
1140 'weborigin/Suborigin.cpp', 1142 'weborigin/Suborigin.cpp',
1141 'weborigin/Suborigin.h', 1143 'weborigin/Suborigin.h',
1142 ], 1144 ],
1143 'platform_test_files': [ 1145 'platform_test_files': [
1146 'ScopedOrientationChangeIndicatorTest.cpp',
1144 'DecimalTest.cpp', 1147 'DecimalTest.cpp',
1145 'DragImageTest.cpp', 1148 'DragImageTest.cpp',
1146 'HistogramTest.cpp', 1149 'HistogramTest.cpp',
1147 'LayoutUnitTest.cpp', 1150 'LayoutUnitTest.cpp',
1148 'LifecycleContextTest.cpp', 1151 'LifecycleContextTest.cpp',
1149 'PODArenaTest.cpp', 1152 'PODArenaTest.cpp',
1150 'PODFreeListArenaTest.cpp', 1153 'PODFreeListArenaTest.cpp',
1151 'PODIntervalTreeTest.cpp', 1154 'PODIntervalTreeTest.cpp',
1152 'PODRedBlackTreeTest.cpp', 1155 'PODRedBlackTreeTest.cpp',
1153 'PurgeableVectorTest.cpp', 1156 'PurgeableVectorTest.cpp',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 ['use_default_render_theme==1', 1350 ['use_default_render_theme==1',
1348 { 1351 {
1349 'platform_test_files': [ 1352 'platform_test_files': [
1350 'scroll/ScrollbarThemeAuraTest.cpp', 1353 'scroll/ScrollbarThemeAuraTest.cpp',
1351 ], 1354 ],
1352 } 1355 }
1353 ], 1356 ],
1354 ], 1357 ],
1355 }, 1358 },
1356 } 1359 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/ScopedOrientationChangeIndicatorTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698