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

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

Issue 1767883002: DevTools: generate string16-based handlers for v8_inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing 2 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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'inspector_protocol/Allocator.h', 823 'inspector_protocol/Allocator.h',
824 'inspector_protocol/Array.h', 824 'inspector_protocol/Array.h',
825 'inspector_protocol/Collections.h', 825 'inspector_protocol/Collections.h',
826 'inspector_protocol/CollectionsWTF.h', 826 'inspector_protocol/CollectionsWTF.h',
827 'inspector_protocol/ErrorSupport.cpp', 827 'inspector_protocol/ErrorSupport.cpp',
828 'inspector_protocol/ErrorSupport.h', 828 'inspector_protocol/ErrorSupport.h',
829 'inspector_protocol/Maybe.h', 829 'inspector_protocol/Maybe.h',
830 'inspector_protocol/Parser.cpp', 830 'inspector_protocol/Parser.cpp',
831 'inspector_protocol/Parser.h', 831 'inspector_protocol/Parser.h',
832 'inspector_protocol/FrontendChannel.h', 832 'inspector_protocol/FrontendChannel.h',
833 'inspector_protocol/String16.h',
834 'inspector_protocol/String16WTF.h',
833 'inspector_protocol/Values.cpp', 835 'inspector_protocol/Values.cpp',
834 'inspector_protocol/Values.h', 836 'inspector_protocol/Values.h',
835 'inspector_protocol/ValueConversions.cpp', 837 'inspector_protocol/ValueConversions.cpp',
836 'inspector_protocol/ValueConversions.h', 838 'inspector_protocol/ValueConversions.h',
837 'mac/BlockExceptions.h', 839 'mac/BlockExceptions.h',
838 'mac/BlockExceptions.mm', 840 'mac/BlockExceptions.mm',
839 'mac/ColorMac.h', 841 'mac/ColorMac.h',
840 'mac/ColorMac.mm', 842 'mac/ColorMac.mm',
841 'mac/KillRingMac.mm', 843 'mac/KillRingMac.mm',
842 'mac/LocalCurrentGraphicsContext.h', 844 'mac/LocalCurrentGraphicsContext.h',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 'v8_inspector/V8StringUtil.h', 1075 'v8_inspector/V8StringUtil.h',
1074 'v8_inspector/public/V8EventListenerInfo.h', 1076 'v8_inspector/public/V8EventListenerInfo.h',
1075 'v8_inspector/public/V8ContentSearchUtil.h', 1077 'v8_inspector/public/V8ContentSearchUtil.h',
1076 'v8_inspector/public/V8Debugger.h', 1078 'v8_inspector/public/V8Debugger.h',
1077 'v8_inspector/public/V8DebuggerAgent.h', 1079 'v8_inspector/public/V8DebuggerAgent.h',
1078 'v8_inspector/public/V8DebuggerClient.h', 1080 'v8_inspector/public/V8DebuggerClient.h',
1079 'v8_inspector/public/V8HeapProfilerAgent.h', 1081 'v8_inspector/public/V8HeapProfilerAgent.h',
1080 'v8_inspector/public/V8ProfilerAgent.h', 1082 'v8_inspector/public/V8ProfilerAgent.h',
1081 'v8_inspector/public/V8RuntimeAgent.h', 1083 'v8_inspector/public/V8RuntimeAgent.h',
1082 'v8_inspector/public/V8StackTrace.h', 1084 'v8_inspector/public/V8StackTrace.h',
1083 'v8_inspector/public/V8ToProtocolValue.cpp',
1084 'v8_inspector/public/V8ToProtocolValue.h', 1085 'v8_inspector/public/V8ToProtocolValue.h',
1085 'web_memory_allocator_dump_impl.cc', 1086 'web_memory_allocator_dump_impl.cc',
1086 'web_memory_allocator_dump_impl.h', 1087 'web_memory_allocator_dump_impl.h',
1087 'web_memory_dump_provider_adapter.cc', 1088 'web_memory_dump_provider_adapter.cc',
1088 'web_memory_dump_provider_adapter.h', 1089 'web_memory_dump_provider_adapter.h',
1089 'web_process_memory_dump_impl.cc', 1090 'web_process_memory_dump_impl.cc',
1090 'web_process_memory_dump_impl.h', 1091 'web_process_memory_dump_impl.h',
1091 'weborigin/DatabaseIdentifier.cpp', 1092 'weborigin/DatabaseIdentifier.cpp',
1092 'weborigin/DatabaseIdentifier.h', 1093 'weborigin/DatabaseIdentifier.h',
1093 'weborigin/KURL.cpp', 1094 'weborigin/KURL.cpp',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 ['OS!="mac"', 1276 ['OS!="mac"',
1276 { 1277 {
1277 'platform_test_files': [ 1278 'platform_test_files': [
1278 'scroll/ScrollAnimatorTest.cpp', 1279 'scroll/ScrollAnimatorTest.cpp',
1279 ], 1280 ],
1280 } 1281 }
1281 ], 1282 ],
1282 ], 1283 ],
1283 }, 1284 },
1284 } 1285 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698