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

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

Issue 2226863003: [DevTools] Reduce API surface of String16. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrong vector usage Created 4 years, 4 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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'inspector_protocol/ErrorSupport.cpp', 852 'inspector_protocol/ErrorSupport.cpp',
853 'inspector_protocol/ErrorSupport.h', 853 'inspector_protocol/ErrorSupport.h',
854 'inspector_protocol/Maybe.h', 854 'inspector_protocol/Maybe.h',
855 'inspector_protocol/Object.cpp', 855 'inspector_protocol/Object.cpp',
856 'inspector_protocol/Object.h', 856 'inspector_protocol/Object.h',
857 'inspector_protocol/Parser.cpp', 857 'inspector_protocol/Parser.cpp',
858 'inspector_protocol/Parser.h', 858 'inspector_protocol/Parser.h',
859 'inspector_protocol/Platform.h', 859 'inspector_protocol/Platform.h',
860 'inspector_protocol/PlatformWTF.h', 860 'inspector_protocol/PlatformWTF.h',
861 'inspector_protocol/FrontendChannel.h', 861 'inspector_protocol/FrontendChannel.h',
862 'inspector_protocol/String16.cpp',
862 'inspector_protocol/String16.h', 863 'inspector_protocol/String16.h',
863 'inspector_protocol/String16WTF.cpp',
864 'inspector_protocol/String16WTF.h', 864 'inspector_protocol/String16WTF.h',
865 'inspector_protocol/Values.cpp', 865 'inspector_protocol/Values.cpp',
866 'inspector_protocol/Values.h', 866 'inspector_protocol/Values.h',
867 'inspector_protocol/ValueConversions.h', 867 'inspector_protocol/ValueConversions.h',
868 'mac/BlockExceptions.h', 868 'mac/BlockExceptions.h',
869 'mac/BlockExceptions.mm', 869 'mac/BlockExceptions.mm',
870 'mac/ColorMac.h', 870 'mac/ColorMac.h',
871 'mac/ColorMac.mm', 871 'mac/ColorMac.mm',
872 'mac/KillRingMac.mm', 872 'mac/KillRingMac.mm',
873 'mac/LocalCurrentGraphicsContext.h', 873 'mac/LocalCurrentGraphicsContext.h',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 ['use_default_render_theme==1', 1459 ['use_default_render_theme==1',
1460 { 1460 {
1461 'platform_test_files': [ 1461 'platform_test_files': [
1462 'scroll/ScrollbarThemeAuraTest.cpp', 1462 'scroll/ScrollbarThemeAuraTest.cpp',
1463 ], 1463 ],
1464 } 1464 }
1465 ], 1465 ],
1466 ], 1466 ],
1467 }, 1467 },
1468 } 1468 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698