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

Side by Side Diff: ppapi/ppapi_ipc.gypi

Issue 10828023: PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-add gyp files 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/ppapi_internal.gyp ('k') | ppapi/ppapi_ipc_proxy_untrusted.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 'target_defaults': {
7 'variables': {
8 'nacl_win64_target': 0,
9 'ppapi_ipc_target': 0,
10 },
11 'target_conditions': [
12 # This part is shared between the targets defined below.
13 ['ppapi_ipc_target==1', {
14 'sources': [
15 'proxy/pepper_file_messages.cc',
16 'proxy/pepper_file_messages.h',
17 'proxy/ppapi_messages.cc',
18 'proxy/ppapi_messages.h',
19 'proxy/ppapi_param_traits.cc',
20 'proxy/ppapi_param_traits.h',
21 'proxy/resource_message_params.cc',
22 'proxy/resource_message_params.h',
23 'proxy/serialized_flash_menu.cc',
24 'proxy/serialized_flash_menu.h',
25 'proxy/serialized_structs.cc',
26 'proxy/serialized_structs.h',
27 'proxy/serialized_var.cc',
28 'proxy/serialized_var.h',
29 'proxy/var_serialization_rules.h',
30 ],
31 'include_dirs': [
32 '..',
33 ],
34 'target_conditions': [
35 ['>(nacl_untrusted_build)==1' or '>(nacl_win64_target)==1', {
36 'sources!': [
37 'proxy/serialized_flash_menu.cc',
38 ],
39 }],
40 ],
41 }],
42 ],
43 },
44 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_internal.gyp ('k') | ppapi/ppapi_ipc_proxy_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698