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

Unified Diff: content/content_common.gypi

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: gn check 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
« no previous file with comments | « content/content_browser.gypi ('k') | ui/accelerated_widget_mac/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 19b2c20ba30689ce682e1132fdaaf37218cf26b7..03769faf09dea7dc44d5757f098757c33ce71fcb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -322,8 +322,6 @@
'common/gpu/null_transport_surface.h',
'common/gpu/stream_texture_android.cc',
'common/gpu/stream_texture_android.h',
- 'common/gpu/surface_handle_types_mac.cc',
- 'common/gpu/surface_handle_types_mac.h',
'common/handle_enumerator_win.cc',
'common/handle_enumerator_win.h',
'common/host_discardable_shared_memory_manager.cc',
@@ -603,6 +601,7 @@
['OS=="mac"', {
'dependencies': [
'app/resources/content_resources.gyp:content_resources',
+ '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_widget_mac'
],
'sources': [
'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | ui/accelerated_widget_mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698