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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'IDBFactoryBackendProxy.cpp', | 46 'IDBFactoryBackendProxy.cpp', |
47 'IDBFactoryBackendProxy.h', | 47 'IDBFactoryBackendProxy.h', |
48 'InspectorClientImpl.cpp', | 48 'InspectorClientImpl.cpp', |
49 'InspectorClientImpl.h', | 49 'InspectorClientImpl.h', |
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', |
| 57 'MediaKeysClientImpl.h', |
56 'MIDIClientProxy.cpp', | 58 'MIDIClientProxy.cpp', |
57 'MIDIClientProxy.h', | 59 'MIDIClientProxy.h', |
58 'NotificationPresenterImpl.cpp', | 60 'NotificationPresenterImpl.cpp', |
59 'NotificationPresenterImpl.h', | 61 'NotificationPresenterImpl.h', |
60 'PageOverlay.cpp', | 62 'PageOverlay.cpp', |
61 'PageOverlay.h', | 63 'PageOverlay.h', |
62 'PageOverlayList.cpp', | 64 'PageOverlayList.cpp', |
63 'PageOverlayList.h', | 65 'PageOverlayList.h', |
64 'PageScaleConstraintsSet.cpp', | 66 'PageScaleConstraintsSet.cpp', |
65 'PageScaleConstraintsSet.h', | 67 'PageScaleConstraintsSet.h', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 { | 350 { |
349 'web_unittest_files': [ | 351 'web_unittest_files': [ |
350 'tests/KeyCodeConversionTestGtk.cpp', | 352 'tests/KeyCodeConversionTestGtk.cpp', |
351 'tests/WebInputEventFactoryTestGtk.cpp', | 353 'tests/WebInputEventFactoryTestGtk.cpp', |
352 ], | 354 ], |
353 } | 355 } |
354 ], | 356 ], |
355 ], | 357 ], |
356 }, | 358 }, |
357 } | 359 } |
OLD | NEW |