| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'web_files': [ | 3 'web_files': [ |
| 4 'ApplicationCacheHost.cpp', | 4 'ApplicationCacheHost.cpp', |
| 5 'ApplicationCacheHostInternal.h', | 5 'ApplicationCacheHostInternal.h', |
| 6 'AssertMatchingEnums.cpp', | 6 'AssertMatchingEnums.cpp', |
| 7 'AssociatedURLLoader.cpp', | 7 'AssociatedURLLoader.cpp', |
| 8 'AssociatedURLLoader.h', | 8 'AssociatedURLLoader.h', |
| 9 'AsyncFileSystemChromium.cpp', | 9 'AsyncFileSystemChromium.cpp', |
| 10 'AsyncFileSystemChromium.h', | 10 'AsyncFileSystemChromium.h', |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'WebScopedMicrotaskSuppression.cpp', | 222 'WebScopedMicrotaskSuppression.cpp', |
| 223 'WebScopedUserGesture.cpp', | 223 'WebScopedUserGesture.cpp', |
| 224 'WebScopedUserGesture.cpp', | 224 'WebScopedUserGesture.cpp', |
| 225 'WebScriptBindings.cpp', | 225 'WebScriptBindings.cpp', |
| 226 'WebScriptController.cpp', | 226 'WebScriptController.cpp', |
| 227 'WebScrollbarThemePainter.cpp', | 227 'WebScrollbarThemePainter.cpp', |
| 228 'WebSearchableFormData.cpp', | 228 'WebSearchableFormData.cpp', |
| 229 'WebSecurityOrigin.cpp', | 229 'WebSecurityOrigin.cpp', |
| 230 'WebSecurityPolicy.cpp', | 230 'WebSecurityPolicy.cpp', |
| 231 'WebSelectElement.cpp', | 231 'WebSelectElement.cpp', |
| 232 'WebSelector.cpp', |
| 232 'WebSerializedScriptValue.cpp', | 233 'WebSerializedScriptValue.cpp', |
| 233 'WebSettingsImpl.cpp', | 234 'WebSettingsImpl.cpp', |
| 234 'WebSettingsImpl.h', | 235 'WebSettingsImpl.h', |
| 235 'WebSharedWorkerImpl.cpp', | 236 'WebSharedWorkerImpl.cpp', |
| 236 'WebSharedWorkerImpl.h', | 237 'WebSharedWorkerImpl.h', |
| 237 'WebSocket.cpp', | 238 'WebSocket.cpp', |
| 238 'WebSocketImpl.cpp', | 239 'WebSocketImpl.cpp', |
| 239 'WebSocketImpl.h', | 240 'WebSocketImpl.h', |
| 240 'WebSpeechGrammar.cpp', | 241 'WebSpeechGrammar.cpp', |
| 241 'WebSpeechInputResult.cpp', | 242 'WebSpeechInputResult.cpp', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 'tests/ScrollingCoordinatorChromiumTest.cpp', | 311 'tests/ScrollingCoordinatorChromiumTest.cpp', |
| 311 'tests/URLTestHelpers.cpp', | 312 'tests/URLTestHelpers.cpp', |
| 312 'tests/URLTestHelpers.h', | 313 'tests/URLTestHelpers.h', |
| 313 'tests/WebFrameTest.cpp', | 314 'tests/WebFrameTest.cpp', |
| 314 'tests/WebImageTest.cpp', | 315 'tests/WebImageTest.cpp', |
| 315 'tests/WebInputEventConversionTest.cpp', | 316 'tests/WebInputEventConversionTest.cpp', |
| 316 'tests/WebInputEventFactoryTestMac.mm', | 317 'tests/WebInputEventFactoryTestMac.mm', |
| 317 'tests/WebPageNewSerializerTest.cpp', | 318 'tests/WebPageNewSerializerTest.cpp', |
| 318 'tests/WebPageSerializerTest.cpp', | 319 'tests/WebPageSerializerTest.cpp', |
| 319 'tests/WebPluginContainerTest.cpp', | 320 'tests/WebPluginContainerTest.cpp', |
| 321 'tests/WebSelectorTest.cpp', |
| 320 'tests/WebURLRequestTest.cpp', | 322 'tests/WebURLRequestTest.cpp', |
| 321 'tests/WebURLResponseTest.cpp', | 323 'tests/WebURLResponseTest.cpp', |
| 322 'tests/WebUserGestureTokenTest.cpp', | 324 'tests/WebUserGestureTokenTest.cpp', |
| 323 'tests/WebViewTest.cpp', | 325 'tests/WebViewTest.cpp', |
| 324 ], | 326 ], |
| 325 'conditions': [ | 327 'conditions': [ |
| 326 ['OS=="win"', | 328 ['OS=="win"', |
| 327 { | 329 { |
| 328 'web_unittest_files': [ | 330 'web_unittest_files': [ |
| 329 'tests/LocaleWinTest.cpp', | 331 'tests/LocaleWinTest.cpp', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 { | 364 { |
| 363 'web_unittest_files': [ | 365 'web_unittest_files': [ |
| 364 'tests/KeyCodeConversionTestGtk.cpp', | 366 'tests/KeyCodeConversionTestGtk.cpp', |
| 365 'tests/WebInputEventFactoryTestGtk.cpp', | 367 'tests/WebInputEventFactoryTestGtk.cpp', |
| 366 ], | 368 ], |
| 367 } | 369 } |
| 368 ], | 370 ], |
| 369 ], | 371 ], |
| 370 }, | 372 }, |
| 371 } | 373 } |
| OLD | NEW |