blob: 578ffd08873a7da8e214698461b2d24626f74b73 [file] [log] [blame]
[email protected]184808f2011-03-14 16:52:581# 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]6d17f6392012-12-05 05:24:546 'conditions': [
7 ['enable_plugins==1', {
8 'dependencies': [
9 '../base/base.gyp:base',
10 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
[email protected]ed8fd9152014-03-13 10:20:3711 '../ui/base/ui_base.gyp:ui_base',
[email protected]529a3cf2013-09-30 02:47:4812 '../ui/gfx/gfx.gyp:gfx',
[email protected]b5e2d782013-12-18 21:01:1513 '../ui/gfx/gfx.gyp:gfx_geometry',
[email protected]312c58b42014-03-16 05:05:1914 '../third_party/WebKit/public/blink.gyp:blink',
[email protected]6d17f6392012-12-05 05:24:5415 ],
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]54f87472011-09-26 21:11:2932 ],
[email protected]184808f2011-03-14 16:52:5833}