Chromium Code Reviews

Unified Diff: skia/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (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.
Jump to:
View side-by-side diff with in-line comments
« components/BUILD.gn ('K') | « sandbox/win/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index e7d41ca8b626288a76c958be48853a291bd59195..40b38ad0ecbbc2185cc0a984279a8eb45381b047 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -471,9 +471,9 @@ component("skia") {
sources += [ "ext/platform_device_linux.cc" ]
set_sources_assignment_filter(sources_assignment_filter)
deps += [
+ "//third_party/android_tools:cpu_features",
"//third_party/expat",
"//third_party/freetype-android:freetype",
- "//third_party/android_tools:cpu_features",
]
}
@@ -596,11 +596,11 @@ source_set("skia_opts") {
if (current_cpu == "x86" || current_cpu == "x64") {
sources = gypi_skia_opts.sse2_sources
deps += [
+ ":skia_opts_avx",
+ ":skia_opts_avx2",
":skia_opts_sse3",
":skia_opts_sse41",
":skia_opts_sse42",
- ":skia_opts_avx",
- ":skia_opts_avx2",
]
} else if (current_cpu == "arm") {
# The assembly uses the frame pointer register (r7 in Thumb/r11 in
« components/BUILD.gn ('K') | « sandbox/win/BUILD.gn ('k') | sql/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine