Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / plugins.gypi
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.
4
5 {
6   'targets': [
7     {
8       'target_name': 'plugins_renderer',
9       'type': 'static_library',
10       'dependencies': [
11         '../gin/gin.gyp:gin',
12         '../skia/skia.gyp:skia',
13         '../third_party/WebKit/public/blink.gyp:blink',
14         '../third_party/re2/re2.gyp:re2',
15         '../v8/tools/gyp/v8.gyp:v8',
16       ],
17       'include_dirs': [
18         '..',
19       ],
20       'sources': [
21         'plugins/renderer/plugin_placeholder.cc',
22         'plugins/renderer/plugin_placeholder.h',
23         'plugins/renderer/webview_plugin.cc',
24         'plugins/renderer/webview_plugin.h',
25       ],
26       'conditions' : [
27         ['OS=="android"', {
28           'sources': [
29             'plugins/renderer/mobile_youtube_plugin.cc',
30             'plugins/renderer/mobile_youtube_plugin.h',
31           ]
32         }],
33       ],
34     },
35   ]
36 }