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

Unified Diff: ui/gfx/surface/surface.gyp

Issue 7659015: Revert 96982 - Add gl.dll, compositor.dll, and surface.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/surface/io_surface_support_mac.h ('k') | ui/gfx/surface/surface_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/surface/surface.gyp
===================================================================
--- ui/gfx/surface/surface.gyp (revision 96995)
+++ ui/gfx/surface/surface.gyp (working copy)
@@ -19,7 +19,7 @@
'targets': [
{
'target_name': 'surface',
- 'type': '<(component)',
+ 'type': 'static_library',
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/skia/skia.gyp:skia',
@@ -35,15 +35,11 @@
'accelerated_surface_wayland.h',
'io_surface_support_mac.cc',
'io_surface_support_mac.h',
- 'surface_export.h',
'transport_dib.h',
'transport_dib_linux.cc',
'transport_dib_mac.cc',
'transport_dib_win.cc',
],
- 'defines': [
- 'SURFACE_IMPLEMENTATION',
- ],
'conditions': [
['use_wayland == 1', {
'sources/': [
« no previous file with comments | « ui/gfx/surface/io_surface_support_mac.h ('k') | ui/gfx/surface/surface_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698