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

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: add the file 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 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'speech/testing/PlatformSpeechSynthesizerMock.cpp', 1963 'speech/testing/PlatformSpeechSynthesizerMock.cpp',
1964 'speech/testing/PlatformSpeechSynthesizerMock.h', 1964 'speech/testing/PlatformSpeechSynthesizerMock.h',
1965 'vibration/testing/InternalsVibration.cpp', 1965 'vibration/testing/InternalsVibration.cpp',
1966 'vibration/testing/InternalsVibration.h', 1966 'vibration/testing/InternalsVibration.h',
1967 'webaudio/testing/InternalsWebAudio.h', 1967 'webaudio/testing/InternalsWebAudio.h',
1968 'webaudio/testing/InternalsWebAudio.cpp', 1968 'webaudio/testing/InternalsWebAudio.cpp',
1969 ], 1969 ],
1970 'modules_unittest_files': [ 1970 'modules_unittest_files': [
1971 'accessibility/AXObjectTest.cpp', 1971 'accessibility/AXObjectTest.cpp',
1972 'cachestorage/CacheTest.cpp', 1972 'cachestorage/CacheTest.cpp',
1973 'canvas/HTMLCanvasElementModuleTest.cpp',
1973 'canvas2d/CanvasRenderingContext2DAPITest.cpp', 1974 'canvas2d/CanvasRenderingContext2DAPITest.cpp',
1974 'canvas2d/CanvasRenderingContext2DTest.cpp', 1975 'canvas2d/CanvasRenderingContext2DTest.cpp',
1975 'compositorworker/CompositorWorkerThreadTest.cpp', 1976 'compositorworker/CompositorWorkerThreadTest.cpp',
1976 'csspaint/PaintRenderingContext2DTest.cpp', 1977 'csspaint/PaintRenderingContext2DTest.cpp',
1977 'fetch/BodyStreamBufferTest.cpp', 1978 'fetch/BodyStreamBufferTest.cpp',
1978 'fetch/CompositeDataConsumerHandleTest.cpp', 1979 'fetch/CompositeDataConsumerHandleTest.cpp',
1979 'fetch/DataConsumerHandleTestUtil.cpp', 1980 'fetch/DataConsumerHandleTestUtil.cpp',
1980 'fetch/DataConsumerHandleTestUtil.h', 1981 'fetch/DataConsumerHandleTestUtil.h',
1981 'fetch/DataConsumerHandleUtilTest.cpp', 1982 'fetch/DataConsumerHandleUtilTest.cpp',
1982 'fetch/DataConsumerTeeTest.cpp', 1983 'fetch/DataConsumerTeeTest.cpp',
(...skipping 21 matching lines...) Expand all
2004 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2005 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2005 'webaudio/ConvolverNodeTest.cpp', 2006 'webaudio/ConvolverNodeTest.cpp',
2006 'webaudio/DynamicsCompressorNodeTest.cpp', 2007 'webaudio/DynamicsCompressorNodeTest.cpp',
2007 'webaudio/ScriptProcessorNodeTest.cpp', 2008 'webaudio/ScriptProcessorNodeTest.cpp',
2008 'webaudio/StereoPannerNodeTest.cpp', 2009 'webaudio/StereoPannerNodeTest.cpp',
2009 'websockets/DOMWebSocketTest.cpp', 2010 'websockets/DOMWebSocketTest.cpp',
2010 'websockets/DocumentWebSocketChannelTest.cpp', 2011 'websockets/DocumentWebSocketChannelTest.cpp',
2011 ], 2012 ],
2012 }, 2013 },
2013 } 2014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698