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

Unified Diff: build/common.gypi

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 | « no previous file | chrome/browser_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dcdf15531dbab355c763a5f7536bbf68b02fdb71..9d0b5dd4c7cc14dcd848f8fff270e4d8bd738e79 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2056,9 +2056,8 @@
'enable_browser_cdms%': 0,
}],
- # Native Client glibc toolchain is enabled
- # by default except on arm, mips and mips64.
- ['target_arch=="arm" or target_arch=="mipsel" or target_arch=="mips64el"', {
+ # Native Client glibc toolchain is enabled except on mips
+ ['target_arch=="mipsel" or target_arch=="mips64el"', {
'disable_glibc%': 1,
}, {
'disable_glibc%': 0,
« no previous file with comments | « no previous file | chrome/browser_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698