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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 1366653003: [Chromecast] Replace 'fontconfig' GN target with dynamic dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Correct dep in //chrome/browser/chromeos Created 5 years, 3 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/extensions/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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 11e2356ee84ca6caf3f314515f4f8e72a2181d0a..ac6d3485dc6da7e3fa91e3f10c07791d85fb17f7 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -388,8 +388,10 @@ source_set("ui") {
".",
"//chrome")
if (use_aura) {
- configs += [ "//build/config/linux:fontconfig" ]
- deps += [ "//dbus" ]
+ deps += [
+ "//build/linux:fontconfig",
+ "//dbus",
+ ]
}
if (use_x11) {
sources += rebase_path(gypi_values.chrome_browser_ui_x11_sources,
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698