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

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

Issue 2073603002: Add shippingOption to PaymentResponse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase #2 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 2003 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/AbortTest.cpp',
2024 'payments/OnPaymentResponseTest.cpp',
2024 'payments/PaymentAddressTest.cpp', 2025 'payments/PaymentAddressTest.cpp',
2025 'payments/PaymentRequestDetailsTest.cpp', 2026 'payments/PaymentRequestDetailsTest.cpp',
2026 'payments/PaymentRequestTest.cpp', 2027 'payments/PaymentRequestTest.cpp',
2027 'payments/PaymentRequestUpdateEventTest.cpp', 2028 'payments/PaymentRequestUpdateEventTest.cpp',
2028 'payments/PaymentResponseTest.cpp', 2029 'payments/PaymentResponseTest.cpp',
2029 'payments/PaymentTestHelper.cpp', 2030 'payments/PaymentTestHelper.cpp',
2030 'payments/PaymentTestHelper.h', 2031 'payments/PaymentTestHelper.h',
2031 'payments/PaymentsValidatorsTest.cpp', 2032 'payments/PaymentsValidatorsTest.cpp',
2032 'presentation/PresentationAvailabilityTest.cpp', 2033 'presentation/PresentationAvailabilityTest.cpp',
2033 'push_messaging/PushManagerTest.cpp', 2034 'push_messaging/PushManagerTest.cpp',
2034 'push_messaging/PushMessageDataTest.cpp', 2035 'push_messaging/PushMessageDataTest.cpp',
2035 'serviceworkers/ServiceWorkerContainerTest.cpp', 2036 'serviceworkers/ServiceWorkerContainerTest.cpp',
2036 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2037 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2037 'webaudio/ConvolverNodeTest.cpp', 2038 'webaudio/ConvolverNodeTest.cpp',
2038 'webaudio/DynamicsCompressorNodeTest.cpp', 2039 'webaudio/DynamicsCompressorNodeTest.cpp',
2039 'webaudio/ScriptProcessorNodeTest.cpp', 2040 'webaudio/ScriptProcessorNodeTest.cpp',
2040 'webaudio/StereoPannerNodeTest.cpp', 2041 'webaudio/StereoPannerNodeTest.cpp',
2041 'webdatabase/QuotaTrackerTest.cpp', 2042 'webdatabase/QuotaTrackerTest.cpp',
2042 'websockets/DOMWebSocketTest.cpp', 2043 'websockets/DOMWebSocketTest.cpp',
2043 'websockets/DocumentWebSocketChannelTest.cpp', 2044 'websockets/DocumentWebSocketChannelTest.cpp',
2044 ], 2045 ],
2045 }, 2046 },
2046 } 2047 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698