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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/nacl/common/nacl_renderer_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 500d597ba326036ec6c216b936afc9894775f551..3d3c301e19dc233aa9f436bbe193902a89ada36c 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -181,6 +181,7 @@
'..',
],
'dependencies': [
+ 'nacl_common',
'../content/content.gyp:content_renderer',
'../ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_plugin',
'../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
@@ -410,6 +411,8 @@
'nacl/common/nacl_constants.h',
'nacl/common/nacl_messages.cc',
'nacl/common/nacl_messages.h',
+ 'nacl/common/nacl_renderer_messages.h',
+ 'nacl/common/nacl_renderer_messages.cc',
'nacl/common/nacl_types.cc',
'nacl/common/nacl_types.h',
],
@@ -496,6 +499,8 @@
'nacl/common/nacl_nonsfi_util.cc',
'nacl/common/nacl_nonsfi_util.h',
'nacl/common/nacl_process_type.h',
+ 'nacl/common/nacl_renderer_messages.h',
+ 'nacl/common/nacl_renderer_messages.cc',
'nacl/common/nacl_sandbox_type_mac.h',
'nacl/common/nacl_types.cc',
'nacl/common/nacl_types.h',
« 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