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

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

Issue 1836283002: Implement HTMLCanvasElement's transferControlToOffscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update interface layout tests result 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
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 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1964 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1964 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1965 'speech/testing/PlatformSpeechSynthesizerMock.h', 1965 'speech/testing/PlatformSpeechSynthesizerMock.h',
1966 'vibration/testing/InternalsVibration.cpp', 1966 'vibration/testing/InternalsVibration.cpp',
1967 'vibration/testing/InternalsVibration.h', 1967 'vibration/testing/InternalsVibration.h',
1968 'webaudio/testing/InternalsWebAudio.h', 1968 'webaudio/testing/InternalsWebAudio.h',
1969 'webaudio/testing/InternalsWebAudio.cpp', 1969 'webaudio/testing/InternalsWebAudio.cpp',
1970 ], 1970 ],
1971 'modules_unittest_files': [ 1971 'modules_unittest_files': [
1972 'accessibility/AXObjectTest.cpp', 1972 'accessibility/AXObjectTest.cpp',
1973 'cachestorage/CacheTest.cpp', 1973 'cachestorage/CacheTest.cpp',
1974 'canvas/HTMLCanvasElementModuleTest.cpp',
1974 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1975 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1975 'canvas2d/CanvasRenderingContext2DTest.cpp', 1976 'canvas2d/CanvasRenderingContext2DTest.cpp',
1976 'compositorworker/CompositorWorkerThreadTest.cpp', 1977 'compositorworker/CompositorWorkerThreadTest.cpp',
1977 'credentialmanager/PasswordCredentialTest.cpp', 1978 'credentialmanager/PasswordCredentialTest.cpp',
1978 'csspaint/PaintRenderingContext2DTest.cpp', 1979 'csspaint/PaintRenderingContext2DTest.cpp',
1979 'fetch/BodyStreamBufferTest.cpp', 1980 'fetch/BodyStreamBufferTest.cpp',
1980 'fetch/CompositeDataConsumerHandleTest.cpp', 1981 'fetch/CompositeDataConsumerHandleTest.cpp',
1981 'fetch/DataConsumerHandleTestUtil.cpp', 1982 'fetch/DataConsumerHandleTestUtil.cpp',
1982 'fetch/DataConsumerHandleTestUtil.h', 1983 'fetch/DataConsumerHandleTestUtil.h',
1983 'fetch/DataConsumerHandleUtilTest.cpp', 1984 'fetch/DataConsumerHandleUtilTest.cpp',
(...skipping 28 matching lines...) Expand all
2012 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2013 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2013 'webaudio/ConvolverNodeTest.cpp', 2014 'webaudio/ConvolverNodeTest.cpp',
2014 'webaudio/DynamicsCompressorNodeTest.cpp', 2015 'webaudio/DynamicsCompressorNodeTest.cpp',
2015 'webaudio/ScriptProcessorNodeTest.cpp', 2016 'webaudio/ScriptProcessorNodeTest.cpp',
2016 'webaudio/StereoPannerNodeTest.cpp', 2017 'webaudio/StereoPannerNodeTest.cpp',
2017 'websockets/DOMWebSocketTest.cpp', 2018 'websockets/DOMWebSocketTest.cpp',
2018 'websockets/DocumentWebSocketChannelTest.cpp', 2019 'websockets/DocumentWebSocketChannelTest.cpp',
2019 ], 2020 ],
2020 }, 2021 },
2021 } 2022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698