| 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 'AudioOutputDeviceClientImpl.cpp', | 7 'AudioOutputDeviceClientImpl.cpp', |
| 8 'AudioOutputDeviceClientImpl.h', | 8 'AudioOutputDeviceClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 'tests/sim/SimDisplayItemList.h', | 310 'tests/sim/SimDisplayItemList.h', |
| 311 'tests/sim/SimNetwork.cpp', | 311 'tests/sim/SimNetwork.cpp', |
| 312 'tests/sim/SimNetwork.h', | 312 'tests/sim/SimNetwork.h', |
| 313 'tests/sim/SimRequest.cpp', | 313 'tests/sim/SimRequest.cpp', |
| 314 'tests/sim/SimRequest.h', | 314 'tests/sim/SimRequest.h', |
| 315 'tests/sim/SimTest.cpp', | 315 'tests/sim/SimTest.cpp', |
| 316 'tests/sim/SimTest.h', | 316 'tests/sim/SimTest.h', |
| 317 'tests/sim/SimWebViewClient.cpp', | 317 'tests/sim/SimWebViewClient.cpp', |
| 318 'tests/sim/SimWebViewClient.h', | 318 'tests/sim/SimWebViewClient.h', |
| 319 ], | 319 ], |
| 320 'conditions': [ |
| 321 ['OS!="mac"', |
| 322 { |
| 323 'web_unittest_files': [ |
| 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. |
| 325 'tests/ScrollAnimatorTest.cpp', |
| 326 ], |
| 327 } |
| 328 ], |
| 329 ], |
| 320 }, | 330 }, |
| 321 } | 331 } |
| OLD | NEW |