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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'IDBFactoryBackendProxy.cpp', | 48 'IDBFactoryBackendProxy.cpp', |
49 'IDBFactoryBackendProxy.h', | 49 'IDBFactoryBackendProxy.h', |
50 'InspectorClientImpl.cpp', | 50 'InspectorClientImpl.cpp', |
51 'InspectorClientImpl.h', | 51 'InspectorClientImpl.h', |
52 'InspectorFrontendClientImpl.cpp', | 52 'InspectorFrontendClientImpl.cpp', |
53 'InspectorFrontendClientImpl.h', | 53 'InspectorFrontendClientImpl.h', |
54 'LinkHighlight.cpp', | 54 'LinkHighlight.cpp', |
55 'LinkHighlight.h', | 55 'LinkHighlight.h', |
56 'LocalFileSystemClient.cpp', | 56 'LocalFileSystemClient.cpp', |
57 'LocalFileSystemClient.h', | 57 'LocalFileSystemClient.h', |
| 58 'MediaKeysClientImpl.cpp', |
| 59 'MediaKeysClientImpl.h', |
58 'MIDIClientProxy.cpp', | 60 'MIDIClientProxy.cpp', |
59 'MIDIClientProxy.h', | 61 'MIDIClientProxy.h', |
60 'NotificationPresenterImpl.cpp', | 62 'NotificationPresenterImpl.cpp', |
61 'NotificationPresenterImpl.h', | 63 'NotificationPresenterImpl.h', |
62 'PageOverlay.cpp', | 64 'PageOverlay.cpp', |
63 'PageOverlay.h', | 65 'PageOverlay.h', |
64 'PageOverlayList.cpp', | 66 'PageOverlayList.cpp', |
65 'PageOverlayList.h', | 67 'PageOverlayList.h', |
66 'PageScaleConstraintsSet.cpp', | 68 'PageScaleConstraintsSet.cpp', |
67 'PageScaleConstraintsSet.h', | 69 'PageScaleConstraintsSet.h', |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 { | 358 { |
357 'web_unittest_files': [ | 359 'web_unittest_files': [ |
358 'tests/KeyCodeConversionTestGtk.cpp', | 360 'tests/KeyCodeConversionTestGtk.cpp', |
359 'tests/WebInputEventFactoryTestGtk.cpp', | 361 'tests/WebInputEventFactoryTestGtk.cpp', |
360 ], | 362 ], |
361 } | 363 } |
362 ], | 364 ], |
363 ], | 365 ], |
364 }, | 366 }, |
365 } | 367 } |
OLD | NEW |