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

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

Issue 1389383003: WIP: Introduce CompressibleString Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bug fix Created 5 years 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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'speech/PlatformSpeechSynthesizer.cpp', 862 'speech/PlatformSpeechSynthesizer.cpp',
863 'speech/PlatformSpeechSynthesizer.h', 863 'speech/PlatformSpeechSynthesizer.h',
864 'text/BidiCharacterRun.cpp', 864 'text/BidiCharacterRun.cpp',
865 'text/BidiCharacterRun.h', 865 'text/BidiCharacterRun.h',
866 'text/BidiContext.cpp', 866 'text/BidiContext.cpp',
867 'text/BidiContext.h', 867 'text/BidiContext.h',
868 'text/BidiResolver.h', 868 'text/BidiResolver.h',
869 'text/BidiRunList.h', 869 'text/BidiRunList.h',
870 'text/BidiTextRun.cpp', 870 'text/BidiTextRun.cpp',
871 'text/BidiTextRun.h', 871 'text/BidiTextRun.h',
872 'text/CompressableString.cpp',
873 'text/CompressableString.h',
872 'text/DateTimeFormat.cpp', 874 'text/DateTimeFormat.cpp',
873 'text/DateTimeFormat.h', 875 'text/DateTimeFormat.h',
874 'text/DecodeEscapeSequences.h', 876 'text/DecodeEscapeSequences.h',
875 'text/LineEnding.cpp', 877 'text/LineEnding.cpp',
876 'text/LineEnding.h', 878 'text/LineEnding.h',
877 'text/LocaleICU.cpp', 879 'text/LocaleICU.cpp',
878 'text/LocaleICU.h', 880 'text/LocaleICU.h',
879 'text/LocaleMac.h', 881 'text/LocaleMac.h',
880 'text/LocaleMac.mm', 882 'text/LocaleMac.mm',
881 'text/LocaleToScriptMapping.cpp', 883 'text/LocaleToScriptMapping.cpp',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 ['OS!="mac"', 1108 ['OS!="mac"',
1107 { 1109 {
1108 'platform_test_files': [ 1110 'platform_test_files': [
1109 'scroll/ScrollAnimatorTest.cpp', 1111 'scroll/ScrollAnimatorTest.cpp',
1110 ], 1112 ],
1111 } 1113 }
1112 ], 1114 ],
1113 ], 1115 ],
1114 }, 1116 },
1115 } 1117 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698