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

Unified Diff: ppapi/BUILD.gn

Issue 1366443002: GN: Define clang_newlib_arm toolchain for NaCl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 3 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/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 22498434f42217d2aecd25b867fab07a5beab19f..926630d039efd9663eb6e096dfb58da36353912c 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -197,9 +197,8 @@ if (enable_nacl) {
}
group("ppapi_nacl_tests") {
- deps = []
- if (target_cpu == "x86" || target_cpu == "x64") {
- deps += [ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_cpu})" ]
- }
+ deps = [
+ ":nacl_tests_copy(//build/toolchain/nacl:clang_newlib_${target_cpu})",
+ ]
}
}
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698