| 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 27 matching lines...) Expand all Loading... |
| 38 'FullscreenController.cpp', | 38 'FullscreenController.cpp', |
| 39 'FullscreenController.h', | 39 'FullscreenController.h', |
| 40 'GeolocationClientProxy.cpp', | 40 'GeolocationClientProxy.cpp', |
| 41 'GeolocationClientProxy.h', | 41 'GeolocationClientProxy.h', |
| 42 'GraphicsLayerFactoryChromium.cpp', | 42 'GraphicsLayerFactoryChromium.cpp', |
| 43 'GraphicsLayerFactoryChromium.h', | 43 'GraphicsLayerFactoryChromium.h', |
| 44 'IndexedDBClientImpl.cpp', | 44 'IndexedDBClientImpl.cpp', |
| 45 'IndexedDBClientImpl.h', | 45 'IndexedDBClientImpl.h', |
| 46 'InspectorClientImpl.cpp', | 46 'InspectorClientImpl.cpp', |
| 47 'InspectorClientImpl.h', | 47 'InspectorClientImpl.h', |
| 48 'InspectorFrontendClientImpl.cpp', | |
| 49 'InspectorFrontendClientImpl.h', | |
| 50 'LinkHighlight.cpp', | 48 'LinkHighlight.cpp', |
| 51 'LinkHighlight.h', | 49 'LinkHighlight.h', |
| 52 'LocalFileSystemClient.cpp', | 50 'LocalFileSystemClient.cpp', |
| 53 'LocalFileSystemClient.h', | 51 'LocalFileSystemClient.h', |
| 54 'MediaKeysClientImpl.cpp', | 52 'MediaKeysClientImpl.cpp', |
| 55 'MediaKeysClientImpl.h', | 53 'MediaKeysClientImpl.h', |
| 56 'MIDIClientProxy.cpp', | 54 'MIDIClientProxy.cpp', |
| 57 'MIDIClientProxy.h', | 55 'MIDIClientProxy.h', |
| 58 'NavigatorContentUtilsClientImpl.cpp', | 56 'NavigatorContentUtilsClientImpl.cpp', |
| 59 'NavigatorContentUtilsClientImpl.h', | 57 'NavigatorContentUtilsClientImpl.h', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 ['os_posix==1 and OS!="mac"', | 339 ['os_posix==1 and OS!="mac"', |
| 342 { | 340 { |
| 343 'web_unittest_files': [ | 341 'web_unittest_files': [ |
| 344 'tests/LocaleICUTest.cpp', | 342 'tests/LocaleICUTest.cpp', |
| 345 ], | 343 ], |
| 346 } | 344 } |
| 347 ], | 345 ], |
| 348 ], | 346 ], |
| 349 }, | 347 }, |
| 350 } | 348 } |
| OLD | NEW |