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

Unified Diff: ui/gfx/gfx.gyp

Issue 1532813002: Replace IOSurfaceManager by directly passing IOSurface Mach ports over Chrome IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 12 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/BUILD.gn ('k') | ui/gfx/gpu_memory_buffer.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 307ad04366dc133acd9ae8514b84235d0d36be25..d9e807807616ab7e113c621e4d4ea7ba1b6e3457 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -123,10 +123,10 @@
'animation/throb_animation.h',
'animation/tween.cc',
'animation/tween.h',
- 'break_list.h',
'blit.cc',
'blit.h',
'break_list.h',
+ 'break_list.h',
'buffer_format_util.cc',
'buffer_format_util.h',
'canvas.cc',
@@ -217,8 +217,8 @@
'linux_font_delegate.h',
'mac/coordinate_conversion.h',
'mac/coordinate_conversion.mm',
- 'mac/io_surface_manager.cc',
- 'mac/io_surface_manager.h',
+ 'mac/io_surface.cc',
+ 'mac/io_surface.h',
'mac/nswindow_frame_controls.h',
'mac/nswindow_frame_controls.mm',
'mac/scoped_cocoa_disable_screen_updates.h',
@@ -525,8 +525,8 @@
'test/fontconfig_util_linux.h',
'test/gfx_util.cc',
'test/gfx_util.h',
- 'test/test_screen.h',
'test/test_screen.cc',
+ 'test/test_screen.h',
'test/ui_cocoa_test_helper.h',
'test/ui_cocoa_test_helper.mm',
],
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/gpu_memory_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698