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

Unified Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 563583002: NaCl: Remove old SRPC-based name service test that checks for SecureRandom (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/nacl/nameservice/pm_nameservice_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/nacl_test_data.gyp
diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp
index 15f8070e830420487d3bbaa876710b0f26d8e3ee..9c94a1b25d8bba8b0601a69e193ffc90b0708809 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -612,46 +612,6 @@
],
},
{
- 'target_name': 'pm_nameservice_test',
- 'type': 'none',
- 'variables': {
- 'nexe_target': 'pm_nameservice_test',
- 'build_newlib': 1,
- 'build_glibc': 1,
- 'build_pnacl_newlib': 1,
- 'nexe_destination_dir': 'nacl_test_data',
- 'link_flags': [
- '-lnacl_ppapi_util',
- '-lppapi_cpp',
- '-lppapi',
- '-lsrpc',
- '-lplatform',
- '-lgio',
- '-limc',
- '-limc_syscalls',
- '-lweak_ref',
- ],
- 'sources': [
- 'nameservice/pm_nameservice_test.cc',
- ],
- 'test_files': [
- 'nameservice/pm_nameservice_test.html',
- ],
- },
- 'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
- '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
- '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
- '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:srpc_lib',
- '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
- '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
- '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc_lib',
- '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
- '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib',
- 'nacl_ppapi_util',
- ],
- },
- {
'target_name': 'ppapi_extension_mime_handler',
'type': 'none',
'variables': {
« no previous file with comments | « no previous file | chrome/test/data/nacl/nameservice/pm_nameservice_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698