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

Unified Diff: components/nacl_nonsfi.gyp

Issue 794573002: Enable transitional non-SFI browser tests on ARM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/ppapi/ppapi_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl_nonsfi.gyp
diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp
index 23c1f2055f4ce85cb8d673aa2bae9ab21299e5d6..4d8d7602ca33bab930a38552a5a430a7f3634fe3 100644
--- a/components/nacl_nonsfi.gyp
+++ b/components/nacl_nonsfi.gyp
@@ -39,6 +39,7 @@
# Rename the output binary file to nacl_helper_nonsfi and put it
# directly under out/{Debug,Release}/.
'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi',
+ 'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi',
'build_glibc': 0,
'build_newlib': 0,
@@ -104,6 +105,29 @@
'>(tc_lib_dir_nonsfi_helper32)/libtracing_nacl.a',
],
}],
+ ['target_arch=="arm"', {
+ 'extra_deps_newlib_arm_nonsfi': [
+ '>(tc_lib_dir_nonsfi_helper_arm)/libbase_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libcommand_buffer_client_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libcommand_buffer_common_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libcontent_common_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libelf_loader.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libevent_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libgio.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libgles2_cmd_helper_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libgles2_implementation_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libgles2_utils_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libgpu_ipc_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libipc_nacl_nonsfi.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/liblatency_info_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libplatform.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libppapi_ipc_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libppapi_proxy_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libppapi_shared_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libshared_memory_support_nacl.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libtracing_nacl.a',
+ ],
+ }],
],
},
'dependencies': [
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698