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

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: Fix Windows compile Created 5 years 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/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 71e2547af4fdcbae9d43cc0f6331520a4d5de08c..44286e6e8abc181b3c9c953f88a6a3e261e732d2 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',
@@ -524,8 +524,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',
],

Powered by Google App Engine
This is Rietveld 408576698