summaryrefslogtreecommitdiffstats
path: root/content/content_ppapi_plugin.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-14 16:52:58 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-14 16:52:58 +0000
commit184808f27fbc5cf8dc4a9c637d644bda31c6cfe8 (patch)
tree0db99fde76ca2142910775f750596e458c5353fc /content/content_ppapi_plugin.gypi
parent254004a393625cbcf09254e1ce127319f8a3addd (diff)
downloadchromium_src-184808f27fbc5cf8dc4a9c637d644bda31c6cfe8.zip
chromium_src-184808f27fbc5cf8dc4a9c637d644bda31c6cfe8.tar.gz
chromium_src-184808f27fbc5cf8dc4a9c637d644bda31c6cfe8.tar.bz2
Move ppapi_plugin to content.
TBR=brettw Review URL: http://codereview.chromium.org/6679041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_ppapi_plugin.gypi')
-rw-r--r--content/content_ppapi_plugin.gypi28
1 files changed, 28 insertions, 0 deletions
diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi
new file mode 100644
index 0000000..d504fd5
--- /dev/null
+++ b/content/content_ppapi_plugin.gypi
@@ -0,0 +1,28 @@
+# 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'content_ppapi_plugin',
+ 'type': '<(library)',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../ppapi/ppapi.gyp:ppapi_proxy',
+ ],
+ 'sources': [
+ 'ppapi_plugin/plugin_process_dispatcher.cc',
+ 'ppapi_plugin/plugin_process_dispatcher.h',
+ 'ppapi_plugin/ppapi_plugin_main.cc',
+ 'ppapi_plugin/ppapi_process.cc',
+ 'ppapi_plugin/ppapi_process.h',
+ 'ppapi_plugin/ppapi_thread.cc',
+ 'ppapi_plugin/ppapi_thread.h',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ },
+ ],
+}