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

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

Issue 1583263002: Experimental CompressibleString UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: haraken's review Created 4 years, 11 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 'Clock.cpp', 10 'Clock.cpp',
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 'speech/PlatformSpeechSynthesizer.cpp', 881 'speech/PlatformSpeechSynthesizer.cpp',
882 'speech/PlatformSpeechSynthesizer.h', 882 'speech/PlatformSpeechSynthesizer.h',
883 'text/BidiCharacterRun.cpp', 883 'text/BidiCharacterRun.cpp',
884 'text/BidiCharacterRun.h', 884 'text/BidiCharacterRun.h',
885 'text/BidiContext.cpp', 885 'text/BidiContext.cpp',
886 'text/BidiContext.h', 886 'text/BidiContext.h',
887 'text/BidiResolver.h', 887 'text/BidiResolver.h',
888 'text/BidiRunList.h', 888 'text/BidiRunList.h',
889 'text/BidiTextRun.cpp', 889 'text/BidiTextRun.cpp',
890 'text/BidiTextRun.h', 890 'text/BidiTextRun.h',
891 'text/CompressibleString.cpp',
892 'text/CompressibleString.h',
891 'text/DateTimeFormat.cpp', 893 'text/DateTimeFormat.cpp',
892 'text/DateTimeFormat.h', 894 'text/DateTimeFormat.h',
893 'text/DecodeEscapeSequences.h', 895 'text/DecodeEscapeSequences.h',
894 'text/LineEnding.cpp', 896 'text/LineEnding.cpp',
895 'text/LineEnding.h', 897 'text/LineEnding.h',
896 'text/LocaleICU.cpp', 898 'text/LocaleICU.cpp',
897 'text/LocaleICU.h', 899 'text/LocaleICU.h',
898 'text/LocaleMac.h', 900 'text/LocaleMac.h',
899 'text/LocaleMac.mm', 901 'text/LocaleMac.mm',
900 'text/LocaleToScriptMapping.cpp', 902 'text/LocaleToScriptMapping.cpp',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 ['OS!="mac"', 1134 ['OS!="mac"',
1133 { 1135 {
1134 'platform_test_files': [ 1136 'platform_test_files': [
1135 'scroll/ScrollAnimatorTest.cpp', 1137 'scroll/ScrollAnimatorTest.cpp',
1136 ], 1138 ],
1137 } 1139 }
1138 ], 1140 ],
1139 ], 1141 ],
1140 }, 1142 },
1141 } 1143 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698