| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 8e45fd767a77405aa4cd984365ca44f52d1410ff..d506302a2068a0abbfc4742db947f75c41c6ee8b 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -50,6 +50,7 @@
|
| '../components/components.gyp:devtools_discovery',
|
| '../components/components.gyp:devtools_http_handler',
|
| '../components/components.gyp:web_cache_renderer',
|
| + '../components/components.gyp:plugins_renderer',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
| '../gin/gin.gyp:gin',
|
| @@ -278,6 +279,8 @@
|
| 'shell/renderer/test_runner/test_interfaces.h',
|
| 'shell/renderer/test_runner/test_plugin.cc',
|
| 'shell/renderer/test_runner/test_plugin.h',
|
| + 'shell/renderer/test_runner/test_plugin_placeholder.cc',
|
| + 'shell/renderer/test_runner/test_plugin_placeholder.h',
|
| 'shell/renderer/test_runner/test_runner.cc',
|
| 'shell/renderer/test_runner/test_runner.h',
|
| 'shell/renderer/test_runner/text_input_controller.cc',
|
|
|