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

Unified Diff: components/test_runner/test_runner.gyp

Issue 1371373002: Extend components/test_runner's generated WebMediaStream to have a ChromeMock VideoTrack and Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mazzoni@ comments, web_view/test_runner build, rebase, cleaned up requestUserMedia() Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: components/test_runner/test_runner.gyp
diff --git a/components/test_runner/test_runner.gyp b/components/test_runner/test_runner.gyp
index 30ffa758b1695b1eb1fd4eabece0cb7fad0260be..b23a70ce021dc4c2070cec0f50e3a8dab1c973bc 100644
--- a/components/test_runner/test_runner.gyp
+++ b/components/test_runner/test_runner.gyp
@@ -23,8 +23,10 @@
'../../base/base.gyp:base_i18n',
'../../cc/cc.gyp:cc',
'../../cc/blink/cc_blink.gyp:cc_blink',
+ '../../content/content.gyp:content_renderer',
'../../gin/gin.gyp:gin',
'../../gpu/gpu.gyp:gpu',
+ '../../media/media.gyp:media',
'../../net/net.gyp:net',
'../../skia/skia.gyp:skia',
'../../third_party/WebKit/public/blink.gyp:blink',
@@ -39,6 +41,7 @@
'..',
],
# Note: sources list duplicated in GN build.
+ # TODO(mcasas): http://crbug.com/537709 extract them to a .gypi file.
'sources': [
'accessibility_controller.cc',
'accessibility_controller.h',
@@ -78,6 +81,8 @@
'mock_webrtc_dtmf_sender_handler.h',
'mock_webrtc_peer_connection_handler.cc',
'mock_webrtc_peer_connection_handler.h',
+ 'renderer/mock_video_capturer_source.cc',
+ 'renderer/mock_video_capturer_source.h',
'spell_check_client.cc',
'spell_check_client.h',
'test_common.cc',

Powered by Google App Engine
This is Rietveld 408576698