[email protected] | 5a174e2 | 2013-10-16 11:33:57 | [diff] [blame] | 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 | { |
[email protected] | 26011a70 | 2014-05-05 15:42:33 | [diff] [blame] | 6 | 'targets': [ |
| 7 | { |
[email protected] | ce9926c | 2014-07-16 21:41:51 | [diff] [blame] | 8 | # GN version: //components/plugins/renderer |
[email protected] | 26011a70 | 2014-05-05 15:42:33 | [diff] [blame] | 9 | '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] | ce9926c | 2014-07-16 21:41:51 | [diff] [blame] | 22 | # Note: sources list duplicated in GN build. |
[email protected] | 26011a70 | 2014-05-05 15:42:33 | [diff] [blame] | 23 | '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] | 5a174e2 | 2013-10-16 11:33:57 | [diff] [blame] | 30 | 'sources': [ |
[email protected] | ce9926c | 2014-07-16 21:41:51 | [diff] [blame] | 31 | # Note: sources list duplicated in GN build. |
[email protected] | 26011a70 | 2014-05-05 15:42:33 | [diff] [blame] | 32 | 'plugins/renderer/mobile_youtube_plugin.cc', |
| 33 | 'plugins/renderer/mobile_youtube_plugin.h', |
| 34 | ] |
| 35 | }], |
| 36 | ], |
| 37 | }, |
[email protected] | 5a174e2 | 2013-10-16 11:33:57 | [diff] [blame] | 38 | ] |
| 39 | } |