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

Unified Diff: ui/compositor/compositor.gyp

Issue 753933002: MacViews: Move content::AcceleratedWidget to new component, ui/accelerated_widget_mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20141124-MacViews-MoveSoftwareLayerMac-fromcl
Patch Set: rebase to master Created 6 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
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index 76cb687e21e72d8bfb7cd1d41a3930e03016d241..14fb62500216a232ca02343d9dfd16ec5a8c2cac 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -62,6 +62,18 @@
'layer_tree_owner.cc',
'layer_tree_owner.h',
'layer_type.h',
+ 'mac/accelerated_widget_mac.mm',
+ 'mac/accelerated_widget_mac.h',
+ 'mac/io_surface_context_mac.h',
+ 'mac/io_surface_context_mac.mm',
+ 'mac/io_surface_layer_mac.h',
+ 'mac/io_surface_layer_mac.mm',
+ 'mac/io_surface_texture_mac.h',
+ 'mac/io_surface_texture_mac.mm',
+ 'mac/software_layer.h',
+ 'mac/software_layer.mm',
+ 'mac/surface_handle_types_mac.cc',
+ 'mac/surface_handle_types_mac.h',
'reflector.h',
'scoped_animation_duration_scale_mode.cc',
'scoped_animation_duration_scale_mode.h',
@@ -80,6 +92,17 @@
'<(angle_path)/src/angle.gyp:libGLESv2',
],
}],
+ ['OS=="mac"', {
+ 'dependencies': [
ccameron 2014/11/26 18:36:52 (likewise WRT base)
tapted 2014/11/27 02:50:33 Done.
+ '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
+ '<(DEPTH)/ui/events/events.gyp:events_base',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
+ ],
+ },
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698