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

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

Issue 1790753002: Expose GLES2Interface to blink, and delete isContextLost() from WGC3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wgc3d: deps-for-tests Created 4 years, 9 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 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 # NOTE: These are legacy unit tests and tests that require a Platform 1223 # NOTE: These are legacy unit tests and tests that require a Platform
1224 # object. Do not add more unless the test requires a Platform object. 1224 # object. Do not add more unless the test requires a Platform object.
1225 # These tests are a part of the web:webkit_unit_tests binary. 1225 # These tests are a part of the web:webkit_unit_tests binary.
1226 'platform_web_unittest_files': [ 1226 'platform_web_unittest_files': [
1227 'graphics/Canvas2DLayerBridgeTest.cpp', 1227 'graphics/Canvas2DLayerBridgeTest.cpp',
1228 'graphics/DeferredImageDecoderTest.cpp', 1228 'graphics/DeferredImageDecoderTest.cpp',
1229 'graphics/GraphicsLayerTest.cpp', 1229 'graphics/GraphicsLayerTest.cpp',
1230 'graphics/ImageDecodingStoreTest.cpp', 1230 'graphics/ImageDecodingStoreTest.cpp',
1231 'graphics/ImageFrameGeneratorTest.cpp', 1231 'graphics/ImageFrameGeneratorTest.cpp',
1232 'graphics/ImageLayerChromiumTest.cpp', 1232 'graphics/ImageLayerChromiumTest.cpp',
1233 'graphics/test/MockGLES2Interface.h',
1233 'graphics/test/MockImageDecoder.h', 1234 'graphics/test/MockImageDecoder.h',
1234 'graphics/test/MockWebGraphicsContext3D.h', 1235 'graphics/test/MockWebGraphicsContext3D.h',
1235 'threading/BackgroundTaskRunnerTest.cpp', 1236 'threading/BackgroundTaskRunnerTest.cpp',
1236 ], 1237 ],
1237 'platform_test_support_files': [ 1238 'platform_test_support_files': [
1238 'graphics/test/FakeGraphicsLayerFactory.cpp', 1239 'graphics/test/FakeGraphicsLayerFactory.cpp',
1239 'graphics/test/FakeGraphicsLayerFactory.h', 1240 'graphics/test/FakeGraphicsLayerFactory.h',
1240 'testing/FontTestHelpers.cpp', 1241 'testing/FontTestHelpers.cpp',
1241 'testing/FontTestHelpers.h', 1242 'testing/FontTestHelpers.h',
1242 'testing/GeometryPrinters.cpp', 1243 'testing/GeometryPrinters.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 ['OS!="mac"', 1284 ['OS!="mac"',
1284 { 1285 {
1285 'platform_test_files': [ 1286 'platform_test_files': [
1286 'scroll/ScrollAnimatorTest.cpp', 1287 'scroll/ScrollAnimatorTest.cpp',
1287 ], 1288 ],
1288 } 1289 }
1289 ], 1290 ],
1290 ], 1291 ],
1291 }, 1292 },
1292 } 1293 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698