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

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

Issue 418423002: Pepper: Stop using SRPC for irt_open_resource(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for dmichael Created 6 years, 4 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 89854c0d24dbd6869776da5e5deee3d9460491c5..465c09cc044f31fa6db97df45266daa7f6d36cd0 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -545,96 +545,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