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

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

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move a new comment in PRESUBMIT.py 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
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'Timer.cpp', 130 'Timer.cpp',
131 'Timer.h', 131 'Timer.h',
132 'TraceEvent.h', 132 'TraceEvent.h',
133 'TraceEventCommon.h', 133 'TraceEventCommon.h',
134 'TracedValue.cpp', 134 'TracedValue.cpp',
135 'TracedValue.h', 135 'TracedValue.h',
136 'UUID.cpp', 136 'UUID.cpp',
137 'UUID.h', 137 'UUID.h',
138 'UserGestureIndicator.cpp', 138 'UserGestureIndicator.cpp',
139 'UserGestureIndicator.h', 139 'UserGestureIndicator.h',
140 'WebMemoryAllocatorDumpImpl.cpp',
141 'WebMemoryAllocatorDumpImpl.h',
142 'WebMemoryDumpProviderAdapter.cpp',
143 'WebMemoryDumpProviderAdapter.h',
144 'WebProcessMemoryDumpImpl.cpp',
145 'WebProcessMemoryDumpImpl.h',
140 'WebScheduler.cpp', 146 'WebScheduler.cpp',
141 'WebTaskRunner.cpp', 147 'WebTaskRunner.cpp',
142 'WebThreadSupportingGC.cpp', 148 'WebThreadSupportingGC.cpp',
143 'WebThreadSupportingGC.h', 149 'WebThreadSupportingGC.h',
144 'WebThread.cpp', 150 'WebThread.cpp',
145 'Widget.cpp', 151 'Widget.cpp',
146 'Widget.h', 152 'Widget.h',
147 'WindowsKeyboardCodes.h', 153 'WindowsKeyboardCodes.h',
148 'animation/AnimationUtilities.h', 154 'animation/AnimationUtilities.h',
149 'animation/CubicBezierControlPoints.cpp', 155 'animation/CubicBezierControlPoints.cpp',
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'LifecycleContextTest.cpp', 1011 'LifecycleContextTest.cpp',
1006 'PODArenaTest.cpp', 1012 'PODArenaTest.cpp',
1007 'PODFreeListArenaTest.cpp', 1013 'PODFreeListArenaTest.cpp',
1008 'PODIntervalTreeTest.cpp', 1014 'PODIntervalTreeTest.cpp',
1009 'PODRedBlackTreeTest.cpp', 1015 'PODRedBlackTreeTest.cpp',
1010 'PurgeableVectorTest.cpp', 1016 'PurgeableVectorTest.cpp',
1011 'SharedBufferTest.cpp', 1017 'SharedBufferTest.cpp',
1012 'TimerTest.cpp', 1018 'TimerTest.cpp',
1013 'TracedValueTest.cpp', 1019 'TracedValueTest.cpp',
1014 'UUIDTest.cpp', 1020 'UUIDTest.cpp',
1021 'WebProcessMemoryDumpImplTest.cpp',
1015 'WebScreenInfoTest.cpp', 1022 'WebScreenInfoTest.cpp',
1016 'WebVectorTest.cpp', 1023 'WebVectorTest.cpp',
1017 'animation/TimingFunctionTest.cpp', 1024 'animation/TimingFunctionTest.cpp',
1018 'animation/UnitBezierTest.cpp', 1025 'animation/UnitBezierTest.cpp',
1019 'blob/BlobDataTest.cpp', 1026 'blob/BlobDataTest.cpp',
1020 'clipboard/ClipboardUtilitiesTest.cpp', 1027 'clipboard/ClipboardUtilitiesTest.cpp',
1021 'fonts/CharacterTest.cpp', 1028 'fonts/CharacterTest.cpp',
1022 'fonts/FontCacheTest.cpp', 1029 'fonts/FontCacheTest.cpp',
1023 'fonts/FontDescriptionTest.cpp', 1030 'fonts/FontDescriptionTest.cpp',
1024 'fonts/GlyphBufferTest.cpp', 1031 'fonts/GlyphBufferTest.cpp',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 ['OS!="mac"', 1156 ['OS!="mac"',
1150 { 1157 {
1151 'platform_test_files': [ 1158 'platform_test_files': [
1152 'scroll/ScrollAnimatorTest.cpp', 1159 'scroll/ScrollAnimatorTest.cpp',
1153 ], 1160 ],
1154 } 1161 }
1155 ], 1162 ],
1156 ], 1163 ],
1157 }, 1164 },
1158 } 1165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698