| OLD | NEW |
| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'JSONValues.h', | 48 'JSONValues.h', |
| 49 'KeyboardCodes.h', | 49 'KeyboardCodes.h', |
| 50 'KillRing.h', | 50 'KillRing.h', |
| 51 'KillRingNone.cpp', | 51 'KillRingNone.cpp', |
| 52 'Language.cpp', | 52 'Language.cpp', |
| 53 'Language.h', | 53 'Language.h', |
| 54 'LayoutLocale.cpp', | 54 'LayoutLocale.cpp', |
| 55 'LayoutLocale.h', | 55 'LayoutLocale.h', |
| 56 'LayoutTestSupport.cpp', | 56 'LayoutTestSupport.cpp', |
| 57 'LayoutTestSupport.h', | 57 'LayoutTestSupport.h', |
| 58 'LayoutUnit.cpp', |
| 58 'LayoutUnit.h', | 59 'LayoutUnit.h', |
| 59 'Length.cpp', | 60 'Length.cpp', |
| 60 'Length.h', | 61 'Length.h', |
| 61 'LengthBox.cpp', | 62 'LengthBox.cpp', |
| 62 'LengthBox.h', | 63 'LengthBox.h', |
| 63 'LengthFunctions.cpp', | 64 'LengthFunctions.cpp', |
| 64 'LengthFunctions.h', | 65 'LengthFunctions.h', |
| 65 'LengthPoint.h', | 66 'LengthPoint.h', |
| 66 'LengthSize.h', | 67 'LengthSize.h', |
| 67 'LifecycleNotifier.h', | 68 'LifecycleNotifier.h', |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 'fonts/win/FontCacheSkiaWin.cpp', | 498 'fonts/win/FontCacheSkiaWin.cpp', |
| 498 'fonts/win/FontFallbackWin.cpp', | 499 'fonts/win/FontFallbackWin.cpp', |
| 499 'fonts/win/FontFallbackWin.h', | 500 'fonts/win/FontFallbackWin.h', |
| 500 'fonts/win/FontPlatformDataWin.cpp', | 501 'fonts/win/FontPlatformDataWin.cpp', |
| 501 'geometry/DoublePoint.cpp', | 502 'geometry/DoublePoint.cpp', |
| 502 'geometry/DoublePoint.h', | 503 'geometry/DoublePoint.h', |
| 503 'geometry/DoubleRect.cpp', | 504 'geometry/DoubleRect.cpp', |
| 504 'geometry/DoubleRect.h', | 505 'geometry/DoubleRect.h', |
| 505 'geometry/DoubleSize.cpp', | 506 'geometry/DoubleSize.cpp', |
| 506 'geometry/DoubleSize.h', | 507 'geometry/DoubleSize.h', |
| 508 'geometry/FloatBox.cpp', |
| 509 'geometry/FloatBox.h', |
| 507 'geometry/FloatRectOutsets.h', | 510 'geometry/FloatRectOutsets.h', |
| 508 'geometry/FloatPoint.cpp', | 511 'geometry/FloatPoint.cpp', |
| 509 'geometry/FloatPoint.h', | 512 'geometry/FloatPoint.h', |
| 510 'geometry/FloatPoint3D.cpp', | 513 'geometry/FloatPoint3D.cpp', |
| 511 'geometry/FloatPoint3D.h', | 514 'geometry/FloatPoint3D.h', |
| 512 'geometry/FloatPolygon.cpp', | 515 'geometry/FloatPolygon.cpp', |
| 513 'geometry/FloatPolygon.h', | 516 'geometry/FloatPolygon.h', |
| 514 'geometry/FloatQuad.cpp', | 517 'geometry/FloatQuad.cpp', |
| 515 'geometry/FloatQuad.h', | 518 'geometry/FloatQuad.h', |
| 516 'geometry/FloatRect.cpp', | 519 'geometry/FloatRect.cpp', |
| (...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1446 ['use_default_render_theme==1', | 1449 ['use_default_render_theme==1', |
| 1447 { | 1450 { |
| 1448 'platform_test_files': [ | 1451 'platform_test_files': [ |
| 1449 'scroll/ScrollbarThemeAuraTest.cpp', | 1452 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1450 ], | 1453 ], |
| 1451 } | 1454 } |
| 1452 ], | 1455 ], |
| 1453 ], | 1456 ], |
| 1454 }, | 1457 }, |
| 1455 } | 1458 } |
| OLD | NEW |