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

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

Issue 37803003: Move GraphicsTypes* and ColorSpace to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: I misread Adam's comment, the exports are needed in one place 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',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'geometry/LayoutRect.h', 244 'geometry/LayoutRect.h',
245 'geometry/LayoutSize.h', 245 'geometry/LayoutSize.h',
246 'geometry/Region.cpp', 246 'geometry/Region.cpp',
247 'geometry/Region.h', 247 'geometry/Region.h',
248 'geometry/RoundedRect.cpp', 248 'geometry/RoundedRect.cpp',
249 'geometry/RoundedRect.h', 249 'geometry/RoundedRect.h',
250 'geometry/TransformState.cpp', 250 'geometry/TransformState.cpp',
251 'geometry/TransformState.h', 251 'geometry/TransformState.h',
252 'graphics/angle/ANGLEPlatformBridge.cpp', 252 'graphics/angle/ANGLEPlatformBridge.cpp',
253 'graphics/angle/ANGLEPlatformBridge.h', 253 'graphics/angle/ANGLEPlatformBridge.h',
254 'graphics/ColorSpace.h',
255 'graphics/GraphicsTypes.cpp',
256 'graphics/GraphicsTypes.h',
257 'graphics/GraphicsTypes3D.h',
254 'graphics/ImageOrientation.cpp', 258 'graphics/ImageOrientation.cpp',
255 'graphics/ImageOrientation.h', 259 'graphics/ImageOrientation.h',
256 'graphics/PathTraversalState.cpp', 260 'graphics/PathTraversalState.cpp',
257 'graphics/PathTraversalState.h', 261 'graphics/PathTraversalState.h',
258 'graphics/ScaledImageFragment.cpp', 262 'graphics/ScaledImageFragment.cpp',
259 'graphics/ScaledImageFragment.h', 263 'graphics/ScaledImageFragment.h',
260 'graphics/TextRun.cpp', 264 'graphics/TextRun.cpp',
261 'graphics/TextRun.h', 265 'graphics/TextRun.h',
262 'graphics/TextRunIterator.h', 266 'graphics/TextRunIterator.h',
263 'graphics/ThreadSafeDataTransport.cpp', 267 'graphics/ThreadSafeDataTransport.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'geometry/RoundedRectTest.cpp', 365 'geometry/RoundedRectTest.cpp',
362 'graphics/ThreadSafeDataTransportTest.cpp', 366 'graphics/ThreadSafeDataTransportTest.cpp',
363 'testing/ArenaTestHelpers.h', 367 'testing/ArenaTestHelpers.h',
364 'testing/TreeTestHelpers.cpp', 368 'testing/TreeTestHelpers.cpp',
365 'testing/TreeTestHelpers.h', 369 'testing/TreeTestHelpers.h',
366 'text/BidiResolverTest.cpp', 370 'text/BidiResolverTest.cpp',
367 'text/DateTimeFormatTest.cpp', 371 'text/DateTimeFormatTest.cpp',
368 ], 372 ],
369 }, 373 },
370 } 374 }
OLDNEW
« no previous file with comments | « Source/core/rendering/svg/SVGRenderTreeAsText.cpp ('k') | Source/platform/graphics/ColorSpace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698