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

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

Issue 2101823002: Revert of Make 2D canvas disable gpu acceleration when getImageData is called (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 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 # These tests are a part of the web:webkit_unit_tests binary. 1261 # These tests are a part of the web:webkit_unit_tests binary.
1262 'platform_web_unittest_files': [ 1262 'platform_web_unittest_files': [
1263 'graphics/Canvas2DLayerBridgeTest.cpp', 1263 'graphics/Canvas2DLayerBridgeTest.cpp',
1264 'graphics/CanvasSurfaceLayerBridgeTest.cpp', 1264 'graphics/CanvasSurfaceLayerBridgeTest.cpp',
1265 'graphics/DeferredImageDecoderTest.cpp', 1265 'graphics/DeferredImageDecoderTest.cpp',
1266 'graphics/GraphicsLayerTest.cpp', 1266 'graphics/GraphicsLayerTest.cpp',
1267 'graphics/ImageDecodingStoreTest.cpp', 1267 'graphics/ImageDecodingStoreTest.cpp',
1268 'graphics/ImageFrameGeneratorTest.cpp', 1268 'graphics/ImageFrameGeneratorTest.cpp',
1269 'graphics/ImageLayerChromiumTest.cpp', 1269 'graphics/ImageLayerChromiumTest.cpp',
1270 'graphics/test/FakeGLES2Interface.h', 1270 'graphics/test/FakeGLES2Interface.h',
1271 'graphics/test/FakeWebGraphicsContext3DProvider.h',
1272 'graphics/test/MockImageDecoder.h', 1271 'graphics/test/MockImageDecoder.h',
1273 ], 1272 ],
1274 'platform_test_support_files': [ 1273 'platform_test_support_files': [
1275 'scroll/ScrollbarTestSuite.h', 1274 'scroll/ScrollbarTestSuite.h',
1276 'testing/CompositorTest.cpp', 1275 'testing/CompositorTest.cpp',
1277 'testing/CompositorTest.h', 1276 'testing/CompositorTest.h',
1278 'testing/FakeDisplayItemClient.h', 1277 'testing/FakeDisplayItemClient.h',
1279 'testing/FakeGraphicsLayer.h', 1278 'testing/FakeGraphicsLayer.h',
1280 'testing/FakeGraphicsLayerClient.h', 1279 'testing/FakeGraphicsLayerClient.h',
1281 'testing/FontTestHelpers.cpp', 1280 'testing/FontTestHelpers.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1339 ['use_default_render_theme==1', 1338 ['use_default_render_theme==1',
1340 { 1339 {
1341 'platform_test_files': [ 1340 'platform_test_files': [
1342 'scroll/ScrollbarThemeAuraTest.cpp', 1341 'scroll/ScrollbarThemeAuraTest.cpp',
1343 ], 1342 ],
1344 } 1343 }
1345 ], 1344 ],
1346 ], 1345 ],
1347 }, 1346 },
1348 } 1347 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698