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

Unified Diff: base/base.gypi

Issue 8486020: compositor_unittests target is unimplmented on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | printing/printed_document.h » ('j') | printing/printing.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 435cd1e6d911d70db2913cb2b42cff0a19301d59..1868d4a68e539a2d6827b558ed5eb73b206c9e9d 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -426,7 +426,7 @@
[ 'toolkit_uses_gtk==0', {
'sources!': [ 'message_pump_gtk.cc', ],
}],
- [ '(touchui==0 and use_aura==0) or OS == "win"', {
+ [ '(touchui==0 and use_aura==0) or OS == "win" or OS == "mac"', {
'sources!' : [ 'message_pump_x.cc', ],
}, {
'sources!' : [ 'message_pump_gtk.cc', ],
« no previous file with comments | « no previous file | printing/printed_document.h » ('j') | printing/printing.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698