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

Unified Diff: ui/surface/surface.gyp

Issue 13582008: Simplify the transport dib situation across our various platforms, as a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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
Index: ui/surface/surface.gyp
===================================================================
--- ui/surface/surface.gyp (revision 192091)
+++ ui/surface/surface.gyp (working copy)
@@ -81,9 +81,8 @@
'surface_switches.cc',
'transport_dib.h',
'transport_dib.cc',
- 'transport_dib_android.cc',
- 'transport_dib_linux.cc',
- 'transport_dib_mac.cc',
+ 'transport_dib_posix.cc',
+ 'transport_dib_sysvipc.cc',
'transport_dib_win.cc',
],
'defines': [

Powered by Google App Engine
This is Rietveld 408576698