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

Unified Diff: ui/ui_unittests.gypi

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
« ui/surface/surface.gyp ('K') | « ui/surface/surface.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 715ce17ef2084b14a67cf40f7deaa8a177ce1488..5a64b4b540e208af1bf434f3fc503b02be6fa2d9 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -160,6 +160,10 @@
'gfx/font_fallback_win_unittest.cc',
'gfx/icon_util_unittest.cc',
'gfx/platform_font_win_unittest.cc',
+ 'surface/accelerated_surface_transformer_win_unittest.cc'
+ ],
+ 'dependencies': [
+ '../ui/surface/surface.gyp:surface',
],
'include_dirs': [
'../..',
« ui/surface/surface.gyp ('K') | « ui/surface/surface.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698