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

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

Issue 2185163003: make use of existing gn args in ui build config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo fixup Created 4 years, 5 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 | « build/config/ui.gni ('k') | ui/accessibility/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 712c5fbfaa8e0f4b3c0bca6c59789438711ede60..9972ec462dcfb1470dfd2ec0e191a8865723d3ba 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -347,10 +347,11 @@ split_static_library("ui") {
deps -= [ "//chrome/browser/ui/views" ]
}
}
+ if (use_gio) {
+ deps += [ "//build/linux/libgio" ]
+ }
if (use_aura && !use_ozone && is_desktop_linux) {
deps += [
- "//build/linux/libgio",
-
# gtk2 is the only component that can interact with gtk2 in our new
# world.
"//chrome/browser/ui/libgtk2ui",
« no previous file with comments | « build/config/ui.gni ('k') | ui/accessibility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698