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

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

Issue 2294893002: Remove .gypi sharing for Blink core + some tests (Closed)
Patch Set: gn check fixes Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gni ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2001 matching lines...) Expand 10 before | Expand all | Expand 10 after
2012 # 'partial interface' or target (right side of) 'implements' 2012 # 'partial interface' or target (right side of) 'implements'
2013 'modules_testing_dependency_idl_files' : [ 2013 'modules_testing_dependency_idl_files' : [
2014 'accessibility/testing/InternalsAccessibility.idl', 2014 'accessibility/testing/InternalsAccessibility.idl',
2015 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 2015 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
2016 'peerconnection/testing/InternalsRTCCertificate.idl', 2016 'peerconnection/testing/InternalsRTCCertificate.idl',
2017 'serviceworkers/testing/InternalsServiceWorker.idl', 2017 'serviceworkers/testing/InternalsServiceWorker.idl',
2018 'speech/testing/InternalsSpeechSynthesis.idl', 2018 'speech/testing/InternalsSpeechSynthesis.idl',
2019 'vibration/testing/InternalsVibration.idl', 2019 'vibration/testing/InternalsVibration.idl',
2020 'webaudio/testing/InternalsWebAudio.idl', 2020 'webaudio/testing/InternalsWebAudio.idl',
2021 ], 2021 ],
2022 'modules_testing_files': [
2023 'accessibility/testing/InternalsAccessibility.cpp',
2024 'accessibility/testing/InternalsAccessibility.h',
2025 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
2026 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
2027 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
2028 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
2029 'peerconnection/testing/InternalsRTCCertificate.cpp',
2030 'peerconnection/testing/InternalsRTCCertificate.h',
2031 'serviceworkers/testing/InternalsServiceWorker.cpp',
2032 'serviceworkers/testing/InternalsServiceWorker.h',
2033 'speech/testing/InternalsSpeechSynthesis.cpp',
2034 'speech/testing/InternalsSpeechSynthesis.h',
2035 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
2036 'speech/testing/PlatformSpeechSynthesizerMock.h',
2037 'vibration/testing/InternalsVibration.cpp',
2038 'vibration/testing/InternalsVibration.h',
2039 'webaudio/testing/InternalsWebAudio.h',
2040 'webaudio/testing/InternalsWebAudio.cpp',
2041 ],
2042 'modules_unittest_files': [
2043 'accessibility/AXObjectTest.cpp',
2044 'cachestorage/CacheTest.cpp',
2045 'canvas/HTMLCanvasElementModuleTest.cpp',
2046 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
2047 'canvas2d/CanvasRenderingContext2DTest.cpp',
2048 'canvas2d/CanvasRenderingContext2DUsageTrackingTest.cpp',
2049 'compositorworker/AnimationWorkletThreadTest.cpp',
2050 'compositorworker/CompositorWorkerThreadTest.cpp',
2051 'credentialmanager/PasswordCredentialTest.cpp',
2052 'csspaint/PaintRenderingContext2DTest.cpp',
2053 'csspaint/PaintWorkletTest.cpp',
2054 'fetch/BodyStreamBufferTest.cpp',
2055 'fetch/BytesConsumerForDataConsumerHandleTest.cpp',
2056 'fetch/CompositeDataConsumerHandleTest.cpp',
2057 'fetch/DataConsumerHandleTestUtil.cpp',
2058 'fetch/DataConsumerHandleTestUtil.h',
2059 'fetch/DataConsumerHandleUtilTest.cpp',
2060 'fetch/DataConsumerTeeTest.cpp',
2061 'fetch/FetchBlobDataConsumerHandleTest.cpp',
2062 'fetch/FetchDataLoaderTest.cpp',
2063 'fetch/FetchFormDataConsumerHandleTest.cpp',
2064 'fetch/FetchResponseDataTest.cpp',
2065 'fetch/ReadableStreamDataConsumerHandleTest.cpp',
2066 'fetch/RequestTest.cpp',
2067 'fetch/ResponseTest.cpp',
2068 'filesystem/DOMFileSystemBaseTest.cpp',
2069 'indexeddb/IDBKeyPathTest.cpp',
2070 'indexeddb/IDBRequestTest.cpp',
2071 'indexeddb/IDBTransactionTest.cpp',
2072 'indexeddb/MockWebIDBDatabase.cpp',
2073 'indexeddb/MockWebIDBDatabase.h',
2074 'mediasession/MediaSessionTest.cpp',
2075 'mediastream/MediaConstraintsTest.cpp',
2076 'notifications/NotificationDataTest.cpp',
2077 'notifications/NotificationResourcesLoaderTest.cpp',
2078 'payments/AbortTest.cpp',
2079 'payments/CompleteTest.cpp',
2080 'payments/OnPaymentResponseTest.cpp',
2081 'payments/PaymentAddressTest.cpp',
2082 'payments/PaymentRequestDetailsTest.cpp',
2083 'payments/PaymentRequestTest.cpp',
2084 'payments/PaymentRequestUpdateEventTest.cpp',
2085 'payments/PaymentResponseTest.cpp',
2086 'payments/PaymentTestHelper.cpp',
2087 'payments/PaymentTestHelper.h',
2088 'payments/PaymentsValidatorsTest.cpp',
2089 'peerconnection/RTCDataChannelTest.cpp',
2090 'presentation/PresentationAvailabilityTest.cpp',
2091 'push_messaging/PushManagerTest.cpp',
2092 'push_messaging/PushMessageDataTest.cpp',
2093 'serviceworkers/ServiceWorkerContainerTest.cpp',
2094 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2095 'webaudio/ConvolverNodeTest.cpp',
2096 'webaudio/DynamicsCompressorNodeTest.cpp',
2097 'webaudio/ScriptProcessorNodeTest.cpp',
2098 'webaudio/StereoPannerNodeTest.cpp',
2099 'webdatabase/QuotaTrackerTest.cpp',
2100 'websockets/DOMWebSocketTest.cpp',
2101 'websockets/DocumentWebSocketChannelTest.cpp',
2102 ],
2103 }, 2022 },
2104 } 2023 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gni ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698