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

Unified Diff: content/browser/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/ui/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 599a55505a659ca0223572b2501794370e7b64cc..12692004b0e1b556c75af0623ca2f7eefe80910b 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -299,7 +299,7 @@ source_set("browser") {
}
if (is_linux && use_aura) {
- configs += [ "//build/config/linux:fontconfig" ]
+ deps += [ "//build/linux:fontconfig" ]
}
if (use_x11) {
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698