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

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

Issue 55143009: Move MIMEType classes 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/MIMETypeRegistry.h ('k') | Source/web/FrameLoaderClientImpl.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 '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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'LengthFunctions.h', 47 'LengthFunctions.h',
48 'LengthPoint.h', 48 'LengthPoint.h',
49 'LengthSize.h', 49 'LengthSize.h',
50 'LifecycleContext.h', 50 'LifecycleContext.h',
51 'LifecycleNotifier.h', 51 'LifecycleNotifier.h',
52 'LifecycleObserver.h', 52 'LifecycleObserver.h',
53 'LinkHash.cpp', 53 'LinkHash.cpp',
54 'LinkHash.h', 54 'LinkHash.h',
55 'Logging.cpp', 55 'Logging.cpp',
56 'Logging.h', 56 'Logging.h',
57 'MIMETypeFromURL.cpp',
58 'MIMETypeFromURL.h',
abarth-chromium 2013/11/04 17:23:25 Also, please add all files to the GYP. For exampl
57 'NotImplemented.cpp', 59 'NotImplemented.cpp',
58 'NotImplemented.h', 60 'NotImplemented.h',
59 'PODArena.h', 61 'PODArena.h',
60 'PODFreeListArena.h', 62 'PODFreeListArena.h',
61 'PODInterval.h', 63 'PODInterval.h',
62 'PODIntervalTree.h', 64 'PODIntervalTree.h',
63 'PODRedBlackTree.h', 65 'PODRedBlackTree.h',
64 'ParsingUtilities.h', 66 'ParsingUtilities.h',
65 'Partitions.cpp', 67 'Partitions.cpp',
66 'Partitions.h', 68 'Partitions.h',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'geometry/RoundedRectTest.cpp', 451 'geometry/RoundedRectTest.cpp',
450 'graphics/ThreadSafeDataTransportTest.cpp', 452 'graphics/ThreadSafeDataTransportTest.cpp',
451 'testing/ArenaTestHelpers.h', 453 'testing/ArenaTestHelpers.h',
452 'testing/TreeTestHelpers.cpp', 454 'testing/TreeTestHelpers.cpp',
453 'testing/TreeTestHelpers.h', 455 'testing/TreeTestHelpers.h',
454 'text/BidiResolverTest.cpp', 456 'text/BidiResolverTest.cpp',
455 'text/DateTimeFormatTest.cpp', 457 'text/DateTimeFormatTest.cpp',
456 ], 458 ],
457 }, 459 },
458 } 460 }
OLDNEW
« no previous file with comments | « Source/platform/MIMETypeRegistry.h ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698