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

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

Issue 65303006: Move TimingFunction.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'UserGestureIndicator.cpp', 115 'UserGestureIndicator.cpp',
116 'UserGestureIndicator.h', 116 'UserGestureIndicator.h',
117 'URLPatternMatcher.cpp', 117 'URLPatternMatcher.cpp',
118 'URLPatternMatcher.h', 118 'URLPatternMatcher.h',
119 'UUID.cpp', 119 'UUID.cpp',
120 'UUID.h', 120 'UUID.h',
121 'Widget.cpp', 121 'Widget.cpp',
122 'Widget.h', 122 'Widget.h',
123 'WindowsKeyboardCodes.h', 123 'WindowsKeyboardCodes.h',
124 'animation/AnimationUtilities.h', 124 'animation/AnimationUtilities.h',
125 'animation/TimingFunction.h',
126 'animation/TimingFunctionTestHelper.h',
127 'animation/TimingFunctionTestHelper.cpp',
Steve Block 2013/11/12 22:39:20 TimingFunctionTestHelper.h/cpp are a bunch of util
125 'animation/UnitBezier.h', 128 'animation/UnitBezier.h',
126 'audio/AudioArray.h', 129 'audio/AudioArray.h',
127 'audio/AudioBus.cpp', 130 'audio/AudioBus.cpp',
128 'audio/AudioBus.h', 131 'audio/AudioBus.h',
129 'audio/AudioChannel.cpp', 132 'audio/AudioChannel.cpp',
130 'audio/AudioChannel.h', 133 'audio/AudioChannel.h',
131 'audio/AudioDSPKernel.cpp', 134 'audio/AudioDSPKernel.cpp',
132 'audio/AudioDSPKernel.h', 135 'audio/AudioDSPKernel.h',
133 'audio/AudioDSPKernelProcessor.cpp', 136 'audio/AudioDSPKernelProcessor.cpp',
134 'audio/AudioDSPKernelProcessor.h', 137 'audio/AudioDSPKernelProcessor.h',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'platform_test_files': [ 491 'platform_test_files': [
489 'ClockTest.cpp', 492 'ClockTest.cpp',
490 'DecimalTest.cpp', 493 'DecimalTest.cpp',
491 'LayoutUnitTest.cpp', 494 'LayoutUnitTest.cpp',
492 'LifecycleContextTest.cpp', 495 'LifecycleContextTest.cpp',
493 'PODArenaTest.cpp', 496 'PODArenaTest.cpp',
494 'PODFreeListArenaTest.cpp', 497 'PODFreeListArenaTest.cpp',
495 'PODIntervalTreeTest.cpp', 498 'PODIntervalTreeTest.cpp',
496 'PODRedBlackTreeTest.cpp', 499 'PODRedBlackTreeTest.cpp',
497 'SharedBufferTest.cpp', 500 'SharedBufferTest.cpp',
501 'animation/TimingFunctionTestHelperTest.cpp',
498 'animation/UnitBezierTest.cpp', 502 'animation/UnitBezierTest.cpp',
499 'clipboard/ClipboardUtilitiesTest.cpp', 503 'clipboard/ClipboardUtilitiesTest.cpp',
500 'geometry/RegionTest.cpp', 504 'geometry/RegionTest.cpp',
501 'geometry/RoundedRectTest.cpp', 505 'geometry/RoundedRectTest.cpp',
502 'graphics/ThreadSafeDataTransportTest.cpp', 506 'graphics/ThreadSafeDataTransportTest.cpp',
503 'testing/ArenaTestHelpers.h', 507 'testing/ArenaTestHelpers.h',
504 'testing/TreeTestHelpers.cpp', 508 'testing/TreeTestHelpers.cpp',
505 'testing/TreeTestHelpers.h', 509 'testing/TreeTestHelpers.h',
506 'text/BidiResolverTest.cpp', 510 'text/BidiResolverTest.cpp',
507 'text/DateTimeFormatTest.cpp', 511 'text/DateTimeFormatTest.cpp',
508 ], 512 ],
509 }, 513 },
510 } 514 }
OLDNEW
« no previous file with comments | « Source/platform/animation/TimingFunctionTestHelperTest.cpp ('k') | Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698