Chromium Code Reviews| Index: components/plugins.gypi |
| diff --git a/components/plugins.gypi b/components/plugins.gypi |
| index 9061833474fd15b24438afb3c445ddbda286cedd..6700b62e40243b51fa92bf44254b9e31a8a19de8 100644 |
| --- a/components/plugins.gypi |
| +++ b/components/plugins.gypi |
| @@ -58,6 +58,24 @@ |
| }], |
| ], |
| }, |
| + { |
| + # GN version: //components/plugins/renderer |
|
tommycli
2015/05/26 20:08:18
This isn't in the GN file.
|
| + 'target_name': 'test_plugins_renderer', |
| + 'type': 'static_library', |
| + 'dependencies': [ |
| + 'plugins_renderer', |
| + '../third_party/WebKit/public/blink.gyp:blink', |
| + |
| + ], |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'sources': [ |
| + # Note: sources list duplicated in GN build. |
| + 'plugins/renderer/test_plugin_placeholder.cc', |
| + 'plugins/renderer/test_plugin_placeholder.h', |
| + ], |
| + } |
| ], |
| }], |
| ], |