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

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

Issue 55833005: Move CheckedInt.h to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/CheckedInt.h ('k') | no next file » | 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 'Clock.cpp', 8 'Clock.cpp',
8 'Clock.h', 9 'Clock.h',
9 'ColorChooser.cpp', 10 'ColorChooser.cpp',
10 'ColorChooser.h', 11 'ColorChooser.h',
11 'ColorChooserClient.cpp', 12 'ColorChooserClient.cpp',
12 'ColorChooserClient.h', 13 'ColorChooserClient.h',
13 'ContentType.cpp', 14 'ContentType.cpp',
14 'ContentType.h', 15 'ContentType.h',
15 'CrossThreadCopier.cpp', 16 'CrossThreadCopier.cpp',
16 'CrossThreadCopier.h', 17 'CrossThreadCopier.h',
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'geometry/RoundedRectTest.cpp', 447 'geometry/RoundedRectTest.cpp',
447 'graphics/ThreadSafeDataTransportTest.cpp', 448 'graphics/ThreadSafeDataTransportTest.cpp',
448 'testing/ArenaTestHelpers.h', 449 'testing/ArenaTestHelpers.h',
449 'testing/TreeTestHelpers.cpp', 450 'testing/TreeTestHelpers.cpp',
450 'testing/TreeTestHelpers.h', 451 'testing/TreeTestHelpers.h',
451 'text/BidiResolverTest.cpp', 452 'text/BidiResolverTest.cpp',
452 'text/DateTimeFormatTest.cpp', 453 'text/DateTimeFormatTest.cpp',
453 ], 454 ],
454 }, 455 },
455 } 456 }
OLDNEW
« no previous file with comments | « Source/platform/CheckedInt.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698