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

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

Issue 535223002: NaCl: Remove SRPC-based manifest tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
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 cfb0d8cc80604d95d2705d62cf5637c32d060457..15f8070e830420487d3bbaa876710b0f26d8e3ee 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -498,96 +498,6 @@
],
},
{
- 'target_name': 'pm_manifest_file',
- 'type': 'none',
- 'variables': {
- 'nexe_target': 'pm_manifest_file',
- 'build_newlib': 1,
- 'build_glibc': 1,
- # TODO(ncbray) support file injection into PNaCl manifest.
- 'build_pnacl_newlib': 0,
- 'nexe_destination_dir': 'nacl_test_data',
- 'link_flags': [
- '-lnacl_ppapi_util',
- '-lppapi_cpp',
- '-lppapi',
- '-lsrpc',
- '-lplatform',
- '-lgio',
- '-limc',
- '-limc_syscalls',
- '-lweak_ref',
- ],
- 'sources': [
- 'manifest_file/pm_manifest_file_test.cc',
- ],
- 'create_nmf_args_portable': [
- '-xtest_file:test_file.txt',
- '-xnmf says hello world:test_file.txt',
- ],
- 'test_files': [
- 'manifest_file/pm_manifest_file_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': 'pm_pre_init_manifest_file',
- 'type': 'none',
- 'variables': {
- 'nexe_target': 'pm_pre_init_manifest_file',
- 'build_newlib': 1,
- 'build_glibc': 1,
- # TODO(ncbray) support file injection into PNaCl manifest.
- 'build_pnacl_newlib': 0,
- 'nexe_destination_dir': 'nacl_test_data',
- 'link_flags': [
- '-lnacl_ppapi_util',
- '-lppapi_cpp',
- '-lppapi',
- '-lsrpc',
- '-lplatform',
- '-lgio',
- '-limc',
- '-limc_syscalls',
- '-lweak_ref',
- ],
- 'sources': [
- 'manifest_file/pm_pre_init_manifest_file_test.cc',
- ],
- 'create_nmf_args_portable': [
- '-xtest_file:test_file.txt',
- '-xnmf says hello world:test_file.txt',
- ],
- 'test_files': [
- 'manifest_file/pm_pre_init_manifest_file_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': 'irt_manifest_file',
'type': 'none',
'variables': {

Powered by Google App Engine
This is Rietveld 408576698