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

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

Issue 1684023003: Add tests for UserGestureIndicator class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change header comment. Created 4 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 | « third_party/WebKit/Source/platform/UserGestureIndicatorTest.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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'LayoutUnitTest.cpp', 1006 'LayoutUnitTest.cpp',
1007 'LifecycleContextTest.cpp', 1007 'LifecycleContextTest.cpp',
1008 'PODArenaTest.cpp', 1008 'PODArenaTest.cpp',
1009 'PODFreeListArenaTest.cpp', 1009 'PODFreeListArenaTest.cpp',
1010 'PODIntervalTreeTest.cpp', 1010 'PODIntervalTreeTest.cpp',
1011 'PODRedBlackTreeTest.cpp', 1011 'PODRedBlackTreeTest.cpp',
1012 'PurgeableVectorTest.cpp', 1012 'PurgeableVectorTest.cpp',
1013 'SharedBufferTest.cpp', 1013 'SharedBufferTest.cpp',
1014 'TimerTest.cpp', 1014 'TimerTest.cpp',
1015 'TracedValueTest.cpp', 1015 'TracedValueTest.cpp',
1016 'UserGestureIndicatorTest.cpp',
1016 'UUIDTest.cpp', 1017 'UUIDTest.cpp',
1017 'WebScreenInfoTest.cpp', 1018 'WebScreenInfoTest.cpp',
1018 'WebVectorTest.cpp', 1019 'WebVectorTest.cpp',
1019 'animation/TimingFunctionTest.cpp', 1020 'animation/TimingFunctionTest.cpp',
1020 'animation/UnitBezierTest.cpp', 1021 'animation/UnitBezierTest.cpp',
1021 'blob/BlobDataTest.cpp', 1022 'blob/BlobDataTest.cpp',
1022 'clipboard/ClipboardUtilitiesTest.cpp', 1023 'clipboard/ClipboardUtilitiesTest.cpp',
1023 'fonts/CharacterTest.cpp', 1024 'fonts/CharacterTest.cpp',
1024 'fonts/FontCacheTest.cpp', 1025 'fonts/FontCacheTest.cpp',
1025 'fonts/FontDescriptionTest.cpp', 1026 'fonts/FontDescriptionTest.cpp',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 ['OS!="mac"', 1152 ['OS!="mac"',
1152 { 1153 {
1153 'platform_test_files': [ 1154 'platform_test_files': [
1154 'scroll/ScrollAnimatorTest.cpp', 1155 'scroll/ScrollAnimatorTest.cpp',
1155 ], 1156 ],
1156 } 1157 }
1157 ], 1158 ],
1158 ], 1159 ],
1159 }, 1160 },
1160 } 1161 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/UserGestureIndicatorTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698