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

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

Issue 152853003: Web Animations API: Bindings for TimedItem.specified with readonly attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix timed-item-specified-getters.html (mashed in rebase) Created 6 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 unified diff | Download patch
« no previous file with comments | « Source/platform/animation/TimingFunctionTestHelperTest.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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'URLPatternMatcher.h', 138 'URLPatternMatcher.h',
139 'UUID.cpp', 139 'UUID.cpp',
140 'UUID.h', 140 'UUID.h',
141 'Widget.cpp', 141 'Widget.cpp',
142 'Widget.h', 142 'Widget.h',
143 'WindowsKeyboardCodes.h', 143 'WindowsKeyboardCodes.h',
144 'animation/AnimationUtilities.h', 144 'animation/AnimationUtilities.h',
145 'animation/AnimationValue.h', 145 'animation/AnimationValue.h',
146 'animation/KeyframeValueList.cpp', 146 'animation/KeyframeValueList.cpp',
147 'animation/KeyframeValueList.h', 147 'animation/KeyframeValueList.h',
148 'animation/TimingFunction.cpp',
148 'animation/TimingFunction.h', 149 'animation/TimingFunction.h',
149 'animation/UnitBezier.h', 150 'animation/UnitBezier.h',
150 'audio/AudioArray.h', 151 'audio/AudioArray.h',
151 'audio/AudioBus.cpp', 152 'audio/AudioBus.cpp',
152 'audio/AudioBus.h', 153 'audio/AudioBus.h',
153 'audio/AudioChannel.cpp', 154 'audio/AudioChannel.cpp',
154 'audio/AudioChannel.h', 155 'audio/AudioChannel.h',
155 'audio/AudioDSPKernel.cpp', 156 'audio/AudioDSPKernel.cpp',
156 'audio/AudioDSPKernel.h', 157 'audio/AudioDSPKernel.h',
157 'audio/AudioDSPKernelProcessor.cpp', 158 'audio/AudioDSPKernelProcessor.cpp',
(...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 'animation/TimingFunctionTestHelper.cpp', 907 'animation/TimingFunctionTestHelper.cpp',
907 'animation/TimingFunctionTestHelper.h', 908 'animation/TimingFunctionTestHelper.h',
908 'animation/TimingFunctionTestHelperTest.cpp', 909 'animation/TimingFunctionTestHelperTest.cpp',
909 'graphics/DeferredImageDecoderTest.cpp', 910 'graphics/DeferredImageDecoderTest.cpp',
910 'graphics/ImageDecodingStoreTest.cpp', 911 'graphics/ImageDecodingStoreTest.cpp',
911 'graphics/ImageFrameGeneratorTest.cpp', 912 'graphics/ImageFrameGeneratorTest.cpp',
912 'graphics/test/MockImageDecoder.h', 913 'graphics/test/MockImageDecoder.h',
913 ], 914 ],
914 }, 915 },
915 } 916 }
OLDNEW
« no previous file with comments | « Source/platform/animation/TimingFunctionTestHelperTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698