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

Side by Side Diff: components/nacl.gyp

Issue 231793003: Add IPC Channel for new ManifestService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'defines': [ 136 'defines': [
137 '<@(nacl_defines)', 137 '<@(nacl_defines)',
138 ], 138 ],
139 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 139 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
140 'msvs_disabled_warnings': [4267, ], 140 'msvs_disabled_warnings': [4267, ],
141 }, 141 },
142 { 142 {
143 'target_name': 'nacl_renderer', 143 'target_name': 'nacl_renderer',
144 'type': 'static_library', 144 'type': 'static_library',
145 'sources': [ 145 'sources': [
146 'nacl/renderer/embedder_service_channel.cc',
147 'nacl/renderer/embedder_service_channel.h',
146 'nacl/renderer/nexe_load_manager.cc', 148 'nacl/renderer/nexe_load_manager.cc',
147 'nacl/renderer/nexe_load_manager.h', 149 'nacl/renderer/nexe_load_manager.h',
148 'nacl/renderer/pnacl_translation_resource_host.cc', 150 'nacl/renderer/pnacl_translation_resource_host.cc',
149 'nacl/renderer/pnacl_translation_resource_host.h', 151 'nacl/renderer/pnacl_translation_resource_host.h',
150 'nacl/renderer/ppb_nacl_private_impl.cc', 152 'nacl/renderer/ppb_nacl_private_impl.cc',
151 'nacl/renderer/ppb_nacl_private_impl.h', 153 'nacl/renderer/ppb_nacl_private_impl.h',
152 'nacl/renderer/sandbox_arch.cc', 154 'nacl/renderer/sandbox_arch.cc',
153 'nacl/renderer/sandbox_arch.h', 155 'nacl/renderer/sandbox_arch.h',
154 'nacl/renderer/trusted_plugin_channel.cc', 156 'nacl/renderer/trusted_plugin_channel.cc',
155 'nacl/renderer/trusted_plugin_channel.h', 157 'nacl/renderer/trusted_plugin_channel.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'nacl/loader/nonsfi/irt_futex.cc', 212 'nacl/loader/nonsfi/irt_futex.cc',
211 'nacl/loader/nonsfi/irt_interfaces.cc', 213 'nacl/loader/nonsfi/irt_interfaces.cc',
212 'nacl/loader/nonsfi/irt_interfaces.h', 214 'nacl/loader/nonsfi/irt_interfaces.h',
213 'nacl/loader/nonsfi/irt_memory.cc', 215 'nacl/loader/nonsfi/irt_memory.cc',
214 'nacl/loader/nonsfi/irt_ppapi.cc', 216 'nacl/loader/nonsfi/irt_ppapi.cc',
215 'nacl/loader/nonsfi/irt_random.cc', 217 'nacl/loader/nonsfi/irt_random.cc',
216 'nacl/loader/nonsfi/irt_thread.cc', 218 'nacl/loader/nonsfi/irt_thread.cc',
217 'nacl/loader/nonsfi/irt_util.h', 219 'nacl/loader/nonsfi/irt_util.h',
218 'nacl/loader/nonsfi/nonsfi_main.cc', 220 'nacl/loader/nonsfi/nonsfi_main.cc',
219 'nacl/loader/nonsfi/nonsfi_main.h', 221 'nacl/loader/nonsfi/nonsfi_main.h',
222 '../ppapi/nacl_irt/embedder_service.cc',
223 '../ppapi/nacl_irt/embedder_service.h',
220 '../ppapi/nacl_irt/plugin_main.cc', 224 '../ppapi/nacl_irt/plugin_main.cc',
221 '../ppapi/nacl_irt/plugin_main.h', 225 '../ppapi/nacl_irt/plugin_main.h',
222 '../ppapi/nacl_irt/plugin_startup.cc', 226 '../ppapi/nacl_irt/plugin_startup.cc',
223 '../ppapi/nacl_irt/plugin_startup.h', 227 '../ppapi/nacl_irt/plugin_startup.h',
224 '../ppapi/nacl_irt/ppapi_dispatcher.cc', 228 '../ppapi/nacl_irt/ppapi_dispatcher.cc',
225 '../ppapi/nacl_irt/ppapi_dispatcher.h', 229 '../ppapi/nacl_irt/ppapi_dispatcher.h',
226 ], 230 ],
227 'conditions': [ 231 'conditions': [
228 ['toolkit_uses_gtk == 1', { 232 ['toolkit_uses_gtk == 1', {
229 'dependencies': [ 233 'dependencies': [
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 ], 406 ],
403 'include_dirs': [ 407 'include_dirs': [
404 '..', 408 '..',
405 ], 409 ],
406 'dependencies': [ 410 'dependencies': [
407 '../content/content.gyp:content_common', 411 '../content/content.gyp:content_common',
408 ], 412 ],
409 }, 413 },
410 ] 414 ]
411 } 415 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/browser/nacl_process_host.h » ('j') | components/nacl/renderer/embedder_service_channel.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698