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

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

Issue 2113933003: Add mojo interface to load hyphenation dictionaries on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheng review Created 4 years, 5 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 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 'text/TextRun.cpp', 1031 'text/TextRun.cpp',
1032 'text/TextRun.h', 1032 'text/TextRun.h',
1033 'text/TextRunIterator.h', 1033 'text/TextRunIterator.h',
1034 'text/TextStream.cpp', 1034 'text/TextStream.cpp',
1035 'text/TextStream.h', 1035 'text/TextStream.h',
1036 'text/UnicodeBidi.h', 1036 'text/UnicodeBidi.h',
1037 'text/UnicodeRange.cpp', 1037 'text/UnicodeRange.cpp',
1038 'text/UnicodeRange.h', 1038 'text/UnicodeRange.h',
1039 'text/UnicodeUtilities.cpp', 1039 'text/UnicodeUtilities.cpp',
1040 'text/UnicodeUtilities.h', 1040 'text/UnicodeUtilities.h',
1041 'text/android/HyphenationAndroid.cpp',
1042 'text/linux/HyphenationLinux.cpp', 1041 'text/linux/HyphenationLinux.cpp',
1043 'text/mac/HyphenationMac.cpp', 1042 'text/mac/HyphenationMac.cpp',
1044 'text/win/HyphenationWin.cpp', 1043 'text/win/HyphenationWin.cpp',
1045 'threading/BackgroundTaskRunner.cpp', 1044 'threading/BackgroundTaskRunner.cpp',
1046 'threading/BackgroundTaskRunner.h', 1045 'threading/BackgroundTaskRunner.h',
1047 'transforms/AffineTransform.cpp', 1046 'transforms/AffineTransform.cpp',
1048 'transforms/AffineTransform.h', 1047 'transforms/AffineTransform.h',
1049 'transforms/IdentityTransformOperation.h', 1048 'transforms/IdentityTransformOperation.h',
1050 'transforms/InterpolatedTransformOperation.cpp', 1049 'transforms/InterpolatedTransformOperation.cpp',
1051 'transforms/InterpolatedTransformOperation.h', 1050 'transforms/InterpolatedTransformOperation.h',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 ['use_default_render_theme==1', 1348 ['use_default_render_theme==1',
1350 { 1349 {
1351 'platform_test_files': [ 1350 'platform_test_files': [
1352 'scroll/ScrollbarThemeAuraTest.cpp', 1351 'scroll/ScrollbarThemeAuraTest.cpp',
1353 ], 1352 ],
1354 } 1353 }
1355 ], 1354 ],
1356 ], 1355 ],
1357 }, 1356 },
1358 } 1357 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/DEPS ('k') | third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698