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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2109843003: Adds enableVirtualTime and setVirtualTimePolicy To Emulation domain. (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 unified diff | Download patch
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'UserGestureIndicator.cpp', 129 'UserGestureIndicator.cpp',
130 'UserGestureIndicator.h', 130 'UserGestureIndicator.h',
131 'WaitableEvent.cpp', 131 'WaitableEvent.cpp',
132 'WaitableEvent.h', 132 'WaitableEvent.h',
133 'WebIconSizesParser.cpp', 133 'WebIconSizesParser.cpp',
134 'WebScheduler.cpp', 134 'WebScheduler.cpp',
135 'WebTaskRunner.cpp', 135 'WebTaskRunner.cpp',
136 'WebThreadSupportingGC.cpp', 136 'WebThreadSupportingGC.cpp',
137 'WebThreadSupportingGC.h', 137 'WebThreadSupportingGC.h',
138 'WebThread.cpp', 138 'WebThread.cpp',
139 'WebViewScheduler.cpp',
139 'Widget.cpp', 140 'Widget.cpp',
140 'Widget.h', 141 'Widget.h',
141 'WindowsKeyboardCodes.h', 142 'WindowsKeyboardCodes.h',
142 'animation/AnimationTranslationUtil.cpp', 143 'animation/AnimationTranslationUtil.cpp',
143 'animation/AnimationTranslationUtil.h', 144 'animation/AnimationTranslationUtil.h',
144 'animation/AnimationUtilities.h', 145 'animation/AnimationUtilities.h',
145 'animation/CompositorAnimation.cpp', 146 'animation/CompositorAnimation.cpp',
146 'animation/CompositorAnimation.h', 147 'animation/CompositorAnimation.h',
147 'animation/CompositorAnimationCurve.h', 148 'animation/CompositorAnimationCurve.h',
148 'animation/CompositorAnimationDelegate.h', 149 'animation/CompositorAnimationDelegate.h',
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 ['use_default_render_theme==1', 1342 ['use_default_render_theme==1',
1342 { 1343 {
1343 'platform_test_files': [ 1344 'platform_test_files': [
1344 'scroll/ScrollbarThemeAuraTest.cpp', 1345 'scroll/ScrollbarThemeAuraTest.cpp',
1345 ], 1346 ],
1346 } 1347 }
1347 ], 1348 ],
1348 ], 1349 ],
1349 }, 1350 },
1350 } 1351 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698