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

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

Issue 1738073002: DevTools: introduce protocol::Value, baseline for hierarchical data in remote debugging protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'image-decoders/png/PNGImageDecoder.cpp', 814 'image-decoders/png/PNGImageDecoder.cpp',
815 'image-decoders/png/PNGImageDecoder.h', 815 'image-decoders/png/PNGImageDecoder.h',
816 'image-decoders/webp/WEBPImageDecoder.cpp', 816 'image-decoders/webp/WEBPImageDecoder.cpp',
817 'image-decoders/webp/WEBPImageDecoder.h', 817 'image-decoders/webp/WEBPImageDecoder.h',
818 'image-encoders/skia/JPEGImageEncoder.cpp', 818 'image-encoders/skia/JPEGImageEncoder.cpp',
819 'image-encoders/skia/JPEGImageEncoder.h', 819 'image-encoders/skia/JPEGImageEncoder.h',
820 'image-encoders/skia/PNGImageEncoder.cpp', 820 'image-encoders/skia/PNGImageEncoder.cpp',
821 'image-encoders/skia/PNGImageEncoder.h', 821 'image-encoders/skia/PNGImageEncoder.h',
822 'image-encoders/skia/WEBPImageEncoder.cpp', 822 'image-encoders/skia/WEBPImageEncoder.cpp',
823 'image-encoders/skia/WEBPImageEncoder.h', 823 'image-encoders/skia/WEBPImageEncoder.h',
824 'inspector_protocol/Parser.cpp',
825 'inspector_protocol/Parser.h',
824 'inspector_protocol/FrontendChannel.h', 826 'inspector_protocol/FrontendChannel.h',
827 'inspector_protocol/Values.cpp',
828 'inspector_protocol/Values.h',
825 'mac/BlockExceptions.h', 829 'mac/BlockExceptions.h',
826 'mac/BlockExceptions.mm', 830 'mac/BlockExceptions.mm',
827 'mac/ColorMac.h', 831 'mac/ColorMac.h',
828 'mac/ColorMac.mm', 832 'mac/ColorMac.mm',
829 'mac/KillRingMac.mm', 833 'mac/KillRingMac.mm',
830 'mac/LocalCurrentGraphicsContext.h', 834 'mac/LocalCurrentGraphicsContext.h',
831 'mac/LocalCurrentGraphicsContext.mm', 835 'mac/LocalCurrentGraphicsContext.mm',
832 'mac/NSScrollerImpDetails.h', 836 'mac/NSScrollerImpDetails.h',
833 'mac/ScrollAnimatorMac.h', 837 'mac/ScrollAnimatorMac.h',
834 'mac/ScrollAnimatorMac.mm', 838 'mac/ScrollAnimatorMac.mm',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 'v8_inspector/V8StringUtil.h', 1070 'v8_inspector/V8StringUtil.h',
1067 'v8_inspector/public/V8EventListenerInfo.h', 1071 'v8_inspector/public/V8EventListenerInfo.h',
1068 'v8_inspector/public/V8ContentSearchUtil.h', 1072 'v8_inspector/public/V8ContentSearchUtil.h',
1069 'v8_inspector/public/V8Debugger.h', 1073 'v8_inspector/public/V8Debugger.h',
1070 'v8_inspector/public/V8DebuggerAgent.h', 1074 'v8_inspector/public/V8DebuggerAgent.h',
1071 'v8_inspector/public/V8DebuggerClient.h', 1075 'v8_inspector/public/V8DebuggerClient.h',
1072 'v8_inspector/public/V8HeapProfilerAgent.h', 1076 'v8_inspector/public/V8HeapProfilerAgent.h',
1073 'v8_inspector/public/V8ProfilerAgent.h', 1077 'v8_inspector/public/V8ProfilerAgent.h',
1074 'v8_inspector/public/V8RuntimeAgent.h', 1078 'v8_inspector/public/V8RuntimeAgent.h',
1075 'v8_inspector/public/V8StackTrace.h', 1079 'v8_inspector/public/V8StackTrace.h',
1080 'v8_inspector/public/V8ToProtocolValue.cpp',
1081 'v8_inspector/public/V8ToProtocolValue.h',
1076 'web_memory_allocator_dump_impl.cc', 1082 'web_memory_allocator_dump_impl.cc',
1077 'web_memory_allocator_dump_impl.h', 1083 'web_memory_allocator_dump_impl.h',
1078 'web_memory_dump_provider_adapter.cc', 1084 'web_memory_dump_provider_adapter.cc',
1079 'web_memory_dump_provider_adapter.h', 1085 'web_memory_dump_provider_adapter.h',
1080 'web_process_memory_dump_impl.cc', 1086 'web_process_memory_dump_impl.cc',
1081 'web_process_memory_dump_impl.h', 1087 'web_process_memory_dump_impl.h',
1082 'weborigin/DatabaseIdentifier.cpp', 1088 'weborigin/DatabaseIdentifier.cpp',
1083 'weborigin/DatabaseIdentifier.h', 1089 'weborigin/DatabaseIdentifier.h',
1084 'weborigin/KURL.cpp', 1090 'weborigin/KURL.cpp',
1085 'weborigin/KURL.h', 1091 'weborigin/KURL.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 'graphics/filters/FilterOperationsTest.cpp', 1171 'graphics/filters/FilterOperationsTest.cpp',
1166 'graphics/filters/ImageFilterBuilderTest.cpp', 1172 'graphics/filters/ImageFilterBuilderTest.cpp',
1167 'graphics/gpu/DrawingBufferTest.cpp', 1173 'graphics/gpu/DrawingBufferTest.cpp',
1168 'graphics/paint/DisplayItemClientTest.cpp', 1174 'graphics/paint/DisplayItemClientTest.cpp',
1169 'graphics/paint/DisplayItemTest.cpp', 1175 'graphics/paint/DisplayItemTest.cpp',
1170 'graphics/paint/PaintArtifactToSkCanvasTest.cpp', 1176 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
1171 'graphics/paint/PaintChunkerTest.cpp', 1177 'graphics/paint/PaintChunkerTest.cpp',
1172 'graphics/paint/PaintControllerTest.cpp', 1178 'graphics/paint/PaintControllerTest.cpp',
1173 'image-decoders/FastSharedBufferReaderTest.cpp', 1179 'image-decoders/FastSharedBufferReaderTest.cpp',
1174 'image-decoders/ImageDecoderTest.cpp', 1180 'image-decoders/ImageDecoderTest.cpp',
1181 'inspector_protocol/ParserTest.cpp',
1175 'mac/VersionUtilMacTest.mm', 1182 'mac/VersionUtilMacTest.mm',
1176 'network/EncodedFormDataTest.cpp', 1183 'network/EncodedFormDataTest.cpp',
1177 'network/HTTPParsersTest.cpp', 1184 'network/HTTPParsersTest.cpp',
1178 'network/ResourceRequestTest.cpp', 1185 'network/ResourceRequestTest.cpp',
1179 'scheduler/CancellableTaskFactoryTest.cpp', 1186 'scheduler/CancellableTaskFactoryTest.cpp',
1180 'scroll/ScrollableAreaTest.cpp', 1187 'scroll/ScrollableAreaTest.cpp',
1181 'testing/ArenaTestHelpers.h', 1188 'testing/ArenaTestHelpers.h',
1182 'testing/TreeTestHelpers.cpp', 1189 'testing/TreeTestHelpers.cpp',
1183 'testing/TreeTestHelpers.h', 1190 'testing/TreeTestHelpers.h',
1184 'text/BidiResolverTest.cpp', 1191 'text/BidiResolverTest.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 ['OS!="mac"', 1273 ['OS!="mac"',
1267 { 1274 {
1268 'platform_test_files': [ 1275 'platform_test_files': [
1269 'scroll/ScrollAnimatorTest.cpp', 1276 'scroll/ScrollAnimatorTest.cpp',
1270 ], 1277 ],
1271 } 1278 }
1272 ], 1279 ],
1273 ], 1280 ],
1274 }, 1281 },
1275 } 1282 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698