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

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

Issue 1519863002: Expose WorkerPool to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use closures + make safe 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 'BackgroundTaskRunner.cpp',
9 'BackgroundTaskRunner.h',
8 'CalculationValue.h', 10 'CalculationValue.h',
9 'CheckedInt.h', 11 'CheckedInt.h',
10 'Clock.cpp', 12 'Clock.cpp',
11 'Clock.h', 13 'Clock.h',
12 'ContentDecryptionModuleResult.h', 14 'ContentDecryptionModuleResult.h',
13 'ContentSettingCallbacks.cpp', 15 'ContentSettingCallbacks.cpp',
14 'ContentSettingCallbacks.h', 16 'ContentSettingCallbacks.h',
15 'ContentType.cpp', 17 'ContentType.cpp',
16 'ContentType.h', 18 'ContentType.h',
17 'ContextMenu.cpp', 19 'ContextMenu.cpp',
(...skipping 1036 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 'weborigin/KURLTest.cpp', 1056 'weborigin/KURLTest.cpp',
1055 'weborigin/OriginAccessEntryTest.cpp', 1057 'weborigin/OriginAccessEntryTest.cpp',
1056 'weborigin/SchemeRegistryTest.cpp', 1058 'weborigin/SchemeRegistryTest.cpp',
1057 'weborigin/SecurityOriginTest.cpp', 1059 'weborigin/SecurityOriginTest.cpp',
1058 'weborigin/SecurityPolicyTest.cpp', 1060 'weborigin/SecurityPolicyTest.cpp',
1059 ], 1061 ],
1060 # NOTE: These are legacy unit tests and tests that require a Platform 1062 # NOTE: These are legacy unit tests and tests that require a Platform
1061 # object. Do not add more unless the test requires a Platform object. 1063 # object. Do not add more unless the test requires a Platform object.
1062 # These tests are a part of the web:webkit_unit_tests binary. 1064 # These tests are a part of the web:webkit_unit_tests binary.
1063 'platform_web_unittest_files': [ 1065 'platform_web_unittest_files': [
1066 'BackgroundTaskRunnerTest.cpp',
1064 'fonts/FontPlatformDataTest.cpp', 1067 'fonts/FontPlatformDataTest.cpp',
1065 'fonts/TestFontSelector.h', 1068 'fonts/TestFontSelector.h',
1066 'graphics/BitmapImageTest.cpp', 1069 'graphics/BitmapImageTest.cpp',
1067 'graphics/Canvas2DLayerBridgeTest.cpp', 1070 'graphics/Canvas2DLayerBridgeTest.cpp',
1068 'graphics/DeferredImageDecoderTest.cpp', 1071 'graphics/DeferredImageDecoderTest.cpp',
1069 'graphics/GraphicsLayerTest.cpp', 1072 'graphics/GraphicsLayerTest.cpp',
1070 'graphics/ImageDecodingStoreTest.cpp', 1073 'graphics/ImageDecodingStoreTest.cpp',
1071 'graphics/ImageFrameGeneratorTest.cpp', 1074 'graphics/ImageFrameGeneratorTest.cpp',
1072 'graphics/ImageLayerChromiumTest.cpp', 1075 'graphics/ImageLayerChromiumTest.cpp',
1073 'graphics/test/MockImageDecoder.h', 1076 'graphics/test/MockImageDecoder.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 ['OS!="mac"', 1125 ['OS!="mac"',
1123 { 1126 {
1124 'platform_test_files': [ 1127 'platform_test_files': [
1125 'scroll/ScrollAnimatorTest.cpp', 1128 'scroll/ScrollAnimatorTest.cpp',
1126 ], 1129 ],
1127 } 1130 }
1128 ], 1131 ],
1129 ], 1132 ],
1130 }, 1133 },
1131 } 1134 }
OLDNEW
« third_party/WebKit/Source/platform/DEPS ('K') | « third_party/WebKit/Source/platform/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698