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

Unified Diff: build/config/linux/pangocairo/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 | « build/config/linux/libffi/BUILD.gn ('k') | build/config/posix/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/pangocairo/BUILD.gn
diff --git a/services/user/public/cpp/BUILD.gn b/build/config/linux/pangocairo/BUILD.gn
similarity index 61%
copy from services/user/public/cpp/BUILD.gn
copy to build/config/linux/pangocairo/BUILD.gn
index f341a18b19af81ef3555e0516a57d41519a3b99b..727b52d53335976b87de4d4965ec5edd02fd02ba 100644
--- a/services/user/public/cpp/BUILD.gn
+++ b/build/config/linux/pangocairo/BUILD.gn
@@ -2,9 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("cpp") {
- sources = [
- "constants.cc",
- "constants.h",
- ]
+import("//build/config/linux/pkg_config.gni")
+
+pkg_config("pangocairo") {
+ packages = [ "pangocairo" ]
}
« no previous file with comments | « build/config/linux/libffi/BUILD.gn ('k') | build/config/posix/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698