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

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

Issue 2258523006: Convert Settings::rootLayerScrolls to RuntimeEnabledFeatures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add RAII-style helper to toggle REF. Rebase. Created 4 years, 3 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 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 'testing/GeometryPrinters.cpp', 1398 'testing/GeometryPrinters.cpp',
1399 'testing/GeometryPrinters.h', 1399 'testing/GeometryPrinters.h',
1400 'testing/HistogramTester.cpp', 1400 'testing/HistogramTester.cpp',
1401 'testing/HistogramTester.h', 1401 'testing/HistogramTester.h',
1402 'testing/MessageLoopForMojo.h', 1402 'testing/MessageLoopForMojo.h',
1403 'testing/PaintPrinters.cpp', 1403 'testing/PaintPrinters.cpp',
1404 'testing/PaintPrinters.h', 1404 'testing/PaintPrinters.h',
1405 'testing/PictureMatchers.cpp', 1405 'testing/PictureMatchers.cpp',
1406 'testing/PictureMatchers.h', 1406 'testing/PictureMatchers.h',
1407 'testing/PlatformTestPrinters.cpp', 1407 'testing/PlatformTestPrinters.cpp',
1408 'testing/RuntimeEnabledFeaturesTestHelpers.h',
1408 'testing/TestingPlatformSupport.cpp', 1409 'testing/TestingPlatformSupport.cpp',
1409 'testing/TestingPlatformSupport.h', 1410 'testing/TestingPlatformSupport.h',
1410 'testing/TestPaintArtifact.cpp', 1411 'testing/TestPaintArtifact.cpp',
1411 'testing/TestPaintArtifact.h', 1412 'testing/TestPaintArtifact.h',
1412 'testing/TransformPrinters.cpp', 1413 'testing/TransformPrinters.cpp',
1413 'testing/TransformPrinters.h', 1414 'testing/TransformPrinters.h',
1414 'testing/URLTestHelpers.cpp', 1415 'testing/URLTestHelpers.cpp',
1415 'testing/URLTestHelpers.h', 1416 'testing/URLTestHelpers.h',
1416 'testing/UnitTestHelpers.cpp', 1417 'testing/UnitTestHelpers.cpp',
1417 'testing/UnitTestHelpers.h', 1418 'testing/UnitTestHelpers.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 ['use_default_render_theme==1', 1455 ['use_default_render_theme==1',
1455 { 1456 {
1456 'platform_test_files': [ 1457 'platform_test_files': [
1457 'scroll/ScrollbarThemeAuraTest.cpp', 1458 'scroll/ScrollbarThemeAuraTest.cpp',
1458 ], 1459 ],
1459 } 1460 }
1460 ], 1461 ],
1461 ], 1462 ],
1462 }, 1463 },
1463 } 1464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698