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

Unified Diff: skia/BUILD.gn

Issue 1909273002: 🐳 Move linux pkg_config() calls into separate BUILD.gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments & visibility Created 4 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 | « net/BUILD.gn ('k') | third_party/wayland/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 3565eab3170013c07c05d440a0b1ea026a2f9cda..a5872a7563503637622ac2d575af13d68e89020e 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -19,8 +19,7 @@ skia_support_pdf = !is_ios && (enable_basic_printing || enable_print_preview)
gypi_chromium_skia_defines =
exec_script("//build/gypi_to_gn.py",
[
- rebase_path(
- "//skia/chromium_skia_defines.gypi"),
+ rebase_path("//skia/chromium_skia_defines.gypi"),
"--replace=<(skia_include_path)=//third_party/skia/include",
"--replace=<(skia_src_path)=//third_party/skia/src",
],
@@ -466,7 +465,7 @@ component("skia") {
if (is_linux) {
if (use_pango) {
- configs += [ "//build/config/linux:pangocairo" ]
+ configs += [ "//build/config/linux/pangocairo" ]
}
deps += [
"//build/linux:fontconfig",
« no previous file with comments | « net/BUILD.gn ('k') | third_party/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698