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

Unified Diff: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp

Issue 1242753005: Use org.gnome.desktop.interface text-scaling-factor directly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/browser/ui/libgtk2ui/gtk2_ui.cc ('k') | content/test/gpu/gpu_tests/pixel_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
diff --git a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
index d3e3004bed890e3218d2f4b087448ab17fdbbbbc..c660a0aa79df66091809c9370fc361d7dbd73bb8 100644
--- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
+++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
@@ -43,6 +43,10 @@
],
'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/linux/system.gyp:gio for details.
+ 'GLIB_DISABLE_DEPRECATION_WARNINGS'
],
# Several of our source files are named _gtk2.cc. This isn't to
# differentiate them from their source files (ninja and make are sane
« no previous file with comments | « chrome/browser/ui/libgtk2ui/gtk2_ui.cc ('k') | content/test/gpu/gpu_tests/pixel_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698