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

Unified Diff: ui/gfx/gfx.gyp

Issue 231883003: [stash] 20140404-crbug-312961-mac-views-bridge-C-wholegrid Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months 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 | « ui/gfx/cursor_mac.mm ('k') | ui/gfx/mac/point_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 4235c391210f5fe4e6d51093b4c60a5d91651481..fed9e4803f57cfdea5aaac80b3695239b601882f 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -145,6 +145,8 @@
'color_profile_win.cc',
'color_utils.cc',
'color_utils.h',
+ 'cursor.h',
+ 'cursor_mac.mm',
'display.cc',
'display.h',
'display_observer.cc',
@@ -198,6 +200,8 @@
'interpolated_transform.h',
'linux_font_delegate.cc',
'linux_font_delegate.h',
+ 'mac/point_utils.h',
+ 'mac/point_utils.mm',
'mac/scoped_ns_disable_screen_updates.h',
'native_widget_types.h',
'nine_image_painter.cc',
@@ -390,7 +394,7 @@
],
},
}],
- ['use_aura==0', {
+ ['use_aura==0 and OS!="mac"', {
'sources!': [
'nine_image_painter.cc',
'nine_image_painter.h',
« no previous file with comments | « ui/gfx/cursor_mac.mm ('k') | ui/gfx/mac/point_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698