1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 # GN version: //components/plugins/renderer
9 'target_name': 'plugins_renderer',
10 'type': 'static_library',
13 '../skia/skia.gyp:skia',
14 '../third_party/WebKit/public/blink.gyp:blink',
15 '../third_party/re2/re2.gyp:re2',
16 '../v8/tools/gyp/v8.gyp:v8',
22 # Note: sources list duplicated in GN build.
23 'plugins/renderer/plugin_placeholder.cc',
24 'plugins/renderer/plugin_placeholder.h',
25 'plugins/renderer/webview_plugin.cc',
26 'plugins/renderer/webview_plugin.h',
31 # Note: sources list duplicated in GN build.
32 'plugins/renderer/mobile_youtube_plugin.cc',
33 'plugins/renderer/mobile_youtube_plugin.h',