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

Unified Diff: build/common.gypi

Issue 7030007: Linux: add gyp rules for gio library and gsettings link mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | build/linux/system.gyp » ('j') | build/linux/system.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 85385)
+++ build/common.gypi (working copy)
@@ -361,6 +361,8 @@
# Set to 1 to link against libgnome-keyring instead of using dlopen().
'linux_link_gnome_keyring%': 0,
+ # Set to 1 to link against gsettings APIs instead of using dlopen().
+ 'linux_link_gsettings%': 0,
# Used to disable Native Client at compile time, for platforms where it
# isn't supported
@@ -522,8 +524,10 @@
# Use GConf, the GNOME configuration system.
Evan Martin 2011/05/16 15:46:27 Can you fix this comment?
Mike Mammarella 2011/05/16 18:23:18 Done.
['chromeos==1', {
'use_gconf%': 0,
+ 'use_gio%': 0,
}, {
'use_gconf%': 1,
+ 'use_gio%': 1,
}],
# Set up -D and -E flags passed into grit.
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | build/linux/system.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698