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

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
« no previous file with comments | « no previous file | ui/surface/transport_dib.h » ('j') | ui/surface/transport_dib_posix.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_gtk.cc',
+ 'transport_dib_posix.cc',
'transport_dib_win.cc',
],
'defines': [
« no previous file with comments | « no previous file | ui/surface/transport_dib.h » ('j') | ui/surface/transport_dib_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698