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

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

Issue 1276553007: Revert broken Linux hidpi changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fixes Created 5 years, 4 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 | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('j') | 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 b89e3d28c08f40d38f714cea756e01584f7b703d..b85f67d988321d338ec7b8ed986d1b573c21e7e0 100644
--- a/chrome/browser/ui/libgtk2ui/BUILD.gn
+++ b/chrome/browser/ui/libgtk2ui/BUILD.gn
@@ -61,14 +61,7 @@ component("libgtk2ui") {
"gconf_listener.h",
]
}
- defines = [
- "LIBGTK2UI_IMPLEMENTATION",
-
- # g_settings_list_schemas is deprecated, but this function is not
- # available on earlier version that we still need to support.
- # See build/config/linux/BUILD.gn:gio_config for details.
- "GLIB_DISABLE_DEPRECATION_WARNINGS",
- ]
+ defines = [ "LIBGTK2UI_IMPLEMENTATION" ]
configs += [
"//build/config/linux:gconf",
« no previous file with comments | « no previous file | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698