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

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: apatrick's fixes. 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
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 715ce17ef2084b14a67cf40f7deaa8a177ce1488..8a3d9b04a1e093626694b6b22d784edeabb09ee3 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -51,6 +51,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libpng/libpng.gyp:libpng',
+ '../ui/surface/surface.gyp:surface',
ncarter (slow) 2012/12/17 19:13:49 I'm seeing a circular dependency error on the Mac
apatrick_chromium 2012/12/17 21:30:44 Still or does this fix it? There's a gyp-explain t
ncarter (slow) 2012/12/17 23:48:46 I think it's a circular dependency in the .gyp fil
apatrick_chromium 2012/12/18 00:01:12 Any of those three are okay I think. Do whichever
'ui',
'ui_resources',
'ui_test_support',
@@ -132,6 +133,7 @@
'gfx/render_text_unittest.cc',
'gfx/transform_util_unittest.cc',
'gfx/video_decode_acceleration_support_mac_unittest.mm',
+ 'surface/accelerated_surface_transformer_win_unittest.cc'
],
'include_dirs': [
'../',
« ui/surface/accelerated_surface_transformer_win_unittest.cc ('K') | « ui/surface/surface.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698