Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: content/content_plugin.gypi

Issue 6708013: Add separate ContentClient interfaces for gpu/plugin/renderer processes. Since we don't have a n... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_gpu.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_plugin', 8 'target_name': 'content_plugin',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A', 10 'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A',
11 'dependencies': [ 11 'dependencies': [
12 'content_common', 12 'content_common',
13 '../skia/skia.gyp:skia', 13 '../skia/skia.gyp:skia',
14 '../third_party/npapi/npapi.gyp:npapi', 14 '../third_party/npapi/npapi.gyp:npapi',
15 '../webkit/support/webkit_support.gyp:glue', 15 '../webkit/support/webkit_support.gyp:glue',
16 ], 16 ],
17 'include_dirs': [ 17 'include_dirs': [
18 '<(INTERMEDIATE_DIR)', 18 '<(INTERMEDIATE_DIR)',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 # All .cc, .h, .m, and .mm files under plugins except for tests and 21 # All .cc, .h, .m, and .mm files under plugins except for tests and
22 # mocks. 22 # mocks.
23 'plugin/content_plugin_client.h',
23 'plugin/npobject_base.h', 24 'plugin/npobject_base.h',
24 'plugin/npobject_proxy.cc', 25 'plugin/npobject_proxy.cc',
25 'plugin/npobject_proxy.h', 26 'plugin/npobject_proxy.h',
26 'plugin/npobject_stub.cc', 27 'plugin/npobject_stub.cc',
27 'plugin/npobject_stub.h', 28 'plugin/npobject_stub.h',
28 'plugin/npobject_util.cc', 29 'plugin/npobject_util.cc',
29 'plugin/npobject_util.h', 30 'plugin/npobject_util.h',
30 'plugin/plugin_channel.cc', 31 'plugin/plugin_channel.cc',
31 'plugin/plugin_channel.h', 32 'plugin/plugin_channel.h',
32 'plugin/plugin_channel_base.cc', 33 'plugin/plugin_channel_base.cc',
(...skipping 22 matching lines...) Expand all
55 }], 56 }],
56 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 57 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
57 'dependencies': [ 58 'dependencies': [
58 '../build/linux/system.gyp:gtk', 59 '../build/linux/system.gyp:gtk',
59 ], 60 ],
60 }], 61 }],
61 ], 62 ],
62 }, 63 },
63 ], 64 ],
64 } 65 }
OLDNEW
« no previous file with comments | « content/content_gpu.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698