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

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

Issue 2227933002: Revert CompressibleString (and its UMA) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address on Ilya's review 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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'text/BidiCharacterRun.h', 985 'text/BidiCharacterRun.h',
986 'text/BidiContext.cpp', 986 'text/BidiContext.cpp',
987 'text/BidiContext.h', 987 'text/BidiContext.h',
988 'text/BidiResolver.h', 988 'text/BidiResolver.h',
989 'text/BidiRunList.h', 989 'text/BidiRunList.h',
990 'text/BidiTextRun.cpp', 990 'text/BidiTextRun.cpp',
991 'text/BidiTextRun.h', 991 'text/BidiTextRun.h',
992 'text/Character.cpp', 992 'text/Character.cpp',
993 'text/Character.h', 993 'text/Character.h',
994 'text/CharacterEmoji.cpp', 994 'text/CharacterEmoji.cpp',
995 'text/CompressibleString.cpp',
996 'text/CompressibleString.h',
997 'text/DateTimeFormat.cpp', 995 'text/DateTimeFormat.cpp',
998 'text/DateTimeFormat.h', 996 'text/DateTimeFormat.h',
999 'text/DecodeEscapeSequences.h', 997 'text/DecodeEscapeSequences.h',
1000 'text/Hyphenation.cpp', 998 'text/Hyphenation.cpp',
1001 'text/Hyphenation.h', 999 'text/Hyphenation.h',
1002 'text/LineEnding.cpp', 1000 'text/LineEnding.cpp',
1003 'text/LineEnding.h', 1001 'text/LineEnding.h',
1004 'text/LocaleICU.cpp', 1002 'text/LocaleICU.cpp',
1005 'text/LocaleICU.h', 1003 'text/LocaleICU.h',
1006 'text/LocaleMac.h', 1004 'text/LocaleMac.h',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 ['use_default_render_theme==1', 1354 ['use_default_render_theme==1',
1357 { 1355 {
1358 'platform_test_files': [ 1356 'platform_test_files': [
1359 'scroll/ScrollbarThemeAuraTest.cpp', 1357 'scroll/ScrollbarThemeAuraTest.cpp',
1360 ], 1358 ],
1361 } 1359 }
1362 ], 1360 ],
1363 ], 1361 ],
1364 }, 1362 },
1365 } 1363 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.cpp ('k') | third_party/WebKit/Source/platform/text/CompressibleString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698