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

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

Issue 68103014: Move some core/platform/graphics/mac files to geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Export IntSize/IntPoint 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/geometry/IntPoint.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 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'geometry/LayoutPoint.h', 311 'geometry/LayoutPoint.h',
312 'geometry/LayoutRect.cpp', 312 'geometry/LayoutRect.cpp',
313 'geometry/LayoutRect.h', 313 'geometry/LayoutRect.h',
314 'geometry/LayoutSize.h', 314 'geometry/LayoutSize.h',
315 'geometry/Region.cpp', 315 'geometry/Region.cpp',
316 'geometry/Region.h', 316 'geometry/Region.h',
317 'geometry/RoundedRect.cpp', 317 'geometry/RoundedRect.cpp',
318 'geometry/RoundedRect.h', 318 'geometry/RoundedRect.h',
319 'geometry/TransformState.cpp', 319 'geometry/TransformState.cpp',
320 'geometry/TransformState.h', 320 'geometry/TransformState.h',
321 'geometry/cg/FloatPointCG.cpp',
322 'geometry/cg/FloatRectCG.cpp',
323 'geometry/cg/FloatSizeCG.cpp',
324 'geometry/cg/IntPointCG.cpp',
325 'geometry/cg/IntRectCG.cpp',
326 'geometry/cg/IntSizeCG.cpp',
327 'geometry/mac/FloatPointMac.mm',
328 'geometry/mac/FloatRectMac.mm',
329 'geometry/mac/FloatSizeMac.mm',
330 'geometry/mac/IntPointMac.mm',
331 'geometry/mac/IntRectMac.mm',
332 'geometry/mac/IntSizeMac.mm',
321 'graphics/angle/ANGLEPlatformBridge.cpp', 333 'graphics/angle/ANGLEPlatformBridge.cpp',
322 'graphics/angle/ANGLEPlatformBridge.h', 334 'graphics/angle/ANGLEPlatformBridge.h',
323 'graphics/filters/LightSource.cpp', 335 'graphics/filters/LightSource.cpp',
324 'graphics/filters/LightSource.h', 336 'graphics/filters/LightSource.h',
325 'graphics/filters/custom/CustomFilterArrayParameter.cpp', 337 'graphics/filters/custom/CustomFilterArrayParameter.cpp',
326 'graphics/filters/custom/CustomFilterArrayParameter.h', 338 'graphics/filters/custom/CustomFilterArrayParameter.h',
327 'graphics/filters/custom/CustomFilterConstants.h', 339 'graphics/filters/custom/CustomFilterConstants.h',
328 'graphics/filters/custom/CustomFilterNumberParameter.cpp', 340 'graphics/filters/custom/CustomFilterNumberParameter.cpp',
329 'graphics/filters/custom/CustomFilterNumberParameter.h', 341 'graphics/filters/custom/CustomFilterNumberParameter.h',
330 'graphics/filters/custom/CustomFilterParameter.h', 342 'graphics/filters/custom/CustomFilterParameter.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'geometry/RoundedRectTest.cpp', 513 'geometry/RoundedRectTest.cpp',
502 'graphics/ThreadSafeDataTransportTest.cpp', 514 'graphics/ThreadSafeDataTransportTest.cpp',
503 'testing/ArenaTestHelpers.h', 515 'testing/ArenaTestHelpers.h',
504 'testing/TreeTestHelpers.cpp', 516 'testing/TreeTestHelpers.cpp',
505 'testing/TreeTestHelpers.h', 517 'testing/TreeTestHelpers.h',
506 'text/BidiResolverTest.cpp', 518 'text/BidiResolverTest.cpp',
507 'text/DateTimeFormatTest.cpp', 519 'text/DateTimeFormatTest.cpp',
508 ], 520 ],
509 }, 521 },
510 } 522 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/geometry/IntPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698