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

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: 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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'speech/PlatformSpeechSynthesizer.cpp', 880 'speech/PlatformSpeechSynthesizer.cpp',
881 'speech/PlatformSpeechSynthesizer.h', 881 'speech/PlatformSpeechSynthesizer.h',
882 'text/BidiCharacterRun.cpp', 882 'text/BidiCharacterRun.cpp',
883 'text/BidiCharacterRun.h', 883 'text/BidiCharacterRun.h',
884 'text/BidiContext.cpp', 884 'text/BidiContext.cpp',
885 'text/BidiContext.h', 885 'text/BidiContext.h',
886 'text/BidiResolver.h', 886 'text/BidiResolver.h',
887 'text/BidiRunList.h', 887 'text/BidiRunList.h',
888 'text/BidiTextRun.cpp', 888 'text/BidiTextRun.cpp',
889 'text/BidiTextRun.h', 889 'text/BidiTextRun.h',
890 'text/CompressibleString.cpp',
891 'text/CompressibleString.h',
890 'text/DateTimeFormat.cpp', 892 'text/DateTimeFormat.cpp',
891 'text/DateTimeFormat.h', 893 'text/DateTimeFormat.h',
892 'text/DecodeEscapeSequences.h', 894 'text/DecodeEscapeSequences.h',
893 'text/LineEnding.cpp', 895 'text/LineEnding.cpp',
894 'text/LineEnding.h', 896 'text/LineEnding.h',
895 'text/LocaleICU.cpp', 897 'text/LocaleICU.cpp',
896 'text/LocaleICU.h', 898 'text/LocaleICU.h',
897 'text/LocaleMac.h', 899 'text/LocaleMac.h',
898 'text/LocaleMac.mm', 900 'text/LocaleMac.mm',
899 'text/LocaleToScriptMapping.cpp', 901 'text/LocaleToScriptMapping.cpp',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 ['OS!="mac"', 1132 ['OS!="mac"',
1131 { 1133 {
1132 'platform_test_files': [ 1134 'platform_test_files': [
1133 'scroll/ScrollAnimatorTest.cpp', 1135 'scroll/ScrollAnimatorTest.cpp',
1134 ], 1136 ],
1135 } 1137 }
1136 ], 1138 ],
1137 ], 1139 ],
1138 }, 1140 },
1139 } 1141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698