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

Unified Diff: ui/base/ui_base.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/base/models/menu_separator_types.h ('k') | ui/events/cocoa/cocoa_event_utils.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 16737cba83d92747f215fe5418a2739cd89a4dec..95309f7248befcda5ac5b122c47c84d31e4a5bcf 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -155,6 +155,7 @@
'dragdrop/drag_utils.cc',
'dragdrop/drag_utils.h',
'dragdrop/drag_utils_aura.cc',
+ 'dragdrop/drag_utils_mac.mm',
'dragdrop/drag_utils_win.cc',
'dragdrop/drop_target_event.cc',
'dragdrop/drop_target_event.h',
@@ -170,6 +171,8 @@
'dragdrop/os_exchange_data_provider_aura.h',
'dragdrop/os_exchange_data_provider_aurax11.cc',
'dragdrop/os_exchange_data_provider_aurax11.h',
+ 'dragdrop/os_exchange_data_provider_mac.h',
+ 'dragdrop/os_exchange_data_provider_mac.mm',
'dragdrop/os_exchange_data_provider_win.cc',
'dragdrop/os_exchange_data_provider_win.h',
'gtk/event_synthesis_gtk.cc',
@@ -395,8 +398,6 @@
'cursor/cursor_mac.mm',
'cursor/cursor_win.cc',
'cursor/cursor_x11.cc',
- 'nine_image_painter_factory.cc',
- 'nine_image_painter_factory.h',
'x/selection_owner.cc',
'x/selection_owner.h',
'x/selection_requestor.cc',
@@ -405,6 +406,12 @@
'x/selection_utils.h',
]
}],
+ ['use_aura==0 and OS!="mac"', {
+ 'sources!': [
+ 'nine_image_painter_factory.cc',
+ 'nine_image_painter_factory.h',
+ ],
+ }],
['use_aura==0 or OS!="linux"', {
'sources!': [
'resource/resource_bundle_auralinux.cc',
@@ -424,7 +431,7 @@
}],
['desktop_linux == 1 or chromeos == 1', {
'conditions': [
- ['toolkit_views==0 and use_aura==0', {
+ ['toolkit_views==0 and use_aura==0 and os!="mac"', {
# Note: because of gyp predence rules this has to be defined as
# 'sources/' rather than 'sources!'.
'sources/': [
« no previous file with comments | « ui/base/models/menu_separator_types.h ('k') | ui/events/cocoa/cocoa_event_utils.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698