| 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 'ChromeClientImpl.cpp', | 7 'ChromeClientImpl.cpp', |
| 8 'ChromeClientImpl.h', | 8 'ChromeClientImpl.h', |
| 9 'ColorChooserPopupUIController.cpp', | 9 'ColorChooserPopupUIController.cpp', |
| 10 'ColorChooserPopupUIController.h', | 10 'ColorChooserPopupUIController.h', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'tests/WebPageSerializerTest.cpp', | 300 'tests/WebPageSerializerTest.cpp', |
| 301 'tests/WebPluginContainerTest.cpp', | 301 'tests/WebPluginContainerTest.cpp', |
| 302 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', | 302 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', |
| 303 'tests/WebSearchableFormDataTest.cpp', | 303 'tests/WebSearchableFormDataTest.cpp', |
| 304 'tests/WebSelectorTest.cpp', | 304 'tests/WebSelectorTest.cpp', |
| 305 'tests/WebURLRequestTest.cpp', | 305 'tests/WebURLRequestTest.cpp', |
| 306 'tests/WebURLResponseTest.cpp', | 306 'tests/WebURLResponseTest.cpp', |
| 307 'tests/WebUnitTests.cpp', | 307 'tests/WebUnitTests.cpp', |
| 308 'tests/WebUserGestureTokenTest.cpp', | 308 'tests/WebUserGestureTokenTest.cpp', |
| 309 'tests/WebViewTest.cpp', | 309 'tests/WebViewTest.cpp', |
| 310 'tests/sim/SimCompositor.cpp', | |
| 311 'tests/sim/SimCompositor.h', | |
| 312 'tests/sim/SimDisplayItemList.cpp', | |
| 313 'tests/sim/SimDisplayItemList.h', | |
| 314 'tests/sim/SimLayerTreeView.cpp', | |
| 315 'tests/sim/SimLayerTreeView.h', | |
| 316 'tests/sim/SimNetwork.cpp', | 310 'tests/sim/SimNetwork.cpp', |
| 317 'tests/sim/SimNetwork.h', | 311 'tests/sim/SimNetwork.h', |
| 318 'tests/sim/SimRequest.cpp', | 312 'tests/sim/SimRequest.cpp', |
| 319 'tests/sim/SimRequest.h', | 313 'tests/sim/SimRequest.h', |
| 320 'tests/sim/SimWebViewClient.cpp', | 314 'tests/sim/SimWebViewClient.cpp', |
| 321 'tests/sim/SimWebViewClient.h', | 315 'tests/sim/SimWebViewClient.h', |
| 316 'tests/sim/SimLayerTreeView.cpp', |
| 317 'tests/sim/SimLayerTreeView.h', |
| 322 ], | 318 ], |
| 323 'conditions': [ | 319 'conditions': [ |
| 324 ['OS=="win"', | 320 ['OS=="win"', |
| 325 { | 321 { |
| 326 'web_unittest_files': [ | 322 'web_unittest_files': [ |
| 327 'tests/WebPageSerializerTest.cpp', | 323 'tests/WebPageSerializerTest.cpp', |
| 328 ], | 324 ], |
| 329 } | 325 } |
| 330 ], | 326 ], |
| 331 ['OS!="mac"', | 327 ['OS!="mac"', |
| 332 { | 328 { |
| 333 'web_unittest_files': [ | 329 'web_unittest_files': [ |
| 334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 330 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 335 'tests/ScrollAnimatorNoneTest.cpp', | 331 'tests/ScrollAnimatorNoneTest.cpp', |
| 336 ], | 332 ], |
| 337 } | 333 } |
| 338 ], | 334 ], |
| 339 ], | 335 ], |
| 340 }, | 336 }, |
| 341 } | 337 } |
| OLD | NEW |