OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
5 ], | 5 ], |
6 'variables': { | 6 'variables': { |
7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
8 # | 8 # |
9 # Note: this is not a supported API. If you rely on this, you will be broken | 9 # Note: this is not a supported API. If you rely on this, you will be broken |
10 # from time to time as the code generator changes in backward incompatible | 10 # from time to time as the code generator changes in backward incompatible |
(...skipping 2031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2042 'indexeddb/IDBKeyPathTest.cpp', | 2042 'indexeddb/IDBKeyPathTest.cpp', |
2043 'indexeddb/IDBRequestTest.cpp', | 2043 'indexeddb/IDBRequestTest.cpp', |
2044 'indexeddb/IDBTransactionTest.cpp', | 2044 'indexeddb/IDBTransactionTest.cpp', |
2045 'indexeddb/MockWebIDBDatabase.cpp', | 2045 'indexeddb/MockWebIDBDatabase.cpp', |
2046 'indexeddb/MockWebIDBDatabase.h', | 2046 'indexeddb/MockWebIDBDatabase.h', |
2047 'mediasession/MediaSessionTest.cpp', | 2047 'mediasession/MediaSessionTest.cpp', |
2048 'mediastream/MediaConstraintsTest.cpp', | 2048 'mediastream/MediaConstraintsTest.cpp', |
2049 'notifications/NotificationDataTest.cpp', | 2049 'notifications/NotificationDataTest.cpp', |
2050 'notifications/NotificationResourcesLoaderTest.cpp', | 2050 'notifications/NotificationResourcesLoaderTest.cpp', |
2051 'payments/AbortTest.cpp', | 2051 'payments/AbortTest.cpp', |
| 2052 'payments/CompleteTest.cpp', |
2052 'payments/OnPaymentResponseTest.cpp', | 2053 'payments/OnPaymentResponseTest.cpp', |
2053 'payments/PaymentAddressTest.cpp', | 2054 'payments/PaymentAddressTest.cpp', |
2054 'payments/PaymentRequestDetailsTest.cpp', | 2055 'payments/PaymentRequestDetailsTest.cpp', |
2055 'payments/PaymentRequestTest.cpp', | 2056 'payments/PaymentRequestTest.cpp', |
2056 'payments/PaymentRequestUpdateEventTest.cpp', | 2057 'payments/PaymentRequestUpdateEventTest.cpp', |
2057 'payments/PaymentResponseTest.cpp', | 2058 'payments/PaymentResponseTest.cpp', |
2058 'payments/PaymentTestHelper.cpp', | 2059 'payments/PaymentTestHelper.cpp', |
2059 'payments/PaymentTestHelper.h', | 2060 'payments/PaymentTestHelper.h', |
2060 'payments/PaymentsValidatorsTest.cpp', | 2061 'payments/PaymentsValidatorsTest.cpp', |
2061 'peerconnection/RTCDataChannelTest.cpp', | 2062 'peerconnection/RTCDataChannelTest.cpp', |
2062 'presentation/PresentationAvailabilityTest.cpp', | 2063 'presentation/PresentationAvailabilityTest.cpp', |
2063 'push_messaging/PushManagerTest.cpp', | 2064 'push_messaging/PushManagerTest.cpp', |
2064 'push_messaging/PushMessageDataTest.cpp', | 2065 'push_messaging/PushMessageDataTest.cpp', |
2065 'serviceworkers/ServiceWorkerContainerTest.cpp', | 2066 'serviceworkers/ServiceWorkerContainerTest.cpp', |
2066 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2067 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
2067 'webaudio/ConvolverNodeTest.cpp', | 2068 'webaudio/ConvolverNodeTest.cpp', |
2068 'webaudio/DynamicsCompressorNodeTest.cpp', | 2069 'webaudio/DynamicsCompressorNodeTest.cpp', |
2069 'webaudio/ScriptProcessorNodeTest.cpp', | 2070 'webaudio/ScriptProcessorNodeTest.cpp', |
2070 'webaudio/StereoPannerNodeTest.cpp', | 2071 'webaudio/StereoPannerNodeTest.cpp', |
2071 'webdatabase/QuotaTrackerTest.cpp', | 2072 'webdatabase/QuotaTrackerTest.cpp', |
2072 'websockets/DOMWebSocketTest.cpp', | 2073 'websockets/DOMWebSocketTest.cpp', |
2073 'websockets/DocumentWebSocketChannelTest.cpp', | 2074 'websockets/DocumentWebSocketChannelTest.cpp', |
2074 ], | 2075 ], |
2075 }, | 2076 }, |
2076 } | 2077 } |
OLD | NEW |