[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', |
| 10 | '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
[email protected] | ed8fd915 | 2014-03-13 10:20:37 | [diff] [blame] | 11 | '../ui/base/ui_base.gyp:ui_base', |
[email protected] | 529a3cf | 2013-09-30 02:47:48 | [diff] [blame] | 12 | '../ui/gfx/gfx.gyp:gfx', |
[email protected] | b5e2d78 | 2013-12-18 21:01:15 | [diff] [blame] | 13 | '../ui/gfx/gfx.gyp:gfx_geometry', |
[email protected] | 312c58b4 | 2014-03-16 05:05:19 | [diff] [blame^] | 14 | '../third_party/WebKit/public/blink.gyp:blink', |
[email protected] | 6d17f639 | 2012-12-05 05:24:54 | [diff] [blame] | 15 | ], |
| 16 | 'sources': [ |
| 17 | 'ppapi_plugin/broker_process_dispatcher.cc', |
| 18 | 'ppapi_plugin/broker_process_dispatcher.h', |
| 19 | 'ppapi_plugin/plugin_process_dispatcher.cc', |
| 20 | 'ppapi_plugin/plugin_process_dispatcher.h', |
| 21 | 'ppapi_plugin/ppapi_broker_main.cc', |
| 22 | 'ppapi_plugin/ppapi_plugin_main.cc', |
| 23 | 'ppapi_plugin/ppapi_thread.cc', |
| 24 | 'ppapi_plugin/ppapi_thread.h', |
| 25 | 'ppapi_plugin/ppapi_webkitplatformsupport_impl.cc', |
| 26 | 'ppapi_plugin/ppapi_webkitplatformsupport_impl.h', |
| 27 | ], |
| 28 | 'include_dirs': [ |
| 29 | '..', |
| 30 | ], |
| 31 | }], |
[email protected] | 54f8747 | 2011-09-26 21:11:29 | [diff] [blame] | 32 | ], |
[email protected] | 184808f | 2011-03-14 16:52:58 | [diff] [blame] | 33 | } |