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

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: 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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'inspector_protocol/ErrorSupport.cpp', 854 'inspector_protocol/ErrorSupport.cpp',
855 'inspector_protocol/ErrorSupport.h', 855 'inspector_protocol/ErrorSupport.h',
856 'inspector_protocol/Maybe.h', 856 'inspector_protocol/Maybe.h',
857 'inspector_protocol/Object.cpp', 857 'inspector_protocol/Object.cpp',
858 'inspector_protocol/Object.h', 858 'inspector_protocol/Object.h',
859 'inspector_protocol/Parser.cpp', 859 'inspector_protocol/Parser.cpp',
860 'inspector_protocol/Parser.h', 860 'inspector_protocol/Parser.h',
861 'inspector_protocol/Platform.h', 861 'inspector_protocol/Platform.h',
862 'inspector_protocol/PlatformWTF.h', 862 'inspector_protocol/PlatformWTF.h',
863 'inspector_protocol/FrontendChannel.h', 863 'inspector_protocol/FrontendChannel.h',
864 'inspector_protocol/String16.cpp',
864 'inspector_protocol/String16.h', 865 'inspector_protocol/String16.h',
865 'inspector_protocol/String16WTF.cpp', 866 'inspector_protocol/String16WTF.cpp',
866 'inspector_protocol/String16WTF.h', 867 'inspector_protocol/String16WTF.h',
867 'inspector_protocol/Values.cpp', 868 'inspector_protocol/Values.cpp',
868 'inspector_protocol/Values.h', 869 'inspector_protocol/Values.h',
869 'inspector_protocol/ValueConversions.h', 870 'inspector_protocol/ValueConversions.h',
870 'mac/BlockExceptions.h', 871 'mac/BlockExceptions.h',
871 'mac/BlockExceptions.mm', 872 'mac/BlockExceptions.mm',
872 'mac/ColorMac.h', 873 'mac/ColorMac.h',
873 'mac/ColorMac.mm', 874 'mac/ColorMac.mm',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 ['use_default_render_theme==1', 1357 ['use_default_render_theme==1',
1357 { 1358 {
1358 'platform_test_files': [ 1359 'platform_test_files': [
1359 'scroll/ScrollbarThemeAuraTest.cpp', 1360 'scroll/ScrollbarThemeAuraTest.cpp',
1360 ], 1361 ],
1361 } 1362 }
1362 ], 1363 ],
1363 ], 1364 ],
1364 }, 1365 },
1365 } 1366 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698