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

Unified Diff: dbus/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 | « content/common/BUILD.gn ('k') | device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/BUILD.gn
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn
index dbeee0c1dda46eac9155c8200b4adb305409a343..1502ca753614c01ddb1779f128649f4a4fcf49a9 100644
--- a/dbus/BUILD.gn
+++ b/dbus/BUILD.gn
@@ -45,7 +45,7 @@ component("dbus") {
"//base",
]
- public_configs = [ "//build/config/linux:dbus" ]
+ public_configs = [ "//build/config/linux/dbus" ]
}
proto_library("test_proto") {
@@ -76,7 +76,7 @@ source_set("test_support") {
"//testing/gmock",
]
- configs += [ "//build/config/linux:dbus" ]
+ configs += [ "//build/config/linux/dbus" ]
}
test("dbus_unittests") {
@@ -109,7 +109,7 @@ test("dbus_unittests") {
"//third_party/protobuf:protobuf_lite",
]
- configs += [ "//build/config/linux:dbus" ]
+ configs += [ "//build/config/linux/dbus" ]
}
executable("dbus_test_server") {
@@ -127,5 +127,5 @@ executable("dbus_test_server") {
"//build/config/sanitizers:deps",
]
- configs += [ "//build/config/linux:dbus" ]
+ configs += [ "//build/config/linux/dbus" ]
}
« no previous file with comments | « content/common/BUILD.gn ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698