| Index: components/plugins.gypi
|
| diff --git a/components/plugins.gypi b/components/plugins.gypi
|
| index 9775d8b7c4d6fb83e5f8096a39f3688a348bb496..f03c22b8b73a8d708ebedea960815494670a0665 100644
|
| --- a/components/plugins.gypi
|
| +++ b/components/plugins.gypi
|
| @@ -5,6 +5,7 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //components/plugins/renderer
|
| 'target_name': 'plugins_renderer',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| @@ -18,6 +19,7 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| 'plugins/renderer/plugin_placeholder.cc',
|
| 'plugins/renderer/plugin_placeholder.h',
|
| 'plugins/renderer/webview_plugin.cc',
|
| @@ -26,6 +28,7 @@
|
| 'conditions' : [
|
| ['OS=="android"', {
|
| 'sources': [
|
| + # Note: sources list duplicated in GN build.
|
| 'plugins/renderer/mobile_youtube_plugin.cc',
|
| 'plugins/renderer/mobile_youtube_plugin.h',
|
| ]
|
|
|