diff options
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 96deb53..d272bc6 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -624,6 +624,7 @@ 'linked_ptr_unittest.cc', 'mac_util_unittest.cc', 'message_loop_unittest.cc', + 'message_pump_glib_unittest.cc', 'object_watcher_unittest.cc', 'observer_list_unittest.cc', 'path_service_unittest.cc', @@ -696,6 +697,10 @@ '../build/linux/system.gyp:gtk', '../build/linux/system.gyp:nss', ], + }, { # OS != "linux" + 'sources!': [ + 'message_pump_glib_unittest.cc', + ] }], ['OS != "mac"', { 'sources!': [ |