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

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

Issue 67433002: Move Mac related files to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Also export BlockExceptions 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/mac/BlockExceptions.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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 366 'mac/KillRingMac.mm',
367 'mac/BlockExceptions.h',
368 'mac/BlockExceptions.mm',
369 'mac/WebFontCache.h',
370 'mac/WebFontCache.mm',
367 'mediastream/MediaConstraints.cpp', 371 'mediastream/MediaConstraints.cpp',
368 'mediastream/MediaConstraints.h', 372 'mediastream/MediaConstraints.h',
369 'mediastream/MediaStreamSource.cpp', 373 'mediastream/MediaStreamSource.cpp',
370 'mediastream/MediaStreamSource.h', 374 'mediastream/MediaStreamSource.h',
371 'mediastream/RTCConfiguration.h', 375 'mediastream/RTCConfiguration.h',
372 'mediastream/RTCDTMFSenderHandler.cpp', 376 'mediastream/RTCDTMFSenderHandler.cpp',
373 'mediastream/RTCDTMFSenderHandler.h', 377 'mediastream/RTCDTMFSenderHandler.h',
374 'mediastream/RTCDTMFSenderHandlerClient.h', 378 'mediastream/RTCDTMFSenderHandlerClient.h',
375 'mediastream/RTCSessionDescriptionRequest.h', 379 'mediastream/RTCSessionDescriptionRequest.h',
376 'mediastream/RTCStatsResponseBase.h', 380 'mediastream/RTCStatsResponseBase.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'geometry/RoundedRectTest.cpp', 501 'geometry/RoundedRectTest.cpp',
498 'graphics/ThreadSafeDataTransportTest.cpp', 502 'graphics/ThreadSafeDataTransportTest.cpp',
499 'testing/ArenaTestHelpers.h', 503 'testing/ArenaTestHelpers.h',
500 'testing/TreeTestHelpers.cpp', 504 'testing/TreeTestHelpers.cpp',
501 'testing/TreeTestHelpers.h', 505 'testing/TreeTestHelpers.h',
502 'text/BidiResolverTest.cpp', 506 'text/BidiResolverTest.cpp',
503 'text/DateTimeFormatTest.cpp', 507 'text/DateTimeFormatTest.cpp',
504 ], 508 ],
505 }, 509 },
506 } 510 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/mac/BlockExceptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698