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

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

Issue 1836203002: Change the battery-status layout tests to use JS mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/battery/testing/InternalsBattery.idl ('k') | no next file » | 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 1917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 'worklet/Worklet.cpp', 1928 'worklet/Worklet.cpp',
1929 'worklet/Worklet.h', 1929 'worklet/Worklet.h',
1930 'worklet/WorkletConsole.cpp', 1930 'worklet/WorkletConsole.cpp',
1931 'worklet/WorkletConsole.h', 1931 'worklet/WorkletConsole.h',
1932 'worklet/WorkletGlobalScope.cpp', 1932 'worklet/WorkletGlobalScope.cpp',
1933 'worklet/WorkletGlobalScope.h', 1933 'worklet/WorkletGlobalScope.h',
1934 ], 1934 ],
1935 # 'partial interface' or target (right side of) 'implements' 1935 # 'partial interface' or target (right side of) 'implements'
1936 'modules_testing_dependency_idl_files' : [ 1936 'modules_testing_dependency_idl_files' : [
1937 'accessibility/testing/InternalsAccessibility.idl', 1937 'accessibility/testing/InternalsAccessibility.idl',
1938 'battery/testing/InternalsBattery.idl',
1939 'geolocation/testing/InternalsGeolocation.idl', 1938 'geolocation/testing/InternalsGeolocation.idl',
1940 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1939 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1941 'serviceworkers/testing/InternalsServiceWorker.idl', 1940 'serviceworkers/testing/InternalsServiceWorker.idl',
1942 'speech/testing/InternalsSpeechSynthesis.idl', 1941 'speech/testing/InternalsSpeechSynthesis.idl',
1943 'vibration/testing/InternalsVibration.idl', 1942 'vibration/testing/InternalsVibration.idl',
1944 'webaudio/testing/InternalsWebAudio.idl', 1943 'webaudio/testing/InternalsWebAudio.idl',
1945 ], 1944 ],
1946 'modules_testing_files': [ 1945 'modules_testing_files': [
1947 'accessibility/testing/InternalsAccessibility.cpp', 1946 'accessibility/testing/InternalsAccessibility.cpp',
1948 'accessibility/testing/InternalsAccessibility.h', 1947 'accessibility/testing/InternalsAccessibility.h',
1949 'battery/testing/InternalsBattery.cpp',
1950 'battery/testing/InternalsBattery.h',
1951 'geolocation/testing/GeolocationClientMock.cpp', 1948 'geolocation/testing/GeolocationClientMock.cpp',
1952 'geolocation/testing/GeolocationClientMock.h', 1949 'geolocation/testing/GeolocationClientMock.h',
1953 'geolocation/testing/InternalsGeolocation.cpp', 1950 'geolocation/testing/InternalsGeolocation.cpp',
1954 'geolocation/testing/InternalsGeolocation.h', 1951 'geolocation/testing/InternalsGeolocation.h',
1955 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', 1952 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
1956 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', 1953 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
1957 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', 1954 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
1958 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', 1955 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
1959 'serviceworkers/testing/InternalsServiceWorker.cpp', 1956 'serviceworkers/testing/InternalsServiceWorker.cpp',
1960 'serviceworkers/testing/InternalsServiceWorker.h', 1957 'serviceworkers/testing/InternalsServiceWorker.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2004 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2001 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2005 'webaudio/ConvolverNodeTest.cpp', 2002 'webaudio/ConvolverNodeTest.cpp',
2006 'webaudio/DynamicsCompressorNodeTest.cpp', 2003 'webaudio/DynamicsCompressorNodeTest.cpp',
2007 'webaudio/ScriptProcessorNodeTest.cpp', 2004 'webaudio/ScriptProcessorNodeTest.cpp',
2008 'webaudio/StereoPannerNodeTest.cpp', 2005 'webaudio/StereoPannerNodeTest.cpp',
2009 'websockets/DOMWebSocketTest.cpp', 2006 'websockets/DOMWebSocketTest.cpp',
2010 'websockets/DocumentWebSocketChannelTest.cpp', 2007 'websockets/DocumentWebSocketChannelTest.cpp',
2011 ], 2008 ],
2012 }, 2009 },
2013 } 2010 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/battery/testing/InternalsBattery.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698