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

Side by Side Diff: components/nacl.gyp

Issue 484783002: Pepper: Report NaCl exit status over Chromium IPC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 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 | « no previous file | components/nacl/common/nacl_renderer_messages.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 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'nacl/renderer/ppb_nacl_private_impl.h', 174 'nacl/renderer/ppb_nacl_private_impl.h',
175 'nacl/renderer/progress_event.cc', 175 'nacl/renderer/progress_event.cc',
176 'nacl/renderer/progress_event.h', 176 'nacl/renderer/progress_event.h',
177 'nacl/renderer/trusted_plugin_channel.cc', 177 'nacl/renderer/trusted_plugin_channel.cc',
178 'nacl/renderer/trusted_plugin_channel.h', 178 'nacl/renderer/trusted_plugin_channel.h',
179 ], 179 ],
180 'include_dirs': [ 180 'include_dirs': [
181 '..', 181 '..',
182 ], 182 ],
183 'dependencies': [ 183 'dependencies': [
184 'nacl_common',
184 '../content/content.gyp:content_renderer', 185 '../content/content.gyp:content_renderer',
185 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_p lugin', 186 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_p lugin',
186 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp', 187 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
187 '../third_party/WebKit/public/blink.gyp:blink', 188 '../third_party/WebKit/public/blink.gyp:blink',
188 ], 189 ],
189 'defines': [ 190 'defines': [
190 '<@(nacl_defines)', 191 '<@(nacl_defines)',
191 ], 192 ],
192 'direct_dependent_settings': { 193 'direct_dependent_settings': {
193 'defines': [ 194 'defines': [
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'defines': [ 404 'defines': [
404 'COMPILE_CONTENT_STATICALLY', 405 'COMPILE_CONTENT_STATICALLY',
405 ], 406 ],
406 'sources': [ 407 'sources': [
407 'nacl/common/nacl_cmd_line.cc', 408 'nacl/common/nacl_cmd_line.cc',
408 'nacl/common/nacl_cmd_line.h', 409 'nacl/common/nacl_cmd_line.h',
409 'nacl/common/nacl_constants.cc', 410 'nacl/common/nacl_constants.cc',
410 'nacl/common/nacl_constants.h', 411 'nacl/common/nacl_constants.h',
411 'nacl/common/nacl_messages.cc', 412 'nacl/common/nacl_messages.cc',
412 'nacl/common/nacl_messages.h', 413 'nacl/common/nacl_messages.h',
414 'nacl/common/nacl_renderer_messages.h',
415 'nacl/common/nacl_renderer_messages.cc',
413 'nacl/common/nacl_types.cc', 416 'nacl/common/nacl_types.cc',
414 'nacl/common/nacl_types.h', 417 'nacl/common/nacl_types.h',
415 ], 418 ],
416 'include_dirs': [ 419 'include_dirs': [
417 '..', 420 '..',
418 ], 421 ],
419 'configurations': { 422 'configurations': {
420 'Common_Base': { 423 'Common_Base': {
421 'msvs_target_platform': 'x64', 424 'msvs_target_platform': 'x64',
422 }, 425 },
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'nacl/common/nacl_cmd_line.h', 492 'nacl/common/nacl_cmd_line.h',
490 'nacl/common/nacl_constants.cc', 493 'nacl/common/nacl_constants.cc',
491 'nacl/common/nacl_constants.h', 494 'nacl/common/nacl_constants.h',
492 'nacl/common/nacl_host_messages.h', 495 'nacl/common/nacl_host_messages.h',
493 'nacl/common/nacl_host_messages.cc', 496 'nacl/common/nacl_host_messages.cc',
494 'nacl/common/nacl_messages.cc', 497 'nacl/common/nacl_messages.cc',
495 'nacl/common/nacl_messages.h', 498 'nacl/common/nacl_messages.h',
496 'nacl/common/nacl_nonsfi_util.cc', 499 'nacl/common/nacl_nonsfi_util.cc',
497 'nacl/common/nacl_nonsfi_util.h', 500 'nacl/common/nacl_nonsfi_util.h',
498 'nacl/common/nacl_process_type.h', 501 'nacl/common/nacl_process_type.h',
502 'nacl/common/nacl_renderer_messages.h',
503 'nacl/common/nacl_renderer_messages.cc',
499 'nacl/common/nacl_sandbox_type_mac.h', 504 'nacl/common/nacl_sandbox_type_mac.h',
500 'nacl/common/nacl_types.cc', 505 'nacl/common/nacl_types.cc',
501 'nacl/common/nacl_types.h', 506 'nacl/common/nacl_types.h',
502 'nacl/common/pnacl_types.cc', 507 'nacl/common/pnacl_types.cc',
503 'nacl/common/pnacl_types.h', 508 'nacl/common/pnacl_types.h',
504 ], 509 ],
505 'include_dirs': [ 510 'include_dirs': [
506 '..', 511 '..',
507 ], 512 ],
508 'dependencies': [ 513 'dependencies': [
509 '../content/content.gyp:content_common', 514 '../content/content.gyp:content_common',
510 ], 515 ],
511 }, 516 },
512 ] 517 ]
513 } 518 }
OLDNEW
« no previous file with comments | « no previous file | components/nacl/common/nacl_renderer_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698