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

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

Issue 1911973002: Fix scrollbar buttons at hidpi when enable-use-zoom-for-dsf is on. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 'graphics/Canvas2DLayerBridgeTest.cpp', 1254 'graphics/Canvas2DLayerBridgeTest.cpp',
1255 'graphics/DeferredImageDecoderTest.cpp', 1255 'graphics/DeferredImageDecoderTest.cpp',
1256 'graphics/GraphicsLayerTest.cpp', 1256 'graphics/GraphicsLayerTest.cpp',
1257 'graphics/ImageDecodingStoreTest.cpp', 1257 'graphics/ImageDecodingStoreTest.cpp',
1258 'graphics/ImageFrameGeneratorTest.cpp', 1258 'graphics/ImageFrameGeneratorTest.cpp',
1259 'graphics/ImageLayerChromiumTest.cpp', 1259 'graphics/ImageLayerChromiumTest.cpp',
1260 'graphics/test/FakeGLES2Interface.h', 1260 'graphics/test/FakeGLES2Interface.h',
1261 'graphics/test/MockImageDecoder.h', 1261 'graphics/test/MockImageDecoder.h',
1262 ], 1262 ],
1263 'platform_test_support_files': [ 1263 'platform_test_support_files': [
1264 'scroll/ScrollbarTestSuite.h',
1264 'testing/CompositorTest.cpp', 1265 'testing/CompositorTest.cpp',
1265 'testing/CompositorTest.h', 1266 'testing/CompositorTest.h',
1266 'testing/FakeDisplayItemClient.h', 1267 'testing/FakeDisplayItemClient.h',
1267 'testing/FakeGraphicsLayer.h', 1268 'testing/FakeGraphicsLayer.h',
1268 'testing/FakeGraphicsLayerClient.h', 1269 'testing/FakeGraphicsLayerClient.h',
1269 'testing/FontTestHelpers.cpp', 1270 'testing/FontTestHelpers.cpp',
1270 'testing/FontTestHelpers.h', 1271 'testing/FontTestHelpers.h',
1271 'testing/GeometryPrinters.cpp', 1272 'testing/GeometryPrinters.cpp',
1272 'testing/GeometryPrinters.h', 1273 'testing/GeometryPrinters.h',
1273 'testing/HistogramTester.cpp', 1274 'testing/HistogramTester.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 ], 1318 ],
1318 } 1319 }
1319 ], 1320 ],
1320 ['OS!="mac"', 1321 ['OS!="mac"',
1321 { 1322 {
1322 'platform_test_files': [ 1323 'platform_test_files': [
1323 'scroll/ScrollAnimatorTest.cpp', 1324 'scroll/ScrollAnimatorTest.cpp',
1324 ], 1325 ],
1325 } 1326 }
1326 ], 1327 ],
1328 ['use_default_render_theme==1',
1329 {
1330 'platform_test_files': [
1331 'scroll/ScrollbarThemeAuraTest.cpp',
1332 ],
1333 }
1334 ],
1327 ], 1335 ],
1328 }, 1336 },
1329 } 1337 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698