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

Unified Diff: sky/engine/platform/BUILD.gn

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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 | « sky/engine/config.gni ('k') | sky/engine/platform/graphics/ImageDecodingStoreTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/BUILD.gn
diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
index da61f25de0568e87f1749d979d1d0b2f361c1151..c0bae3bef2613e9d6ec681377a2e036c48a38dae 100644
--- a/sky/engine/platform/BUILD.gn
+++ b/sky/engine/platform/BUILD.gn
@@ -640,7 +640,7 @@ source_set("platform") {
direct_dependent_configs = [ "//build/config/linux:fontconfig" ]
}
- if (cpu_arch == "arm") {
+ if (target_cpu == "arm") {
deps += [ ":sky_arm_neon" ]
}
}
@@ -713,7 +713,7 @@ test("platform_unittests") {
include_dirs = [ "$root_build_dir" ]
}
-if (cpu_arch == "arm") {
+if (target_cpu == "arm") {
source_set("sky_arm_neon") {
sources = [
"graphics/cpu/arm/WebGLImageConversionNEON.h",
« no previous file with comments | « sky/engine/config.gni ('k') | sky/engine/platform/graphics/ImageDecodingStoreTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698