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

Unified Diff: components/BUILD.gn

Issue 2035113003: 💬 target_cpu -> current_cpu in components/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@monochrome
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index f9f02d4b6fef40c113c9a8c82d951cd3e98621f6..fd458b5905872ca3dc2cbdb688340007a0c98a75 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -158,7 +158,7 @@ test("components_unittests") {
"//components/translate/ios/browser:unit_tests",
]
- if (target_cpu != "arm") {
+ if (current_cpu != "arm") {
# TODO(GYP): iOS arm builds of libwebp don't work yet.
deps += [ "//components/webp_transcode:unit_tests" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698