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/common
9 'target_name': 'plugins_common',
10 'type': 'static_library',
15 'plugins/common/plugins_switches.cc',
16 'plugins/common/plugins_switches.h',
24 # GN version: //components/plugins/renderer
25 'target_name': 'plugins_renderer',
26 'type': 'static_library',
29 '../skia/skia.gyp:skia',
30 '../third_party/WebKit/public/blink.gyp:blink',
31 '../third_party/re2/re2.gyp:re2',
32 '../v8/tools/gyp/v8.gyp:v8',
38 # Note: sources list duplicated in GN build.
39 'plugins/renderer/plugin_placeholder.cc',
40 'plugins/renderer/plugin_placeholder.h',
41 'plugins/renderer/webview_plugin.cc',
42 'plugins/renderer/webview_plugin.h',
45 ['enable_plugins==1', {
47 # Note: sources list duplicated in GN build.
48 'plugins/renderer/loadable_plugin_placeholder.cc',
49 'plugins/renderer/loadable_plugin_placeholder.h',
54 # Note: sources list duplicated in GN build.
55 'plugins/renderer/mobile_youtube_plugin.cc',
56 'plugins/renderer/mobile_youtube_plugin.h',