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

Unified Diff: ui/message_center/message_center.gyp

Issue 61923004: Clean up uses of use_glib that are not related to glib dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: desktop_linux == 1 or chromeos == 1 Created 7 years, 1 month 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
« base/base.gyp ('K') | « ui/app_list/app_list.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center.gyp
diff --git a/ui/message_center/message_center.gyp b/ui/message_center/message_center.gyp
index e0de1ccbbec703376480dd859ec4a7609e5967e7..bb5c5ac86ba1fa3977ffcc7ba00b52822e0fc028 100644
--- a/ui/message_center/message_center.gyp
+++ b/ui/message_center/message_center.gyp
@@ -191,7 +191,7 @@
'test/run_all_unittests.cc',
],
'conditions': [
- ['use_glib == 1 or OS == "ios"', {
+ ['desktop_linux == 1 or chromeos == 1 or OS=="ios"', {
'dependencies': [
'../base/strings/ui_strings.gyp:ui_unittest_strings',
],
« base/base.gyp ('K') | « ui/app_list/app_list.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698