[email protected] | 184808f | 2011-03-14 16:52:58 | [diff] [blame] | 1 | # Copyright (c) 2011 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] | 6d17f639 | 2012-12-05 05:24:54 | [diff] [blame] | 6 | 'conditions': [ |
| 7 | ['enable_plugins==1', { |
| 8 | 'dependencies': [ |
| 9 | '../base/base.gyp:base', |
piman | 72dcbed9 | 2016-04-05 04:27:21 | [diff] [blame] | 10 | '../gin/gin.gyp:gin', |
[email protected] | 6d17f639 | 2012-12-05 05:24:54 | [diff] [blame] | 11 | '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
[email protected] | ed8fd915 | 2014-03-13 10:20:37 | [diff] [blame] | 12 | '../ui/base/ui_base.gyp:ui_base', |
[email protected] | 529a3cf | 2013-09-30 02:47:48 | [diff] [blame] | 13 | '../ui/gfx/gfx.gyp:gfx', |
[email protected] | b5e2d78 | 2013-12-18 21:01:15 | [diff] [blame] | 14 | '../ui/gfx/gfx.gyp:gfx_geometry', |
[email protected] | 312c58b4 | 2014-03-16 05:05:19 | [diff] [blame] | 15 | '../third_party/WebKit/public/blink.gyp:blink', |
timvolodine | 089c07c9 | 2014-12-11 19:32:26 | [diff] [blame] | 16 | 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
[email protected] | 6d17f639 | 2012-12-05 05:24:54 | [diff] [blame] | 17 | ], |
| 18 | 'sources': [ |
| 19 | 'ppapi_plugin/broker_process_dispatcher.cc', |
| 20 | 'ppapi_plugin/broker_process_dispatcher.h', |
| 21 | 'ppapi_plugin/plugin_process_dispatcher.cc', |
| 22 | 'ppapi_plugin/plugin_process_dispatcher.h', |
tfarina | 556a723 | 2014-10-05 01:02:09 | [diff] [blame] | 23 | 'ppapi_plugin/ppapi_blink_platform_impl.cc', |
| 24 | 'ppapi_plugin/ppapi_blink_platform_impl.h', |
[email protected] | 6d17f639 | 2012-12-05 05:24:54 | [diff] [blame] | 25 | 'ppapi_plugin/ppapi_broker_main.cc', |
| 26 | 'ppapi_plugin/ppapi_plugin_main.cc', |
| 27 | 'ppapi_plugin/ppapi_thread.cc', |
| 28 | 'ppapi_plugin/ppapi_thread.h', |
[email protected] | 6d17f639 | 2012-12-05 05:24:54 | [diff] [blame] | 29 | ], |
| 30 | 'include_dirs': [ |
| 31 | '..', |
| 32 | ], |
| 33 | }], |
[email protected] | 54f8747 | 2011-09-26 21:11:29 | [diff] [blame] | 34 | ], |
[email protected] | 184808f | 2011-03-14 16:52:58 | [diff] [blame] | 35 | } |