Index: ui/gfx/gfx.gyp |
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
index 6ecd949c36c6d8e4d0e2dc134e7ddd6bbe397441..031c3590f4ddb3274436c7f17ac1725c41e33439 100644 |
--- a/ui/gfx/gfx.gyp |
+++ b/ui/gfx/gfx.gyp |
@@ -143,6 +143,8 @@ |
'color_profile_win.cc', |
'color_utils.cc', |
'color_utils.h', |
+ 'cursor.h', |
+ 'cursor_mac.mm', |
'display.cc', |
'display.h', |
'display_observer.cc', |
@@ -386,7 +388,7 @@ |
], |
}, |
}], |
- ['use_aura==0', { |
+ ['use_aura==0 and OS!="mac"', { |
'sources!': [ |
'nine_image_painter.cc', |
'nine_image_painter.h', |