Chromium Code Reviews| 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. |