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

Unified Diff: chrome/browser_tests.isolate

Issue 1462693004: Enable building of ppapi_nacl tests for arm/glibc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « build/common.gypi ('k') | ppapi/ppapi_nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index c9bf51119ad6b648b948c71c6436ce17bf22dfcf..601c8591a17be830df2c59da6fa5d11c22dbf49c 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -125,7 +125,7 @@
],
},
}],
- ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win") and (target_arch=="x64" or target_arch=="ia32")', {
+ ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win") and (target_arch=="x64" or target_arch=="ia32" or target_arch=="arm")', {
'variables': {
'files': [
'<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf',
@@ -142,6 +142,8 @@
['disable_nacl==0 and OS=="linux" and target_arch=="arm"', {
'variables': {
'files': [
+ '<(PRODUCT_DIR)/libarm/',
+ '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_arm.nexe',
'<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_arm.nexe',
'<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_arm.nexe',
'<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_arm_nonsfi.nexe',
« no previous file with comments | « build/common.gypi ('k') | ppapi/ppapi_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698