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

Unified Diff: ppapi/tests/extensions/extensions.gyp

Issue 786273008: Non-SFI mode: Enable PnaclTransitional Non-SFI browser tests on x86-64 bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « ppapi/tests/create_nonsfi_test_nmf.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/extensions/extensions.gyp
diff --git a/ppapi/tests/extensions/extensions.gyp b/ppapi/tests/extensions/extensions.gyp
index ec3eac8a5f0093391d951ee3bf9d3fb71e0c1090..ff5ba97a64158d8a622799fce7d2380d3a7ac4a2 100644
--- a/ppapi/tests/extensions/extensions.gyp
+++ b/ppapi/tests/extensions/extensions.gyp
@@ -82,7 +82,7 @@
],
},
'conditions': [
- ['target_arch=="ia32" and OS=="linux"', {
+ ['(target_arch=="ia32" or target_arch=="x64") and OS=="linux"', {
# Enable nonsfi testing only on ia32-linux environment.
# See chrome/test/data/nacl/nacl_test_data.gyp for more info.
'variables': {
« no previous file with comments | « ppapi/tests/create_nonsfi_test_nmf.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698