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

Side by Side Diff: ppapi/ppapi_host.gypi

Issue 10912062: Implement the gamepad API in the IPC proxy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « ppapi/host/resource_host.h ('k') | ppapi/ppapi_shared.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'ppapi_host', 8 'target_name': 'ppapi_host',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
11 'ppapi.gyp:ppapi_c', 11 'ppapi.gyp:ppapi_c',
12 'ppapi_internal.gyp:ppapi_proxy', 12 'ppapi_internal.gyp:ppapi_proxy',
13 'ppapi_internal.gyp:ppapi_ipc', 13 'ppapi_internal.gyp:ppapi_ipc',
14 'ppapi_internal.gyp:ppapi_shared', 14 'ppapi_internal.gyp:ppapi_shared',
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../ipc/ipc.gyp:ipc', 16 '../ipc/ipc.gyp:ipc',
17 '../media/media.gyp:shared_memory_support', 17 '../media/media.gyp:shared_memory_support',
18 '../ui/surface/surface.gyp:surface', 18 '../ui/surface/surface.gyp:surface',
19 ], 19 ],
20 'defines': [ 20 'defines': [
21 'PPAPI_HOST_IMPLEMENTATION', 21 'PPAPI_HOST_IMPLEMENTATION',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 'host/dispatch_host_message.h', 24 'host/dispatch_host_message.h',
25 'host/host_factory.h', 25 'host/host_factory.h',
26 'host/host_message_context.cc',
26 'host/host_message_context.h', 27 'host/host_message_context.h',
27 'host/instance_message_filter.cc', 28 'host/instance_message_filter.cc',
28 'host/instance_message_filter.h', 29 'host/instance_message_filter.h',
29 'host/ppapi_host.cc', 30 'host/ppapi_host.cc',
30 'host/ppapi_host.h', 31 'host/ppapi_host.h',
31 'host/ppapi_host_export.h', 32 'host/ppapi_host_export.h',
32 'host/resource_host.cc', 33 'host/resource_host.cc',
33 'host/resource_host.h', 34 'host/resource_host.h',
34 ], 35 ],
35 }, 36 },
36 ], 37 ],
37 } 38 }
OLDNEW
« no previous file with comments | « ppapi/host/resource_host.h ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698