blob: f03c22b8b73a8d708ebedea960815494670a0665 [file] [log] [blame]
[email protected]5a174e22013-10-16 11:33:571# 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.
4
5{
[email protected]26011a702014-05-05 15:42:336 'targets': [
7 {
[email protected]ce9926c2014-07-16 21:41:518 # GN version: //components/plugins/renderer
[email protected]26011a702014-05-05 15:42:339 'target_name': 'plugins_renderer',
10 'type': 'static_library',
11 'dependencies': [
12 '../gin/gin.gyp:gin',
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',
17 ],
18 'include_dirs': [
19 '..',
20 ],
21 'sources': [
[email protected]ce9926c2014-07-16 21:41:5122 # Note: sources list duplicated in GN build.
[email protected]26011a702014-05-05 15:42:3323 'plugins/renderer/plugin_placeholder.cc',
24 'plugins/renderer/plugin_placeholder.h',
25 'plugins/renderer/webview_plugin.cc',
26 'plugins/renderer/webview_plugin.h',
27 ],
28 'conditions' : [
29 ['OS=="android"', {
[email protected]5a174e22013-10-16 11:33:5730 'sources': [
[email protected]ce9926c2014-07-16 21:41:5131 # Note: sources list duplicated in GN build.
[email protected]26011a702014-05-05 15:42:3332 'plugins/renderer/mobile_youtube_plugin.cc',
33 'plugins/renderer/mobile_youtube_plugin.h',
34 ]
35 }],
36 ],
37 },
[email protected]5a174e22013-10-16 11:33:5738 ]
39}