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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/example.dsc

Issue 148223005: [NaCl SDK] Add fake for ppb_host_resolver and ppb_net_address (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: native_client_sdk/src/tests/nacl_io_test/example.dsc
diff --git a/native_client_sdk/src/tests/nacl_io_test/example.dsc b/native_client_sdk/src/tests/nacl_io_test/example.dsc
index daed3365e7a56c728c1be9e8577c3b1852d05387..8ec7dbcfe287539db7f7c89d889cbb701f705b64 100644
--- a/native_client_sdk/src/tests/nacl_io_test/example.dsc
+++ b/native_client_sdk/src/tests/nacl_io_test/example.dsc
@@ -11,8 +11,12 @@
'event_test.cc',
'fake_ppapi/fake_core_interface.cc',
'fake_ppapi/fake_core_interface.h',
+ 'fake_ppapi/fake_host_resolver_interface.cc',
+ 'fake_ppapi/fake_host_resolver_interface.h',
'fake_ppapi/fake_messaging_interface.cc',
'fake_ppapi/fake_messaging_interface.h',
+ 'fake_ppapi/fake_net_address_interface.cc',
+ 'fake_ppapi/fake_net_address_interface.h',
'fake_ppapi/fake_pepper_interface.cc',
'fake_ppapi/fake_pepper_interface.h',
'fake_ppapi/fake_pepper_interface_html5_fs.cc',
@@ -32,6 +36,7 @@
'fifo_test.cc',
'filesystem_test.cc',
'fuse_fs_test.cc',
+ 'host_resolver_test.cc',
'html5_fs_test.cc',
'http_fs_test.cc',
'kernel_object_test.cc',

Powered by Google App Engine
This is Rietveld 408576698