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

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: Remove unnecessary dep. Created 7 years, 12 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/surface/d3d9_utils_win.cc ('k') | no next file » | 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..d06944b88f5659b1c3fc7b97d9b79aa2f340af63 100644
--- a/ui/surface/surface.gyp
+++ b/ui/surface/surface.gyp
@@ -49,6 +49,24 @@
'process_outputs_as_sources': 1,
},
],
+ 'targets': [
+ {
+ 'target_name': 'surface_gpu_tests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:run_all_unittests',
+ '<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
+ '<(DEPTH)/ui/gl/gl.gyp:gl',
apatrick_chromium 2013/01/04 20:33:01 I can't find the dependencies on skia or gl?
ncarter (slow) 2013/01/04 20:56:27 Fixed. I actually botched this change right before
+ '<(DEPTH)/ui/ui.gyp:ui',
+ 'surface',
+ ],
+ 'sources': [
+ 'accelerated_surface_transformer_win_unittest.cc',
+ ],
+ },
+ ],
}],
],
},
@@ -66,9 +84,13 @@
'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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698