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

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

Issue 2148643002: [Presentation API] Adds DOMString[] constructor to PresentationRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix LayoutTests Created 4 years, 5 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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698