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

Unified Diff: chrome/nacl.gypi

Issue 9863005: Initial implementation of an IPC adapter to expose Chrome IPC to Native Client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
Index: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index f34c7bd1b16edafb9f81fc7f9ff2670495c1791c..c9d26054c7859f94217d9c65f924c55952e92e3f 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -24,6 +24,10 @@
# .cc, .h, and .mm files under nacl that are used on all
# platforms, including both 32-bit and 64-bit Windows.
# Test files are also not included.
+ 'nacl/nacl_ipc_adapter.cc',
+ 'nacl/nacl_ipc_adapter.h',
+ 'nacl/nacl_ipc_manager.cc',
+ 'nacl/nacl_ipc_manager.h',
'nacl/nacl_main.cc',
'nacl/nacl_main_platform_delegate.h',
'nacl/nacl_main_platform_delegate_linux.cc',

Powered by Google App Engine
This is Rietveld 408576698