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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2052 'payments/PaymentAddressTest.cpp', | 2052 'payments/PaymentAddressTest.cpp', |
2053 'payments/PaymentRequestDetailsTest.cpp', | 2053 'payments/PaymentRequestDetailsTest.cpp', |
2054 'payments/PaymentRequestTest.cpp', | 2054 'payments/PaymentRequestTest.cpp', |
2055 'payments/PaymentRequestUpdateEventTest.cpp', | 2055 'payments/PaymentRequestUpdateEventTest.cpp', |
2056 'payments/PaymentResponseTest.cpp', | 2056 'payments/PaymentResponseTest.cpp', |
2057 'payments/PaymentTestHelper.cpp', | 2057 'payments/PaymentTestHelper.cpp', |
2058 'payments/PaymentTestHelper.h', | 2058 'payments/PaymentTestHelper.h', |
2059 'payments/PaymentsValidatorsTest.cpp', | 2059 'payments/PaymentsValidatorsTest.cpp', |
2060 'peerconnection/RTCDataChannelTest.cpp', | 2060 'peerconnection/RTCDataChannelTest.cpp', |
2061 'presentation/PresentationAvailabilityTest.cpp', | 2061 'presentation/PresentationAvailabilityTest.cpp', |
| 2062 'presentation/PresentationRequestTest.cpp', |
2062 'push_messaging/PushManagerTest.cpp', | 2063 'push_messaging/PushManagerTest.cpp', |
2063 'push_messaging/PushMessageDataTest.cpp', | 2064 'push_messaging/PushMessageDataTest.cpp', |
2064 'serviceworkers/ServiceWorkerContainerTest.cpp', | 2065 'serviceworkers/ServiceWorkerContainerTest.cpp', |
2065 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2066 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
2066 'webaudio/ConvolverNodeTest.cpp', | 2067 'webaudio/ConvolverNodeTest.cpp', |
2067 'webaudio/DynamicsCompressorNodeTest.cpp', | 2068 'webaudio/DynamicsCompressorNodeTest.cpp', |
2068 'webaudio/ScriptProcessorNodeTest.cpp', | 2069 'webaudio/ScriptProcessorNodeTest.cpp', |
2069 'webaudio/StereoPannerNodeTest.cpp', | 2070 'webaudio/StereoPannerNodeTest.cpp', |
2070 'webdatabase/QuotaTrackerTest.cpp', | 2071 'webdatabase/QuotaTrackerTest.cpp', |
2071 'websockets/DOMWebSocketTest.cpp', | 2072 'websockets/DOMWebSocketTest.cpp', |
2072 'websockets/DocumentWebSocketChannelTest.cpp', | 2073 'websockets/DocumentWebSocketChannelTest.cpp', |
2073 ], | 2074 ], |
2074 }, | 2075 }, |
2075 } | 2076 } |
OLD | NEW |