Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2048823004: PaymentRequest.abort() should return a promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DummyPageHolder and TrackExceptionState for haraken@ comment. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after
2013 'indexeddb/IDBKeyPathTest.cpp', 2013 'indexeddb/IDBKeyPathTest.cpp',
2014 'indexeddb/IDBRequestTest.cpp', 2014 'indexeddb/IDBRequestTest.cpp',
2015 'indexeddb/IDBTransactionTest.cpp', 2015 'indexeddb/IDBTransactionTest.cpp',
2016 'indexeddb/MockWebIDBDatabase.cpp', 2016 'indexeddb/MockWebIDBDatabase.cpp',
2017 'indexeddb/MockWebIDBDatabase.h', 2017 'indexeddb/MockWebIDBDatabase.h',
2018 'mediasession/MediaSessionTest.cpp', 2018 'mediasession/MediaSessionTest.cpp',
2019 'mediastream/MediaConstraintsTest.cpp', 2019 'mediastream/MediaConstraintsTest.cpp',
2020 'mediastream/RTCDataChannelTest.cpp', 2020 'mediastream/RTCDataChannelTest.cpp',
2021 'notifications/NotificationDataTest.cpp', 2021 'notifications/NotificationDataTest.cpp',
2022 'notifications/NotificationResourcesLoaderTest.cpp', 2022 'notifications/NotificationResourcesLoaderTest.cpp',
2023 'payments/AbortTest.cpp',
2023 'payments/PaymentAddressTest.cpp', 2024 'payments/PaymentAddressTest.cpp',
2024 'payments/PaymentRequestDetailsTest.cpp', 2025 'payments/PaymentRequestDetailsTest.cpp',
2026 'payments/PaymentRequestTestBase.cpp',
2027 'payments/PaymentRequestTestBase.h',
2025 'payments/PaymentRequestTest.cpp', 2028 'payments/PaymentRequestTest.cpp',
2026 'payments/PaymentRequestUpdateEventTest.cpp', 2029 'payments/PaymentRequestUpdateEventTest.cpp',
2027 'payments/PaymentResponseTest.cpp', 2030 'payments/PaymentResponseTest.cpp',
2028 'payments/PaymentTestHelper.cpp', 2031 'payments/PaymentTestHelper.cpp',
2032 'payments/PaymentTestHelper.h',
2029 'payments/PaymentsValidatorsTest.cpp', 2033 'payments/PaymentsValidatorsTest.cpp',
2030 'presentation/PresentationAvailabilityTest.cpp', 2034 'presentation/PresentationAvailabilityTest.cpp',
2031 'push_messaging/PushManagerTest.cpp', 2035 'push_messaging/PushManagerTest.cpp',
2032 'push_messaging/PushMessageDataTest.cpp', 2036 'push_messaging/PushMessageDataTest.cpp',
2033 'serviceworkers/ServiceWorkerContainerTest.cpp', 2037 'serviceworkers/ServiceWorkerContainerTest.cpp',
2034 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2038 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2035 'webaudio/ConvolverNodeTest.cpp', 2039 'webaudio/ConvolverNodeTest.cpp',
2036 'webaudio/DynamicsCompressorNodeTest.cpp', 2040 'webaudio/DynamicsCompressorNodeTest.cpp',
2037 'webaudio/ScriptProcessorNodeTest.cpp', 2041 'webaudio/ScriptProcessorNodeTest.cpp',
2038 'webaudio/StereoPannerNodeTest.cpp', 2042 'webaudio/StereoPannerNodeTest.cpp',
2039 'webdatabase/QuotaTrackerTest.cpp', 2043 'webdatabase/QuotaTrackerTest.cpp',
2040 'websockets/DOMWebSocketTest.cpp', 2044 'websockets/DOMWebSocketTest.cpp',
2041 'websockets/DocumentWebSocketChannelTest.cpp', 2045 'websockets/DocumentWebSocketChannelTest.cpp',
2042 ], 2046 ],
2043 }, 2047 },
2044 } 2048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698