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

Side by Side Diff: chrome/nacl.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 | « chrome/chrome_renderer.gypi ('k') | chrome/nacl/nacl_ipc_adapter.h » ('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 'include': [ 6 'include': [
7 '../native_client/build/untrusted.gypi', 7 '../native_client/build/untrusted.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 { 66 {
67 'target_name': 'nacl', 67 'target_name': 'nacl',
68 'type': 'static_library', 68 'type': 'static_library',
69 'variables': { 69 'variables': {
70 'nacl_target': 1, 70 'nacl_target': 1,
71 }, 71 },
72 'dependencies': [ 72 'dependencies': [
73 '../base/base.gyp:base', 73 '../base/base.gyp:base',
74 '../ipc/ipc.gyp:ipc', 74 '../ipc/ipc.gyp:ipc',
75 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome', 75 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome',
76 '../ppapi/ppapi_internal.gyp:ppapi_shared',
77 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
76 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 78 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
77 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp: platform_qual_lib', 79 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp: platform_qual_lib',
78 ], 80 ],
79 'conditions': [ 81 'conditions': [
80 ['disable_nacl_untrusted==0', { 82 ['disable_nacl_untrusted==0', {
81 'dependencies': [ 83 'dependencies': [
82 '../ppapi/native_client/native_client.gyp:nacl_irt', 84 '../ppapi/native_client/native_client.gyp:nacl_irt',
83 '../ppapi/native_client/native_client.gyp:nacl_ipc_irt', 85 '../ppapi/native_client/native_client.gyp:nacl_ipc_irt',
84 ], 86 ],
85 }], 87 }],
(...skipping 10 matching lines...) Expand all
96 'targets': [ 98 'targets': [
97 { 99 {
98 'target_name': 'nacl_win64', 100 'target_name': 'nacl_win64',
99 'type': 'static_library', 101 'type': 'static_library',
100 'variables': { 102 'variables': {
101 'nacl_target': 1, 103 'nacl_target': 1,
102 }, 104 },
103 'dependencies': [ 105 'dependencies': [
104 '../native_client/src/trusted/service_runtime/service_runtime.gy p:sel64', 106 '../native_client/src/trusted/service_runtime/service_runtime.gy p:sel64',
105 '../native_client/src/trusted/platform_qualify/platform_qualify. gyp:platform_qual_lib64', 107 '../native_client/src/trusted/platform_qualify/platform_qualify. gyp:platform_qual_lib64',
108 '../ppapi/ppapi_internal.gyp:ppapi_shared_win64',
109 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64',
110 ],
111 'export_dependent_settings': [
112 '../ppapi/ppapi_internal.gyp:ppapi_ipc_win64',
106 ], 113 ],
107 'sources': [ 114 'sources': [
108 'common/nacl_cmd_line.cc', 115 'common/nacl_cmd_line.cc',
109 'common/nacl_debug_exception_handler_win.cc', 116 'common/nacl_debug_exception_handler_win.cc',
110 'common/nacl_messages.cc', 117 'common/nacl_messages.cc',
111 'common/nacl_types.cc', 118 'common/nacl_types.cc',
112 'nacl/nacl_broker_listener.cc', 119 'nacl/nacl_broker_listener.cc',
113 'nacl/nacl_broker_listener.h', 120 'nacl/nacl_broker_listener.h',
114 ], 121 ],
115 'include_dirs': [ 122 'include_dirs': [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'target_name': 'nacl_win64', 203 'target_name': 'nacl_win64',
197 'type': 'none', 204 'type': 'none',
198 'sources': [], 205 'sources': [],
199 }, 206 },
200 ], 207 ],
201 }], 208 }],
202 ], 209 ],
203 }], 210 }],
204 ], 211 ],
205 } 212 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/nacl/nacl_ipc_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698