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

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

Issue 2293493003: Move blink platform's JSON code into a directory. (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 24 matching lines...) Expand all
35 'EventTracer.h', 35 'EventTracer.h',
36 'FileChooser.cpp', 36 'FileChooser.cpp',
37 'FileChooser.h', 37 'FileChooser.h',
38 'FileMetadata.cpp', 38 'FileMetadata.cpp',
39 'FileMetadata.h', 39 'FileMetadata.h',
40 'FileSystemType.h', 40 'FileSystemType.h',
41 'FloatConversion.h', 41 'FloatConversion.h',
42 'Histogram.cpp', 42 'Histogram.cpp',
43 'Histogram.h', 43 'Histogram.h',
44 'HostWindow.h', 44 'HostWindow.h',
45 'JSONParser.cpp',
46 'JSONParser.h',
47 'JSONValues.cpp',
48 'JSONValues.h',
49 'KeyboardCodes.h', 45 'KeyboardCodes.h',
50 'KillRing.h', 46 'KillRing.h',
51 'KillRingNone.cpp', 47 'KillRingNone.cpp',
52 'Language.cpp', 48 'Language.cpp',
53 'Language.h', 49 'Language.h',
54 'LayoutLocale.cpp', 50 'LayoutLocale.cpp',
55 'LayoutLocale.h', 51 'LayoutLocale.h',
56 'LayoutTestSupport.cpp', 52 'LayoutTestSupport.cpp',
57 'LayoutTestSupport.h', 53 'LayoutTestSupport.h',
58 'LayoutUnit.cpp', 54 'LayoutUnit.cpp',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'image-decoders/png/PNGImageDecoder.cpp', 837 'image-decoders/png/PNGImageDecoder.cpp',
842 'image-decoders/png/PNGImageDecoder.h', 838 'image-decoders/png/PNGImageDecoder.h',
843 'image-decoders/webp/WEBPImageDecoder.cpp', 839 'image-decoders/webp/WEBPImageDecoder.cpp',
844 'image-decoders/webp/WEBPImageDecoder.h', 840 'image-decoders/webp/WEBPImageDecoder.h',
845 'image-encoders/JPEGImageEncoder.cpp', 841 'image-encoders/JPEGImageEncoder.cpp',
846 'image-encoders/JPEGImageEncoder.h', 842 'image-encoders/JPEGImageEncoder.h',
847 'image-encoders/PNGImageEncoder.cpp', 843 'image-encoders/PNGImageEncoder.cpp',
848 'image-encoders/PNGImageEncoder.h', 844 'image-encoders/PNGImageEncoder.h',
849 'image-encoders/WEBPImageEncoder.cpp', 845 'image-encoders/WEBPImageEncoder.cpp',
850 'image-encoders/WEBPImageEncoder.h', 846 'image-encoders/WEBPImageEncoder.h',
847 'json/JSONParser.cpp',
848 'json/JSONParser.h',
849 'json/JSONValues.cpp',
850 'json/JSONValues.h',
851 'mac/BlockExceptions.h', 851 'mac/BlockExceptions.h',
852 'mac/BlockExceptions.mm', 852 'mac/BlockExceptions.mm',
853 'mac/ColorMac.h', 853 'mac/ColorMac.h',
854 'mac/ColorMac.mm', 854 'mac/ColorMac.mm',
855 'mac/KillRingMac.mm', 855 'mac/KillRingMac.mm',
856 'mac/LocalCurrentGraphicsContext.h', 856 'mac/LocalCurrentGraphicsContext.h',
857 'mac/LocalCurrentGraphicsContext.mm', 857 'mac/LocalCurrentGraphicsContext.mm',
858 'mac/NSScrollerImpDetails.h', 858 'mac/NSScrollerImpDetails.h',
859 'mac/ScrollAnimatorMac.h', 859 'mac/ScrollAnimatorMac.h',
860 'mac/ScrollAnimatorMac.mm', 860 'mac/ScrollAnimatorMac.mm',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 'weborigin/Suborigin.h', 1219 'weborigin/Suborigin.h',
1220 ], 1220 ],
1221 'platform_test_files': [ 1221 'platform_test_files': [
1222 'ScopedOrientationChangeIndicatorTest.cpp', 1222 'ScopedOrientationChangeIndicatorTest.cpp',
1223 'DecimalTest.cpp', 1223 'DecimalTest.cpp',
1224 'DragImageTest.cpp', 1224 'DragImageTest.cpp',
1225 'HistogramTest.cpp', 1225 'HistogramTest.cpp',
1226 'LayoutLocaleTest.cpp', 1226 'LayoutLocaleTest.cpp',
1227 'LayoutUnitTest.cpp', 1227 'LayoutUnitTest.cpp',
1228 'LifecycleContextTest.cpp', 1228 'LifecycleContextTest.cpp',
1229 'JSONParserTest.cpp',
1230 'PODArenaTest.cpp', 1229 'PODArenaTest.cpp',
1231 'PODFreeListArenaTest.cpp', 1230 'PODFreeListArenaTest.cpp',
1232 'PODIntervalTreeTest.cpp', 1231 'PODIntervalTreeTest.cpp',
1233 'PODRedBlackTreeTest.cpp', 1232 'PODRedBlackTreeTest.cpp',
1234 'PurgeableVectorTest.cpp', 1233 'PurgeableVectorTest.cpp',
1235 'SharedBufferTest.cpp', 1234 'SharedBufferTest.cpp',
1236 'TimerTest.cpp', 1235 'TimerTest.cpp',
1237 'TracedValueTest.cpp', 1236 'TracedValueTest.cpp',
1238 'UserGestureIndicatorTest.cpp', 1237 'UserGestureIndicatorTest.cpp',
1239 'UUIDTest.cpp', 1238 'UUIDTest.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 'graphics/paint/PropertyTreeStateTest.cpp', 1302 'graphics/paint/PropertyTreeStateTest.cpp',
1304 'image-decoders/FastSharedBufferReaderTest.cpp', 1303 'image-decoders/FastSharedBufferReaderTest.cpp',
1305 'image-decoders/ImageDecoderTest.cpp', 1304 'image-decoders/ImageDecoderTest.cpp',
1306 'image-decoders/ImageDecoderTestHelpers.cpp', 1305 'image-decoders/ImageDecoderTestHelpers.cpp',
1307 'image-decoders/ImageDecoderTestHelpers.h', 1306 'image-decoders/ImageDecoderTestHelpers.h',
1308 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1307 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1309 'image-decoders/gif/GIFImageDecoderTest.cpp', 1308 'image-decoders/gif/GIFImageDecoderTest.cpp',
1310 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1309 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1311 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1310 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1312 'image-decoders/ico/ICOImageDecoderTest.cpp', 1311 'image-decoders/ico/ICOImageDecoderTest.cpp',
1312 'json/JSONParserTest.cpp',
1313 'mac/VersionUtilMacTest.mm', 1313 'mac/VersionUtilMacTest.mm',
1314 'mojo/KURLSecurityOriginTest.cpp', 1314 'mojo/KURLSecurityOriginTest.cpp',
1315 'network/EncodedFormDataTest.cpp', 1315 'network/EncodedFormDataTest.cpp',
1316 'network/HTTPParsersTest.cpp', 1316 'network/HTTPParsersTest.cpp',
1317 'network/LinkHeaderTest.cpp', 1317 'network/LinkHeaderTest.cpp',
1318 'network/NetworkUtilsTest.cpp', 1318 'network/NetworkUtilsTest.cpp',
1319 'network/ResourceRequestTest.cpp', 1319 'network/ResourceRequestTest.cpp',
1320 'network/ResourceResponseTest.cpp', 1320 'network/ResourceResponseTest.cpp',
1321 'scheduler/CancellableTaskFactoryTest.cpp', 1321 'scheduler/CancellableTaskFactoryTest.cpp',
1322 'scheduler/base/long_task_tracker_unittest.cc', 1322 'scheduler/base/long_task_tracker_unittest.cc',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 ['use_default_render_theme==1', 1462 ['use_default_render_theme==1',
1463 { 1463 {
1464 'platform_test_files': [ 1464 'platform_test_files': [
1465 'scroll/ScrollbarThemeAuraTest.cpp', 1465 'scroll/ScrollbarThemeAuraTest.cpp',
1466 ], 1466 ],
1467 } 1467 }
1468 ], 1468 ],
1469 ], 1469 ],
1470 }, 1470 },
1471 } 1471 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/JSONValues.cpp ('k') | third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698