[ChromeOS] OWNERS files for cros/ and login/
[chromium-blink-merge.git] / content / content_ppapi_plugin.gypi
blobd504fd5fbbfcefff05636132aaff1e3a6fa2b176
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.
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   ],