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

Unified Diff: ui/app_list/app_list.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
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 67e687d569454ca58609235366a7dfb06f77fa24..a080b514435fa60635a5c0d6b1ab2eeff545d0af 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -226,7 +226,7 @@
['exclude', 'cocoa/'],
],
}],
- ['use_glib == 1 or OS == "ios"', {
+ ['desktop_linux == 1 or chromeos == 1 or OS == "ios"', {
'dependencies': [
'../base/strings/ui_strings.gyp:ui_unittest_strings',
],

Powered by Google App Engine
This is Rietveld 408576698