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

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: Rebase 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
« no previous file with comments | « chrome/test/data/nacl/manifest_file/irt_manifest_file.nmf ('k') | chrome/test/nacl/nacl_browsertest.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 8a2fc930894a9f6ecf5dce5b41862bb84db8851d..589a12fb891a062275ec61d4e326984f4605e856 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -1170,6 +1170,46 @@
},
],
},
+ {
+ '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.
+ # TODO(crbug.com/368949): Clean this up after nonsfi support on
+ # create_nmf.py.
+ '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',
+ ],
+ },
],
}],
],
« no previous file with comments | « chrome/test/data/nacl/manifest_file/irt_manifest_file.nmf ('k') | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698