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

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

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: correct patch set 1 mistake 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'CalculationValue.cpp', 4 'CalculationValue.cpp',
5 'CalculationValue.h', 5 'CalculationValue.h',
6 'Clock.cpp', 6 'Clock.cpp',
7 'Clock.h', 7 'Clock.h',
8 'ContentType.cpp', 8 'ContentType.cpp',
9 'ContentType.h', 9 'ContentType.h',
10 'CrossThreadCopier.cpp', 10 'CrossThreadCopier.cpp',
11 'CrossThreadCopier.h', 11 'CrossThreadCopier.h',
12 'DateComponents.cpp', 12 'DateComponents.cpp',
13 'DateComponents.h', 13 'DateComponents.h',
14 'Decimal.cpp', 14 'Decimal.cpp',
15 'Decimal.h', 15 'Decimal.h',
16 'EventTracer.cpp', 16 'EventTracer.cpp',
17 'EventTracer.h', 17 'EventTracer.h',
18 'FileChooser.cpp', 18 'FileChooser.cpp',
19 'FileChooser.h', 19 'FileChooser.h',
20 'FileMetadata.cpp', 20 'FileMetadata.cpp',
21 'FileMetadata.h', 21 'FileMetadata.h',
22 'FileSystemType.h', 22 'FileSystemType.h',
23 'FloatConversion.h', 23 'FloatConversion.h',
24 'HostWindow.h', 24 'HostWindow.h',
25 'HashTools.h',
25 'JSONValues.cpp', 26 'JSONValues.cpp',
26 'JSONValues.h', 27 'JSONValues.h',
27 'Language.cpp', 28 'Language.cpp',
28 'Language.h', 29 'Language.h',
29 'LayoutTestSupport.cpp', 30 'LayoutTestSupport.cpp',
30 'LayoutTestSupport.h', 31 'LayoutTestSupport.h',
31 'LayoutUnit.h', 32 'LayoutUnit.h',
32 'Length.cpp', 33 'Length.cpp',
33 'Length.h', 34 'Length.h',
34 'LengthBox.cpp', 35 'LengthBox.cpp',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'geometry/LayoutRect.h', 245 'geometry/LayoutRect.h',
245 'geometry/LayoutSize.h', 246 'geometry/LayoutSize.h',
246 'geometry/Region.cpp', 247 'geometry/Region.cpp',
247 'geometry/Region.h', 248 'geometry/Region.h',
248 'geometry/RoundedRect.cpp', 249 'geometry/RoundedRect.cpp',
249 'geometry/RoundedRect.h', 250 'geometry/RoundedRect.h',
250 'geometry/TransformState.cpp', 251 'geometry/TransformState.cpp',
251 'geometry/TransformState.h', 252 'geometry/TransformState.h',
252 'graphics/angle/ANGLEPlatformBridge.cpp', 253 'graphics/angle/ANGLEPlatformBridge.cpp',
253 'graphics/angle/ANGLEPlatformBridge.h', 254 'graphics/angle/ANGLEPlatformBridge.h',
255 'graphics/Color.cpp',
256 'graphics/Color.h',
254 'graphics/ColorSpace.h', 257 'graphics/ColorSpace.h',
258 'graphics/DrawLooper.cpp',
259 'graphics/DrawLooper.h',
255 'graphics/GraphicsTypes.cpp', 260 'graphics/GraphicsTypes.cpp',
256 'graphics/GraphicsTypes.h', 261 'graphics/GraphicsTypes.h',
257 'graphics/GraphicsTypes3D.h', 262 'graphics/GraphicsTypes3D.h',
258 'graphics/ImageOrientation.cpp', 263 'graphics/ImageOrientation.cpp',
259 'graphics/ImageOrientation.h', 264 'graphics/ImageOrientation.h',
260 'graphics/PathTraversalState.cpp', 265 'graphics/PathTraversalState.cpp',
261 'graphics/PathTraversalState.h', 266 'graphics/PathTraversalState.h',
262 'graphics/ScaledImageFragment.cpp', 267 'graphics/ScaledImageFragment.cpp',
263 'graphics/ScaledImageFragment.h', 268 'graphics/ScaledImageFragment.h',
264 'graphics/TextRun.cpp', 269 'graphics/TextRun.cpp',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'geometry/RoundedRectTest.cpp', 370 'geometry/RoundedRectTest.cpp',
366 'graphics/ThreadSafeDataTransportTest.cpp', 371 'graphics/ThreadSafeDataTransportTest.cpp',
367 'testing/ArenaTestHelpers.h', 372 'testing/ArenaTestHelpers.h',
368 'testing/TreeTestHelpers.cpp', 373 'testing/TreeTestHelpers.cpp',
369 'testing/TreeTestHelpers.h', 374 'testing/TreeTestHelpers.h',
370 'text/BidiResolverTest.cpp', 375 'text/BidiResolverTest.cpp',
371 'text/DateTimeFormatTest.cpp', 376 'text/DateTimeFormatTest.cpp',
372 ], 377 ],
373 }, 378 },
374 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698