summaryrefslogtreecommitdiffstats
path: root/content/content_ppapi_plugin.gypi
blob: c5a2543da9d7fce9181a4e156e6ea3d75a15da39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'dependencies': [
    '../base/base.gyp:base',
    '../ppapi/ppapi_internal.gyp:ppapi_proxy',
  ],
  'sources': [
    'ppapi_plugin/broker_process_dispatcher.cc',
    'ppapi_plugin/broker_process_dispatcher.h',
    'ppapi_plugin/plugin_process_dispatcher.cc',
    'ppapi_plugin/plugin_process_dispatcher.h',
    'ppapi_plugin/ppapi_broker_main.cc',
    'ppapi_plugin/ppapi_plugin_main.cc',
    'ppapi_plugin/ppapi_thread.cc',
    'ppapi_plugin/ppapi_thread.h',
    'ppapi_plugin/ppapi_webkitplatformsupport_impl.cc',
    'ppapi_plugin/ppapi_webkitplatformsupport_impl.h',
  ],
  'include_dirs': [
    '..',
  ],
}