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

Unified Diff: ui/surface/surface.gyp

Issue 11464017: Separate image processing logic from presentation logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made new deps Windows-only (yuck) Created 8 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
« no previous file with comments | « ui/surface/d3d9_utils_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/surface.gyp
diff --git a/ui/surface/surface.gyp b/ui/surface/surface.gyp
index d0ef432c8a1d74fcf8d2257f5da6f8940a3ae405..a726c79f5211f463548cc71d9f531b8e57eb16f9 100644
--- a/ui/surface/surface.gyp
+++ b/ui/surface/surface.gyp
@@ -61,14 +61,18 @@
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/ui/gl/gl.gyp:gl',
- '<(DEPTH)/ui/ui.gyp:ui',
+ # '<(DEPTH)/ui/ui.gyp:ui',
apatrick_chromium 2012/12/18 00:23:21 This is commented out.
ncarter (slow) 2012/12/18 22:13:42 Done.
],
'sources': [
'accelerated_surface_mac.cc',
'accelerated_surface_mac.h',
+ 'accelerated_surface_transformer_win.cc',
+ 'accelerated_surface_transformer_win.h',
+ 'accelerated_surface_transformer_win.hlsl',
'accelerated_surface_win.cc',
'accelerated_surface_win.h',
- 'accelerated_surface_win.hlsl',
+ 'd3d9_utils_win.cc',
+ 'd3d9_utils_win.h',
'io_surface_support_mac.cc',
'io_surface_support_mac.h',
'surface_export.h',
« no previous file with comments | « ui/surface/d3d9_utils_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698