| 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',
|
|
|