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

Side by Side Diff: ppapi/ppapi_host.gypi

Issue 10572040: Create a PPAPI host for new resource message routing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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.cc ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'ppapi_host',
9 'type': '<(component)',
10 'dependencies': [
11 'ppapi.gyp:ppapi_c',
12 'ppapi_internal.gyp:ppapi_proxy',
13 'ppapi_internal.gyp:ppapi_shared',
14 '../base/base.gyp:base',
15 '../ipc/ipc.gyp:ipc',
16 '../ui/surface/surface.gyp:surface',
17 ],
18 'defines': [
19 'PPAPI_HOST_IMPLEMENTATION',
20 ],
21 'sources': [
22 'host/host_factory.h',
23 'host/host_message_context.h',
24 'host/ppapi_host.cc',
25 'host/ppapi_host.h',
26 'host/ppapi_host_export.h',
27 'host/resource_host.cc',
28 'host/resource_host.h',
29 ],
30 },
31 ],
32 }
OLDNEW
« no previous file with comments | « ppapi/host/resource_host.cc ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698