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

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

Issue 1686263008: Add utility method for WebString to base::FilePath conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase! Created 4 years, 10 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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 'WebScreenInfoTest.cpp', 1106 'WebScreenInfoTest.cpp',
1107 'WebVectorTest.cpp', 1107 'WebVectorTest.cpp',
1108 'animation/AnimationTranslationUtilTest.cpp', 1108 'animation/AnimationTranslationUtilTest.cpp',
1109 'animation/TimingFunctionTest.cpp', 1109 'animation/TimingFunctionTest.cpp',
1110 'animation/UnitBezierTest.cpp', 1110 'animation/UnitBezierTest.cpp',
1111 'animation/CompositorAnimationPlayerTest.cpp', 1111 'animation/CompositorAnimationPlayerTest.cpp',
1112 'animation/CompositorAnimationTest.cpp', 1112 'animation/CompositorAnimationTest.cpp',
1113 'animation/CompositorFloatAnimationCurveTest.cpp', 1113 'animation/CompositorFloatAnimationCurveTest.cpp',
1114 'blob/BlobDataTest.cpp', 1114 'blob/BlobDataTest.cpp',
1115 'clipboard/ClipboardUtilitiesTest.cpp', 1115 'clipboard/ClipboardUtilitiesTest.cpp',
1116 'exported/FilePathConversionTest.cpp',
1116 'fonts/AcceptLanguagesResolverTest.cpp', 1117 'fonts/AcceptLanguagesResolverTest.cpp',
1117 'fonts/CharacterTest.cpp', 1118 'fonts/CharacterTest.cpp',
1118 'fonts/FontCacheTest.cpp', 1119 'fonts/FontCacheTest.cpp',
1119 'fonts/FontDescriptionTest.cpp', 1120 'fonts/FontDescriptionTest.cpp',
1120 'fonts/GlyphBufferTest.cpp', 1121 'fonts/GlyphBufferTest.cpp',
1121 'fonts/GlyphPageTreeNodeTest.cpp', 1122 'fonts/GlyphPageTreeNodeTest.cpp',
1122 'fonts/OrientationIteratorTest.cpp', 1123 'fonts/OrientationIteratorTest.cpp',
1123 'fonts/ScriptRunIteratorTest.cpp', 1124 'fonts/ScriptRunIteratorTest.cpp',
1124 'fonts/SmallCapsIteratorTest.cpp', 1125 'fonts/SmallCapsIteratorTest.cpp',
1125 'fonts/SymbolsIteratorTest.cpp', 1126 'fonts/SymbolsIteratorTest.cpp',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 ['OS!="mac"', 1251 ['OS!="mac"',
1251 { 1252 {
1252 'platform_test_files': [ 1253 'platform_test_files': [
1253 'scroll/ScrollAnimatorTest.cpp', 1254 'scroll/ScrollAnimatorTest.cpp',
1254 ], 1255 ],
1255 } 1256 }
1256 ], 1257 ],
1257 ], 1258 ],
1258 }, 1259 },
1259 } 1260 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gyp ('k') | third_party/WebKit/Source/platform/blink_platform_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698