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

Unified Diff: chromeos/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 | « chrome/browser/ui/libgtk2ui/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index cd5a37e46f187171c2f4486a18a41a7ef3924bf0..276a657669e7363bffb029a13714150f5c5133c7 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -58,7 +58,7 @@ component("chromeos") {
# can be converted to a source set.
static_library("test_support") {
testonly = true
- configs += [ "//build/config/linux:dbus" ]
+ configs += [ "//build/config/linux/dbus" ]
public_deps = [
":chromeos",
":cryptohome_proto",
@@ -118,7 +118,7 @@ static_library("test_support") {
static_library("test_support_without_gmock") {
testonly = true
- configs += [ "//build/config/linux:dbus" ]
+ configs += [ "//build/config/linux/dbus" ]
deps = [
":chromeos",
":cryptohome_proto",
@@ -139,7 +139,7 @@ static_library("test_support_without_gmock") {
test("chromeos_unittests") {
configs += [
- "//build/config/linux:dbus",
+ "//build/config/linux/dbus",
"//third_party/nss:system_nss_no_ssl_config",
]
deps = [
« no previous file with comments | « chrome/browser/ui/libgtk2ui/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698