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

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: Fixed dependencies of surface_gpu_tests. 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..23cb3e8d69e9d9e3a51842e256a37ba14e09b72f 100644
--- a/ui/surface/surface.gyp
+++ b/ui/surface/surface.gyp
@@ -66,9 +66,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',
@@ -83,4 +87,24 @@
],
},
],
+ 'conditions': [
+ ['OS == "win"', {
+ 'targets': [
+ {
+ 'target_name': 'surface_gpu_tests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:run_all_unittests',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
+ '<(DEPTH)/ui/ui.gyp:ui',
+ 'surface',
+ ],
+ 'sources': [
+ 'accelerated_surface_transformer_win_unittest.cc',
+ ],
+ },
+ ],
+ }],
+ ],
}
« 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