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

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

Issue 1328883002: move gconf config inside use_gconf block (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/BUILD.gn
diff --git a/chrome/browser/ui/libgtk2ui/BUILD.gn b/chrome/browser/ui/libgtk2ui/BUILD.gn
index 9ded542b68012c12762327826cb0c86988c09480..c4295b9d03546f5751b17607e322d3318376e8ce 100644
--- a/chrome/browser/ui/libgtk2ui/BUILD.gn
+++ b/chrome/browser/ui/libgtk2ui/BUILD.gn
@@ -61,11 +61,10 @@ component("libgtk2ui") {
"gconf_listener.cc",
"gconf_listener.h",
]
+ configs += [ "//build/config/linux:gconf" ]
}
defines = [ "LIBGTK2UI_IMPLEMENTATION" ]
- configs += [ "//build/config/linux:gconf" ]
-
if (use_cups) {
configs += [ "//printing:cups" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698