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

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

Issue 2176623003: Remove platform/text/ParserUtilities.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove from blink_platform.gypi 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',
1004 'text/PlatformLocale.cpp', 1003 'text/PlatformLocale.cpp',
1005 'text/PlatformLocale.h', 1004 'text/PlatformLocale.h',
1006 'text/QuotedPrintable.cpp', 1005 'text/QuotedPrintable.cpp',
1007 'text/QuotedPrintable.h', 1006 'text/QuotedPrintable.h',
1008 'text/SegmentedString.cpp', 1007 'text/SegmentedString.cpp',
1009 'text/SegmentedString.h', 1008 'text/SegmentedString.h',
1010 'text/StringTruncator.cpp', 1009 'text/StringTruncator.cpp',
1011 'text/StringTruncator.h', 1010 'text/StringTruncator.h',
1012 'text/SuffixTree.h', 1011 'text/SuffixTree.h',
1013 'text/TextBoundaries.cpp', 1012 'text/TextBoundaries.cpp',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 ['use_default_render_theme==1', 1346 ['use_default_render_theme==1',
1348 { 1347 {
1349 'platform_test_files': [ 1348 'platform_test_files': [
1350 'scroll/ScrollbarThemeAuraTest.cpp', 1349 'scroll/ScrollbarThemeAuraTest.cpp',
1351 ], 1350 ],
1352 } 1351 }
1353 ], 1352 ],
1354 ], 1353 ],
1355 }, 1354 },
1356 } 1355 }
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