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

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

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add comments and platform tests Created 6 years, 11 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') | Source/web/web.gyp » ('j') | 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'UserGestureIndicator.cpp', 133 'UserGestureIndicator.cpp',
134 'UserGestureIndicator.h', 134 'UserGestureIndicator.h',
135 'URLPatternMatcher.cpp', 135 'URLPatternMatcher.cpp',
136 'URLPatternMatcher.h', 136 'URLPatternMatcher.h',
137 'UUID.cpp', 137 'UUID.cpp',
138 'UUID.h', 138 'UUID.h',
139 'Widget.cpp', 139 'Widget.cpp',
140 'Widget.h', 140 'Widget.h',
141 'WindowsKeyboardCodes.h', 141 'WindowsKeyboardCodes.h',
142 'animation/AnimationUtilities.h', 142 'animation/AnimationUtilities.h',
143 'animation/AnimationValue.h',
144 'animation/KeyframeValueList.cpp',
145 'animation/KeyframeValueList.h',
146 'animation/TimingFunction.h',
143 'animation/UnitBezier.h', 147 'animation/UnitBezier.h',
144 'audio/AudioArray.h', 148 'audio/AudioArray.h',
145 'audio/AudioBus.cpp', 149 'audio/AudioBus.cpp',
146 'audio/AudioBus.h', 150 'audio/AudioBus.h',
147 'audio/AudioChannel.cpp', 151 'audio/AudioChannel.cpp',
148 'audio/AudioChannel.h', 152 'audio/AudioChannel.h',
149 'audio/AudioDSPKernel.cpp', 153 'audio/AudioDSPKernel.cpp',
150 'audio/AudioDSPKernel.h', 154 'audio/AudioDSPKernel.h',
151 'audio/AudioDSPKernelProcessor.cpp', 155 'audio/AudioDSPKernelProcessor.cpp',
152 'audio/AudioDSPKernelProcessor.h', 156 'audio/AudioDSPKernelProcessor.h',
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'testing/TreeTestHelpers.cpp', 912 'testing/TreeTestHelpers.cpp',
909 'testing/TreeTestHelpers.h', 913 'testing/TreeTestHelpers.h',
910 'text/BidiResolverTest.cpp', 914 'text/BidiResolverTest.cpp',
911 'text/DateTimeFormatTest.cpp', 915 'text/DateTimeFormatTest.cpp',
912 'text/UnicodeUtilitiesTest.cpp', 916 'text/UnicodeUtilitiesTest.cpp',
913 'weborigin/DatabaseIdentifierTest.cpp', 917 'weborigin/DatabaseIdentifierTest.cpp',
914 'weborigin/KURLTest.cpp', 918 'weborigin/KURLTest.cpp',
915 'weborigin/OriginAccessEntryTest.cpp', 919 'weborigin/OriginAccessEntryTest.cpp',
916 'weborigin/SecurityOriginTest.cpp', 920 'weborigin/SecurityOriginTest.cpp',
917 ], 921 ],
922 # NOTE: these are legacy unit tests, do not add more!
923 'platform_web_unittest_files': [
924 'animation/TimingFunctionTestHelper.cpp',
925 'animation/TimingFunctionTestHelper.h',
926 'animation/TimingFunctionTestHelperTest.cpp',
927 'graphics/DeferredImageDecoderTest.cpp',
928 'graphics/ImageDecodingStoreTest.cpp',
929 'graphics/ImageFrameGeneratorTest.cpp',
930 'graphics/test/MockImageDecoder.h',
931 ],
918 }, 932 },
919 } 933 }
OLDNEW
« no previous file with comments | « Source/platform/animation/TimingFunctionTestHelperTest.cpp ('k') | Source/web/web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698