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

Unified Diff: chrome/nacl.gypi

Issue 10020002: Pass the nacl start parameters as a struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/nacl_types.cc ('k') | chrome/nacl/nacl_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index c9d26054c7859f94217d9c65f924c55952e92e3f..98fe17de859a2855007b4d59cfe838d3eb9c5042 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -108,6 +108,7 @@
'sources': [
'common/nacl_cmd_line.cc',
'common/nacl_messages.cc',
+ 'common/nacl_types.cc',
'nacl/nacl_broker_listener.cc',
'nacl/nacl_broker_listener.h',
],
@@ -146,6 +147,7 @@
'sources': [
'nacl/nacl_helper_linux.cc',
'../chrome/common/nacl_messages.cc',
+ '../chrome/common/nacl_types.cc',
'../content/common/child_process_sandbox_support_impl_shm_linux.cc',
'../content/common/unix_domain_socket_posix.cc',
],
« no previous file with comments | « chrome/common/nacl_types.cc ('k') | chrome/nacl/nacl_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698