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

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: 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 ['OS!="mac"', 1277 ['OS!="mac"',
1276 { 1278 {
1277 'platform_test_files': [ 1279 'platform_test_files': [
1278 'scroll/ScrollAnimatorTest.cpp', 1280 'scroll/ScrollAnimatorTest.cpp',
1279 ], 1281 ],
1280 } 1282 }
1281 ], 1283 ],
1282 ], 1284 ],
1283 }, 1285 },
1284 } 1286 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698