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

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: native_theme_base edits 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 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 ], 1315 ],
1316 } 1316 }
1317 ], 1317 ],
1318 ['OS!="mac"', 1318 ['OS!="mac"',
1319 { 1319 {
1320 'platform_test_files': [ 1320 'platform_test_files': [
1321 'scroll/ScrollAnimatorTest.cpp', 1321 'scroll/ScrollAnimatorTest.cpp',
1322 ], 1322 ],
1323 } 1323 }
1324 ], 1324 ],
1325 ['use_default_render_theme==1',
1326 {
1327 'platform_test_files': [
1328 'scroll/ScrollbarThemeAuraTest.cpp',
1329 ],
1330 }
1331 ],
1325 ], 1332 ],
1326 }, 1333 },
1327 } 1334 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698