| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'tests/WebInputEventFactoryTestMac.mm', | 306 'tests/WebInputEventFactoryTestMac.mm', |
| 307 'tests/WebPageNewSerializerTest.cpp', | 307 'tests/WebPageNewSerializerTest.cpp', |
| 308 'tests/WebPageSerializerTest.cpp', | 308 'tests/WebPageSerializerTest.cpp', |
| 309 'tests/WebPluginContainerTest.cpp', | 309 'tests/WebPluginContainerTest.cpp', |
| 310 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', | 310 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', |
| 311 'tests/WebSearchableFormDataTest.cpp', | 311 'tests/WebSearchableFormDataTest.cpp', |
| 312 'tests/WebSelectorTest.cpp', | 312 'tests/WebSelectorTest.cpp', |
| 313 'tests/WebURLRequestTest.cpp', | 313 'tests/WebURLRequestTest.cpp', |
| 314 'tests/WebURLResponseTest.cpp', | 314 'tests/WebURLResponseTest.cpp', |
| 315 'tests/WebUserGestureTokenTest.cpp', | 315 'tests/WebUserGestureTokenTest.cpp', |
| 316 'tests/WebUnitTests.cpp', |
| 316 'tests/WebViewTest.cpp', | 317 'tests/WebViewTest.cpp', |
| 317 ], | 318 ], |
| 318 'conditions': [ | 319 'conditions': [ |
| 319 ['OS=="win"', | 320 ['OS=="win"', |
| 320 { | 321 { |
| 321 'web_unittest_files': [ | 322 'web_unittest_files': [ |
| 322 'tests/LocaleWinTest.cpp', | 323 'tests/LocaleWinTest.cpp', |
| 323 'tests/WebPageNewSerializerTest.cpp', | 324 'tests/WebPageNewSerializerTest.cpp', |
| 324 'tests/WebPageSerializerTest.cpp', | 325 'tests/WebPageSerializerTest.cpp', |
| 325 ], | 326 ], |
| (...skipping 17 matching lines...) Expand all Loading... |
| 343 ['os_posix==1 and OS!="mac"', | 344 ['os_posix==1 and OS!="mac"', |
| 344 { | 345 { |
| 345 'web_unittest_files': [ | 346 'web_unittest_files': [ |
| 346 'tests/LocaleICUTest.cpp', | 347 'tests/LocaleICUTest.cpp', |
| 347 ], | 348 ], |
| 348 } | 349 } |
| 349 ], | 350 ], |
| 350 ], | 351 ], |
| 351 }, | 352 }, |
| 352 } | 353 } |
| OLD | NEW |