| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'web_files': [ | 3 'web_files': [ |
| 4 'AssertMatchingEnums.cpp', | 4 'AssertMatchingEnums.cpp', |
| 5 'AssociatedURLLoader.cpp', | 5 'AssociatedURLLoader.cpp', |
| 6 'AssociatedURLLoader.h', | 6 'AssociatedURLLoader.h', |
| 7 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
| 8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 'web_unittest_files': [ | 326 'web_unittest_files': [ |
| 327 'tests/LocaleMacTest.cpp', | 327 'tests/LocaleMacTest.cpp', |
| 328 ], | 328 ], |
| 329 } | 329 } |
| 330 ], | 330 ], |
| 331 ['OS!="mac"', | 331 ['OS!="mac"', |
| 332 { | 332 { |
| 333 'web_unittest_files': [ | 333 'web_unittest_files': [ |
| 334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 335 'tests/ScrollAnimatorNoneTest.cpp', | 335 'tests/ScrollAnimatorNoneTest.cpp', |
| 336 'tests/ScrollbarStateTransitionAnimatorTest.cpp', |
| 336 ], | 337 ], |
| 337 } | 338 } |
| 338 ], | 339 ], |
| 339 ['os_posix==1 and OS!="mac"', | 340 ['os_posix==1 and OS!="mac"', |
| 340 { | 341 { |
| 341 'web_unittest_files': [ | 342 'web_unittest_files': [ |
| 342 'tests/LocaleICUTest.cpp', | 343 'tests/LocaleICUTest.cpp', |
| 343 ], | 344 ], |
| 344 } | 345 } |
| 345 ], | 346 ], |
| 346 ], | 347 ], |
| 347 }, | 348 }, |
| 348 } | 349 } |
| OLD | NEW |