| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'InspectorFrontendClientImpl.cpp', | 50 'InspectorFrontendClientImpl.cpp', |
| 51 'InspectorFrontendClientImpl.h', | 51 'InspectorFrontendClientImpl.h', |
| 52 'LinkHighlight.cpp', | 52 'LinkHighlight.cpp', |
| 53 'LinkHighlight.h', | 53 'LinkHighlight.h', |
| 54 'LocalFileSystemClient.cpp', | 54 'LocalFileSystemClient.cpp', |
| 55 'LocalFileSystemClient.h', | 55 'LocalFileSystemClient.h', |
| 56 'MediaKeysClientImpl.cpp', | 56 'MediaKeysClientImpl.cpp', |
| 57 'MediaKeysClientImpl.h', | 57 'MediaKeysClientImpl.h', |
| 58 'MIDIClientProxy.cpp', | 58 'MIDIClientProxy.cpp', |
| 59 'MIDIClientProxy.h', | 59 'MIDIClientProxy.h', |
| 60 'NavigatorContentUtilsClientImpl.cpp', |
| 61 'NavigatorContentUtilsClientImpl.h', |
| 60 'NotificationPresenterImpl.cpp', | 62 'NotificationPresenterImpl.cpp', |
| 61 'NotificationPresenterImpl.h', | 63 'NotificationPresenterImpl.h', |
| 62 'OpenedFrameTracker.cpp', | 64 'OpenedFrameTracker.cpp', |
| 63 'OpenedFrameTracker.h', | 65 'OpenedFrameTracker.h', |
| 64 'PageOverlay.cpp', | 66 'PageOverlay.cpp', |
| 65 'PageOverlay.h', | 67 'PageOverlay.h', |
| 66 'PageOverlayList.cpp', | 68 'PageOverlayList.cpp', |
| 67 'PageOverlayList.h', | 69 'PageOverlayList.h', |
| 68 'PageScaleConstraintsSet.cpp', | 70 'PageScaleConstraintsSet.cpp', |
| 69 'PageScaleConstraintsSet.h', | 71 'PageScaleConstraintsSet.h', |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 ['os_posix==1 and OS!="mac"', | 340 ['os_posix==1 and OS!="mac"', |
| 339 { | 341 { |
| 340 'web_unittest_files': [ | 342 'web_unittest_files': [ |
| 341 'tests/LocaleICUTest.cpp', | 343 'tests/LocaleICUTest.cpp', |
| 342 ], | 344 ], |
| 343 } | 345 } |
| 344 ], | 346 ], |
| 345 ], | 347 ], |
| 346 }, | 348 }, |
| 347 } | 349 } |
| OLD | NEW |