Index: base/base.gypi |
diff --git a/base/base.gypi b/base/base.gypi |
index 6707a98388a93037b9342ba967c04980d35d04af..d8cf86bd520f544721d8f21fbe03c02339c33b70 100644 |
--- a/base/base.gypi |
+++ b/base/base.gypi |
@@ -652,15 +652,17 @@ |
# hence the *_android.cc files are included but the actual code |
# doesn't have OS_ANDROID / ANDROID defined. |
'conditions': [ |
+ # Host build on linux depends on system.gyp::gtk as |
+ # default linux build has TOOLKIT_GTK defined. |
['host_os == "linux"', { |
'sources/': [ |
['include', '^atomicops_internals_x86_gcc\\.cc$'], |
], |
'dependencies': [ |
- '../build/linux/system.gyp:glib', |
+ '../build/linux/system.gyp:gtk', |
], |
'export_dependent_settings': [ |
- '../build/linux/system.gyp:glib', |
+ '../build/linux/system.gyp:gtk', |
], |
}], |
['host_os == "mac"', { |