blob: 4e4ccd9b4b9952f77bc71761c5a59fd849715c79 [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',
piman72dcbed92016-04-05 04:27:2110 '../gin/gin.gyp:gin',
[email protected]6d17f6392012-12-05 05:24:5411 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
[email protected]ed8fd9152014-03-13 10:20:3712 '../ui/base/ui_base.gyp:ui_base',
[email protected]529a3cf2013-09-30 02:47:4813 '../ui/gfx/gfx.gyp:gfx',
[email protected]b5e2d782013-12-18 21:01:1514 '../ui/gfx/gfx.gyp:gfx_geometry',
[email protected]312c58b42014-03-16 05:05:1915 '../third_party/WebKit/public/blink.gyp:blink',
timvolodine089c07c92014-12-11 19:32:2616 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
[email protected]6d17f6392012-12-05 05:24:5417 ],
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',
tfarina556a7232014-10-05 01:02:0923 'ppapi_plugin/ppapi_blink_platform_impl.cc',
24 'ppapi_plugin/ppapi_blink_platform_impl.h',
[email protected]6d17f6392012-12-05 05:24:5425 '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]6d17f6392012-12-05 05:24:5429 ],
30 'include_dirs': [
31 '..',
32 ],
33 }],
[email protected]54f87472011-09-26 21:11:2934 ],
[email protected]184808f2011-03-14 16:52:5835}