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

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

Issue 249183004: Implement open_resource in non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 67596228a415230d3ca449addefa89c64e5ea7e3..e6ed4d4cc34e045691a393d0e4ca03e207e1a9ba 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -1104,6 +1104,44 @@
},
],
},
+ {
+ 'target_name': 'nonsfi_irt_manifest_file',
+ 'type': 'none',
+ 'variables': {
+ 'nexe_target': 'irt_manifest_file',
+ 'enable_x86_32': 0,
+ 'enable_x86_64': 0,
+ 'enable_x86_32_nonsfi': 1,
+ 'build_pnacl_newlib': 1,
+ # create_nmf.py doesn't support nonsfi.
Mark Seaborn 2014/04/26 00:18:59 How hard would it be to fix that, so that the Gyp
hidehiko 2014/04/28 08:44:27 It sounds not easy to me. create_nmf.py parses elf
Mark Seaborn 2014/04/30 21:20:58 OK, could you do a follow-on change to clean this
hidehiko 2014/05/01 05:20:30 Sure. Filed a bug, and added TODO with referring t
+ 'generate_nmf': 0,
+ 'nexe_destination_dir': 'nacl_test_data',
+ 'link_flags': [
+ '-lnacl_ppapi_util',
+ '-lppapi_cpp',
+ '-lppapi',
+ '-lnacl',
+ ],
+ 'sources': [
+ 'manifest_file/irt_manifest_file_test.cc',
+ ],
+ 'test_files': [
+ # TODO(ncbray) move into chrome/test/data/nacl when all tests are
+ # converted.
+ '<(DEPTH)/ppapi/native_client/tools/browser_tester/browserdata/nacltest.js',
+ 'manifest_file/irt_manifest_file.nmf',
+ 'manifest_file/irt_manifest_file_test.html',
+ 'manifest_file/test_file.txt',
+ ],
+ },
+ '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/untrusted/nacl/nacl.gyp:nacl_lib',
+ 'nacl_ppapi_util',
+ ],
+ },
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698