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

Unified Diff: mojo/public/tools/BUILD.gn

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 years, 8 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 | « mojo/dart/embedder/BUILD.gn ('k') | mojo/tools/mopy/gn.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/BUILD.gn
diff --git a/mojo/public/tools/BUILD.gn b/mojo/public/tools/BUILD.gn
index 8b47bb91dacc98485f2e3277c3ba5ccc3688089f..a5fcc871b7c73610b5ae6646131dd99bd487b953 100644
--- a/mojo/public/tools/BUILD.gn
+++ b/mojo/public/tools/BUILD.gn
@@ -38,7 +38,7 @@ if (mojo_use_prebuilt_network_service) {
]
} else {
if (is_android) {
- assert(cpu_arch == "arm",
+ assert(target_cpu == "arm",
"Only arm version prebuilt netowrk_service.mojo is available.")
sources = [
"prebuilt/network_service/android-arm/$filename",
@@ -66,7 +66,7 @@ if (mojo_use_prebuilt_network_service) {
} else {
if (is_android) {
assert(
- cpu_arch == "arm",
+ target_cpu == "arm",
"Only arm version prebuilt netowrk_service_apptests.mojo is available.")
sources = [
"prebuilt/network_service_apptests/android-arm/$filename",
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/tools/mopy/gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698