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

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

Issue 1932173002: RTCCertificate equals method for testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved equals test function to internals Created 4 years, 7 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 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'webusb/USBOutTransferResult.h', 1924 'webusb/USBOutTransferResult.h',
1925 'worklet/Worklet.cpp', 1925 'worklet/Worklet.cpp',
1926 'worklet/Worklet.h', 1926 'worklet/Worklet.h',
1927 'worklet/WorkletGlobalScope.cpp', 1927 'worklet/WorkletGlobalScope.cpp',
1928 'worklet/WorkletGlobalScope.h', 1928 'worklet/WorkletGlobalScope.h',
1929 ], 1929 ],
1930 # 'partial interface' or target (right side of) 'implements' 1930 # 'partial interface' or target (right side of) 'implements'
1931 'modules_testing_dependency_idl_files' : [ 1931 'modules_testing_dependency_idl_files' : [
1932 'accessibility/testing/InternalsAccessibility.idl', 1932 'accessibility/testing/InternalsAccessibility.idl',
1933 'geolocation/testing/InternalsGeolocation.idl', 1933 'geolocation/testing/InternalsGeolocation.idl',
1934 'mediastream/testing/InternalsRTCCertificate.idl',
1934 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1935 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1935 'serviceworkers/testing/InternalsServiceWorker.idl', 1936 'serviceworkers/testing/InternalsServiceWorker.idl',
1936 'speech/testing/InternalsSpeechSynthesis.idl', 1937 'speech/testing/InternalsSpeechSynthesis.idl',
1937 'vibration/testing/InternalsVibration.idl', 1938 'vibration/testing/InternalsVibration.idl',
1938 'webaudio/testing/InternalsWebAudio.idl', 1939 'webaudio/testing/InternalsWebAudio.idl',
1939 ], 1940 ],
1940 'modules_testing_files': [ 1941 'modules_testing_files': [
1941 'accessibility/testing/InternalsAccessibility.cpp', 1942 'accessibility/testing/InternalsAccessibility.cpp',
1942 'accessibility/testing/InternalsAccessibility.h', 1943 'accessibility/testing/InternalsAccessibility.h',
1943 'geolocation/testing/GeolocationClientMock.cpp', 1944 'geolocation/testing/GeolocationClientMock.cpp',
1944 'geolocation/testing/GeolocationClientMock.h', 1945 'geolocation/testing/GeolocationClientMock.h',
1945 'geolocation/testing/InternalsGeolocation.cpp', 1946 'geolocation/testing/InternalsGeolocation.cpp',
1946 'geolocation/testing/InternalsGeolocation.h', 1947 'geolocation/testing/InternalsGeolocation.h',
1948 'mediastream/testing/InternalsRTCCertificate.cpp',
1949 'mediastream/testing/InternalsRTCCertificate.h',
1947 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', 1950 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
1948 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', 1951 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
1949 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', 1952 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
1950 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', 1953 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
1951 'serviceworkers/testing/InternalsServiceWorker.cpp', 1954 'serviceworkers/testing/InternalsServiceWorker.cpp',
1952 'serviceworkers/testing/InternalsServiceWorker.h', 1955 'serviceworkers/testing/InternalsServiceWorker.h',
1953 'speech/testing/InternalsSpeechSynthesis.cpp', 1956 'speech/testing/InternalsSpeechSynthesis.cpp',
1954 'speech/testing/InternalsSpeechSynthesis.h', 1957 'speech/testing/InternalsSpeechSynthesis.h',
1955 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1958 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1956 'speech/testing/PlatformSpeechSynthesizerMock.h', 1959 'speech/testing/PlatformSpeechSynthesizerMock.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'webaudio/ConvolverNodeTest.cpp', 2010 'webaudio/ConvolverNodeTest.cpp',
2008 'webaudio/DynamicsCompressorNodeTest.cpp', 2011 'webaudio/DynamicsCompressorNodeTest.cpp',
2009 'webaudio/ScriptProcessorNodeTest.cpp', 2012 'webaudio/ScriptProcessorNodeTest.cpp',
2010 'webaudio/StereoPannerNodeTest.cpp', 2013 'webaudio/StereoPannerNodeTest.cpp',
2011 'webdatabase/QuotaTrackerTest.cpp', 2014 'webdatabase/QuotaTrackerTest.cpp',
2012 'websockets/DOMWebSocketTest.cpp', 2015 'websockets/DOMWebSocketTest.cpp',
2013 'websockets/DocumentWebSocketChannelTest.cpp', 2016 'websockets/DocumentWebSocketChannelTest.cpp',
2014 ], 2017 ],
2015 }, 2018 },
2016 } 2019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698