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

Unified Diff: ui/ui_unittests.gyp

Issue 290453002: Revert of Move a good set of gfx unit tests into gfx_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/gfx/test/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gyp
diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
index 90e6a494fe1c7474eb47c4757ccf43425e4f98df..41102920103783bd9de8014a5c761ce6098695f9 100644
--- a/ui/ui_unittests.gyp
+++ b/ui/ui_unittests.gyp
@@ -40,7 +40,11 @@
'base/resource/data_pack_unittest.cc',
'base/resource/resource_bundle_unittest.cc',
'base/test/run_all_unittests.cc',
+ 'gfx/font_unittest.cc',
+ 'gfx/image/image_skia_unittest.cc',
'gfx/screen_unittest.cc',
+ 'gfx/text_elider_unittest.cc',
+ 'gfx/text_utils_unittest.cc',
],
'all_sources': [
'<@(_common_sources)',
@@ -138,7 +142,11 @@
}],
['use_pango == 1', {
'dependencies': [
+ '../build/linux/system.gyp:fontconfig',
'../build/linux/system.gyp:pangocairo',
+ ],
+ 'sources': [
+ 'gfx/platform_font_pango_unittest.cc',
],
'conditions': [
['use_allocator!="none"', {
@@ -198,9 +206,11 @@
}],
['use_ozone==1 and use_pango==0', {
'sources!': [
- 'gfx/canvas_unittest.cc',
+ 'gfx/text_elider_unittest.cc',
+ 'gfx/font_unittest.cc',
'gfx/font_list_unittest.cc',
'gfx/render_text_unittest.cc',
+ 'gfx/canvas_unittest.cc',
],
}],
['chromeos==1', {
« no previous file with comments | « ui/gfx/test/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698