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

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: Add missing moved files 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
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/graphics/Color.h » ('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 'Clock.cpp', 7 'Clock.cpp',
8 'Clock.h', 8 'Clock.h',
9 'ContentType.cpp', 9 'ContentType.cpp',
10 'ContentType.h', 10 'ContentType.h',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'geometry/LayoutRect.h', 257 'geometry/LayoutRect.h',
258 'geometry/LayoutSize.h', 258 'geometry/LayoutSize.h',
259 'geometry/Region.cpp', 259 'geometry/Region.cpp',
260 'geometry/Region.h', 260 'geometry/Region.h',
261 'geometry/RoundedRect.cpp', 261 'geometry/RoundedRect.cpp',
262 'geometry/RoundedRect.h', 262 'geometry/RoundedRect.h',
263 'geometry/TransformState.cpp', 263 'geometry/TransformState.cpp',
264 'geometry/TransformState.h', 264 'geometry/TransformState.h',
265 'graphics/angle/ANGLEPlatformBridge.cpp', 265 'graphics/angle/ANGLEPlatformBridge.cpp',
266 'graphics/angle/ANGLEPlatformBridge.h', 266 'graphics/angle/ANGLEPlatformBridge.h',
267 'graphics/Color.cpp',
268 'graphics/Color.h',
267 'graphics/ColorSpace.h', 269 'graphics/ColorSpace.h',
270 'graphics/DrawLooper.cpp',
271 'graphics/DrawLooper.h',
268 'graphics/GraphicsTypes.cpp', 272 'graphics/GraphicsTypes.cpp',
269 'graphics/GraphicsTypes.h', 273 'graphics/GraphicsTypes.h',
270 'graphics/GraphicsTypes3D.h', 274 'graphics/GraphicsTypes3D.h',
271 'graphics/ImageOrientation.cpp', 275 'graphics/ImageOrientation.cpp',
272 'graphics/ImageOrientation.h', 276 'graphics/ImageOrientation.h',
273 'graphics/PathTraversalState.cpp', 277 'graphics/PathTraversalState.cpp',
274 'graphics/PathTraversalState.h', 278 'graphics/PathTraversalState.h',
275 'graphics/ScaledImageFragment.cpp', 279 'graphics/ScaledImageFragment.cpp',
276 'graphics/ScaledImageFragment.h', 280 'graphics/ScaledImageFragment.h',
277 'graphics/TextRun.cpp', 281 'graphics/TextRun.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'geometry/RoundedRectTest.cpp', 400 'geometry/RoundedRectTest.cpp',
397 'graphics/ThreadSafeDataTransportTest.cpp', 401 'graphics/ThreadSafeDataTransportTest.cpp',
398 'testing/ArenaTestHelpers.h', 402 'testing/ArenaTestHelpers.h',
399 'testing/TreeTestHelpers.cpp', 403 'testing/TreeTestHelpers.cpp',
400 'testing/TreeTestHelpers.h', 404 'testing/TreeTestHelpers.h',
401 'text/BidiResolverTest.cpp', 405 'text/BidiResolverTest.cpp',
402 'text/DateTimeFormatTest.cpp', 406 'text/DateTimeFormatTest.cpp',
403 ], 407 ],
404 }, 408 },
405 } 409 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/graphics/Color.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698