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

Side by Side Diff: ppapi/ppapi_messages.gypi

Issue 7687005: Create ppapi_proxy.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « ipc/sync_socket_unittest.cc ('k') | ppapi/ppapi_proxy.gypi » ('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) 2011 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_messages',
9 'type': 'static_library',
10 'dependencies': [
11 '../gpu/gpu.gyp:gpu_ipc',
12 '../ipc/ipc.gyp:ipc',
13 'ppapi.gyp:ppapi_c',
14 'ppapi_shared',
15 ],
16 'all_dependent_settings': {
17 'include_dirs': [
18 '..',
19 ],
20 },
21 'include_dirs': [
22 '..',
23 '../..', # For nacl includes to work.
24 ],
25 'sources': [
26 'proxy/ppapi_messages.cc',
27 'proxy/ppapi_messages.h',
28 'proxy/ppapi_param_traits.cc',
29 'proxy/ppapi_param_traits.h',
30 'proxy/serialized_flash_menu.cc',
31 'proxy/serialized_flash_menu.h',
32 'proxy/serialized_structs.cc',
33 'proxy/serialized_structs.h',
34 'proxy/serialized_var.cc',
35 'proxy/serialized_var.h',
36 'proxy/var_serialization_rules.h',
37 ],
38 },
39 ],
40 }
OLDNEW
« no previous file with comments | « ipc/sync_socket_unittest.cc ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698