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

Unified Diff: ui/ui_unittests.gypi

Issue 10228009: Fix CJK font linking size on Windows XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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
Index: ui/ui_unittests.gypi
===================================================================
--- ui/ui_unittests.gypi (revision 134531)
+++ ui/ui_unittests.gypi (working copy)
@@ -109,10 +109,10 @@
['OS == "win"', {
'sources': [
'base/dragdrop/os_exchange_data_win_unittest.cc',
- # TODO(brettw) re-enable this when the dependencies on WindowImpl are fixed!
+ 'base/win/hwnd_subclass_unittest.cc',
msw 2012/04/30 17:40:01 What's this? Bad merge?
Alexei Svitkine (slow) 2012/04/30 17:49:14 No, I moved this up from below to alphabetize them
msw 2012/04/30 18:55:39 Got it, thanks!
'gfx/icon_util_unittest.cc',
'gfx/native_theme_win_unittest.cc',
- 'base/win/hwnd_subclass_unittest.cc',
+ 'gfx/platform_font_win_unittest.cc',
],
'include_dirs': [
'../..',

Powered by Google App Engine
This is Rietveld 408576698