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

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

Issue 66023005: Move ScrollElasticityController to platform/mac/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: import CoreFoundation 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 | Annotate | Revision Log
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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'graphics/PathTraversalState.h', 356 'graphics/PathTraversalState.h',
357 'graphics/ScaledImageFragment.cpp', 357 'graphics/ScaledImageFragment.cpp',
358 'graphics/ScaledImageFragment.h', 358 'graphics/ScaledImageFragment.h',
359 'graphics/SkSizeHash.h', 359 'graphics/SkSizeHash.h',
360 'graphics/TextRun.cpp', 360 'graphics/TextRun.cpp',
361 'graphics/TextRun.h', 361 'graphics/TextRun.h',
362 'graphics/TextRunIterator.h', 362 'graphics/TextRunIterator.h',
363 'graphics/ThreadSafeDataTransport.cpp', 363 'graphics/ThreadSafeDataTransport.cpp',
364 'graphics/ThreadSafeDataTransport.h', 364 'graphics/ThreadSafeDataTransport.h',
365 'graphics/WindRule.h', 365 'graphics/WindRule.h',
366 'mac/KillRingMac.mm',
367 'mac/BlockExceptions.h', 366 'mac/BlockExceptions.h',
368 'mac/BlockExceptions.mm', 367 'mac/BlockExceptions.mm',
368 'mac/KillRingMac.mm',
369 'mac/ScrollElasticityController.h',
370 'mac/ScrollElasticityController.mm',
369 'mac/WebFontCache.h', 371 'mac/WebFontCache.h',
370 'mac/WebFontCache.mm', 372 'mac/WebFontCache.mm',
371 'mediastream/MediaConstraints.cpp', 373 'mediastream/MediaConstraints.cpp',
372 'mediastream/MediaConstraints.h', 374 'mediastream/MediaConstraints.h',
373 'mediastream/MediaStreamSource.cpp', 375 'mediastream/MediaStreamSource.cpp',
374 'mediastream/MediaStreamSource.h', 376 'mediastream/MediaStreamSource.h',
375 'mediastream/RTCConfiguration.h', 377 'mediastream/RTCConfiguration.h',
376 'mediastream/RTCDTMFSenderHandler.cpp', 378 'mediastream/RTCDTMFSenderHandler.cpp',
377 'mediastream/RTCDTMFSenderHandler.h', 379 'mediastream/RTCDTMFSenderHandler.h',
378 'mediastream/RTCDTMFSenderHandlerClient.h', 380 'mediastream/RTCDTMFSenderHandlerClient.h',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'geometry/RoundedRectTest.cpp', 503 'geometry/RoundedRectTest.cpp',
502 'graphics/ThreadSafeDataTransportTest.cpp', 504 'graphics/ThreadSafeDataTransportTest.cpp',
503 'testing/ArenaTestHelpers.h', 505 'testing/ArenaTestHelpers.h',
504 'testing/TreeTestHelpers.cpp', 506 'testing/TreeTestHelpers.cpp',
505 'testing/TreeTestHelpers.h', 507 'testing/TreeTestHelpers.h',
506 'text/BidiResolverTest.cpp', 508 'text/BidiResolverTest.cpp',
507 'text/DateTimeFormatTest.cpp', 509 'text/DateTimeFormatTest.cpp',
508 ], 510 ],
509 }, 511 },
510 } 512 }
OLDNEW
« no previous file with comments | « Source/core/platform/mac/ScrollElasticityController.mm ('k') | Source/platform/mac/ScrollElasticityController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698