blob: d504fd5fbbfcefff05636132aaff1e3a6fa2b176 [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{
6 'targets': [
7 {
8 'target_name': 'content_ppapi_plugin',
9 'type': '<(library)',
10 'dependencies': [
11 '../base/base.gyp:base',
12 '../ppapi/ppapi.gyp:ppapi_proxy',
13 ],
14 'sources': [
15 'ppapi_plugin/plugin_process_dispatcher.cc',
16 'ppapi_plugin/plugin_process_dispatcher.h',
17 'ppapi_plugin/ppapi_plugin_main.cc',
18 'ppapi_plugin/ppapi_process.cc',
19 'ppapi_plugin/ppapi_process.h',
20 'ppapi_plugin/ppapi_thread.cc',
21 'ppapi_plugin/ppapi_thread.h',
22 ],
23 'include_dirs': [
24 '..',
25 ],
26 },
27 ],
28}