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

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

Issue 31483002: Move CrossThreadCopier.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 months 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/CrossThreadCopier.cpp ('k') | Source/web/DatabaseObserver.cpp » ('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 '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',
11 'CrossThreadCopier.h',
10 'DateComponents.cpp', 12 'DateComponents.cpp',
11 'DateComponents.h', 13 'DateComponents.h',
12 'Decimal.cpp', 14 'Decimal.cpp',
13 'Decimal.h', 15 'Decimal.h',
14 'EventTracer.cpp', 16 'EventTracer.cpp',
15 'EventTracer.h', 17 'EventTracer.h',
16 'FileChooser.cpp', 18 'FileChooser.cpp',
17 'FileChooser.h', 19 'FileChooser.h',
18 'FileMetadata.cpp', 20 'FileMetadata.cpp',
19 'FileMetadata.h', 21 'FileMetadata.h',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'geometry/RegionTest.cpp', 355 'geometry/RegionTest.cpp',
354 'geometry/RoundedRectTest.cpp', 356 'geometry/RoundedRectTest.cpp',
355 'graphics/ThreadSafeDataTransportTest.cpp', 357 'graphics/ThreadSafeDataTransportTest.cpp',
356 'testing/ArenaTestHelpers.h', 358 'testing/ArenaTestHelpers.h',
357 'testing/TreeTestHelpers.cpp', 359 'testing/TreeTestHelpers.cpp',
358 'testing/TreeTestHelpers.h', 360 'testing/TreeTestHelpers.h',
359 'text/DateTimeFormatTest.cpp', 361 'text/DateTimeFormatTest.cpp',
360 ], 362 ],
361 }, 363 },
362 } 364 }
OLDNEW
« no previous file with comments | « Source/platform/CrossThreadCopier.cpp ('k') | Source/web/DatabaseObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698