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

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

Issue 64713002: Move KillRing to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits 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
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/mac/KillRingMac.mm » ('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 17 matching lines...) Expand all
28 'EventTracer.h', 28 'EventTracer.h',
29 'FileChooser.cpp', 29 'FileChooser.cpp',
30 'FileChooser.h', 30 'FileChooser.h',
31 'FileMetadata.cpp', 31 'FileMetadata.cpp',
32 'FileMetadata.h', 32 'FileMetadata.h',
33 'FileSystemType.h', 33 'FileSystemType.h',
34 'FloatConversion.h', 34 'FloatConversion.h',
35 'HostWindow.h', 35 'HostWindow.h',
36 'JSONValues.cpp', 36 'JSONValues.cpp',
37 'JSONValues.h', 37 'JSONValues.h',
38 'KillRing.h',
39 'KillRingNone.cpp',
38 'Language.cpp', 40 'Language.cpp',
39 'Language.h', 41 'Language.h',
40 'LayoutTestSupport.cpp', 42 'LayoutTestSupport.cpp',
41 'LayoutTestSupport.h', 43 'LayoutTestSupport.h',
42 'LayoutUnit.h', 44 'LayoutUnit.h',
43 'Length.cpp', 45 'Length.cpp',
44 'Length.h', 46 'Length.h',
45 'LengthBox.cpp', 47 'LengthBox.cpp',
46 'LengthBox.h', 48 'LengthBox.h',
47 'LengthFunctions.cpp', 49 'LengthFunctions.cpp',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'graphics/PathTraversalState.h', 356 'graphics/PathTraversalState.h',
355 'graphics/ScaledImageFragment.cpp', 357 'graphics/ScaledImageFragment.cpp',
356 'graphics/ScaledImageFragment.h', 358 'graphics/ScaledImageFragment.h',
357 'graphics/SkSizeHash.h', 359 'graphics/SkSizeHash.h',
358 'graphics/TextRun.cpp', 360 'graphics/TextRun.cpp',
359 'graphics/TextRun.h', 361 'graphics/TextRun.h',
360 'graphics/TextRunIterator.h', 362 'graphics/TextRunIterator.h',
361 'graphics/ThreadSafeDataTransport.cpp', 363 'graphics/ThreadSafeDataTransport.cpp',
362 'graphics/ThreadSafeDataTransport.h', 364 'graphics/ThreadSafeDataTransport.h',
363 'graphics/WindRule.h', 365 'graphics/WindRule.h',
366 'mac/KillRingMac.mm',
364 'mediastream/MediaConstraints.cpp', 367 'mediastream/MediaConstraints.cpp',
365 'mediastream/MediaConstraints.h', 368 'mediastream/MediaConstraints.h',
366 'mediastream/MediaStreamSource.cpp', 369 'mediastream/MediaStreamSource.cpp',
367 'mediastream/MediaStreamSource.h', 370 'mediastream/MediaStreamSource.h',
368 'mediastream/RTCConfiguration.h', 371 'mediastream/RTCConfiguration.h',
369 'mediastream/RTCSessionDescriptionRequest.h', 372 'mediastream/RTCSessionDescriptionRequest.h',
370 'mediastream/RTCStatsResponseBase.h', 373 'mediastream/RTCStatsResponseBase.h',
371 'mediastream/RTCVoidRequest.h', 374 'mediastream/RTCVoidRequest.h',
372 'network/DNS.cpp', 375 'network/DNS.cpp',
373 'network/DNS.h', 376 'network/DNS.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'geometry/RoundedRectTest.cpp', 494 'geometry/RoundedRectTest.cpp',
492 'graphics/ThreadSafeDataTransportTest.cpp', 495 'graphics/ThreadSafeDataTransportTest.cpp',
493 'testing/ArenaTestHelpers.h', 496 'testing/ArenaTestHelpers.h',
494 'testing/TreeTestHelpers.cpp', 497 'testing/TreeTestHelpers.cpp',
495 'testing/TreeTestHelpers.h', 498 'testing/TreeTestHelpers.h',
496 'text/BidiResolverTest.cpp', 499 'text/BidiResolverTest.cpp',
497 'text/DateTimeFormatTest.cpp', 500 'text/DateTimeFormatTest.cpp',
498 ], 501 ],
499 }, 502 },
500 } 503 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/mac/KillRingMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698