Index: app/app_base.gypi |
diff --git a/app/app_base.gypi b/app/app_base.gypi |
index f046e2c3022ff2d36542eddea556cb057a9a8933..0c68721443ce175034c57abf2e1ba4501e7c7506 100644 |
--- a/app/app_base.gypi |
+++ b/app/app_base.gypi |
@@ -209,7 +209,7 @@ |
'../build/linux/system.gyp:x11', |
], |
'conditions': [ |
- ['toolkit_views==0 and chromeos==0', { |
+ ['toolkit_views==0', { |
# Note: because of gyp predence rules this has to be defined as |
# 'sources/' rather than 'sources!'. |
'sources/': [ |
@@ -220,7 +220,7 @@ |
['exclude', '^drag_drop_types_gtk.cc'], |
], |
}], |
- ['toolkit_views==1 or chromeos==1', { |
+ ['toolkit_views==1', { |
# Note: because of gyp predence rules this has to be defined as |
# 'sources/' rather than 'sources!'. |
'sources/': [ |