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

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

Issue 1779033003: DevTools: always use 16bit strings for inspector protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined 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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'inspector_protocol/Array.h', 825 'inspector_protocol/Array.h',
826 'inspector_protocol/Collections.h', 826 'inspector_protocol/Collections.h',
827 'inspector_protocol/CollectionsWTF.h', 827 'inspector_protocol/CollectionsWTF.h',
828 'inspector_protocol/ErrorSupport.cpp', 828 'inspector_protocol/ErrorSupport.cpp',
829 'inspector_protocol/ErrorSupport.h', 829 'inspector_protocol/ErrorSupport.h',
830 'inspector_protocol/Maybe.h', 830 'inspector_protocol/Maybe.h',
831 'inspector_protocol/Parser.cpp', 831 'inspector_protocol/Parser.cpp',
832 'inspector_protocol/Parser.h', 832 'inspector_protocol/Parser.h',
833 'inspector_protocol/FrontendChannel.h', 833 'inspector_protocol/FrontendChannel.h',
834 'inspector_protocol/String16.h', 834 'inspector_protocol/String16.h',
835 'inspector_protocol/String16WTF.cpp',
835 'inspector_protocol/String16WTF.h', 836 'inspector_protocol/String16WTF.h',
836 'inspector_protocol/Values.cpp', 837 'inspector_protocol/Values.cpp',
837 'inspector_protocol/Values.h', 838 'inspector_protocol/Values.h',
838 'inspector_protocol/ValueConversions.cpp', 839 'inspector_protocol/ValueConversions.cpp',
839 'inspector_protocol/ValueConversions.h', 840 'inspector_protocol/ValueConversions.h',
840 'mac/BlockExceptions.h', 841 'mac/BlockExceptions.h',
841 'mac/BlockExceptions.mm', 842 'mac/BlockExceptions.mm',
842 'mac/ColorMac.h', 843 'mac/ColorMac.h',
843 'mac/ColorMac.mm', 844 'mac/ColorMac.mm',
844 'mac/KillRingMac.mm', 845 'mac/KillRingMac.mm',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 ['OS!="mac"', 1280 ['OS!="mac"',
1280 { 1281 {
1281 'platform_test_files': [ 1282 'platform_test_files': [
1282 'scroll/ScrollAnimatorTest.cpp', 1283 'scroll/ScrollAnimatorTest.cpp',
1283 ], 1284 ],
1284 } 1285 }
1285 ], 1286 ],
1286 ], 1287 ],
1287 }, 1288 },
1288 } 1289 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698