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

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

Issue 2179563002: Revert of Remove platform/text/ParserUtilities.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'text/LineEnding.cpp', 993 'text/LineEnding.cpp',
994 'text/LineEnding.h', 994 'text/LineEnding.h',
995 'text/LocaleICU.cpp', 995 'text/LocaleICU.cpp',
996 'text/LocaleICU.h', 996 'text/LocaleICU.h',
997 'text/LocaleMac.h', 997 'text/LocaleMac.h',
998 'text/LocaleMac.mm', 998 'text/LocaleMac.mm',
999 'text/LocaleToScriptMapping.cpp', 999 'text/LocaleToScriptMapping.cpp',
1000 'text/LocaleToScriptMapping.h', 1000 'text/LocaleToScriptMapping.h',
1001 'text/LocaleWin.cpp', 1001 'text/LocaleWin.cpp',
1002 'text/LocaleWin.h', 1002 'text/LocaleWin.h',
1003 'text/ParserUtilities.h',
1003 'text/PlatformLocale.cpp', 1004 'text/PlatformLocale.cpp',
1004 'text/PlatformLocale.h', 1005 'text/PlatformLocale.h',
1005 'text/QuotedPrintable.cpp', 1006 'text/QuotedPrintable.cpp',
1006 'text/QuotedPrintable.h', 1007 'text/QuotedPrintable.h',
1007 'text/SegmentedString.cpp', 1008 'text/SegmentedString.cpp',
1008 'text/SegmentedString.h', 1009 'text/SegmentedString.h',
1009 'text/StringTruncator.cpp', 1010 'text/StringTruncator.cpp',
1010 'text/StringTruncator.h', 1011 'text/StringTruncator.h',
1011 'text/SuffixTree.h', 1012 'text/SuffixTree.h',
1012 'text/TextBoundaries.cpp', 1013 'text/TextBoundaries.cpp',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 ['use_default_render_theme==1', 1347 ['use_default_render_theme==1',
1347 { 1348 {
1348 'platform_test_files': [ 1349 'platform_test_files': [
1349 'scroll/ScrollbarThemeAuraTest.cpp', 1350 'scroll/ScrollbarThemeAuraTest.cpp',
1350 ], 1351 ],
1351 } 1352 }
1352 ], 1353 ],
1353 ], 1354 ],
1354 }, 1355 },
1355 } 1356 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGZoomAndPan.cpp ('k') | third_party/WebKit/Source/platform/text/ParserUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698