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

Unified Diff: ui/gfx/gfx.gyp

Issue 268043002: ui: Move more gfx unit tests into gfx_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | ui/ui_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 79b26424774ff8dda8e3543b5aec1f425acb8eda..7312ae880269d29c617b7d16e1154fd203242c75 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -465,6 +465,9 @@
'animation/animation_unittest.cc',
'animation/multi_animation_unittest.cc',
'animation/slide_animation_unittest.cc',
+ 'animation/tween_unittest.cc',
+ 'blit_unittest.cc',
+ 'break_list_unittest.cc',
'codec/png_codec_unittest.cc',
'color_utils_unittest.cc',
'display_unittest.cc',
@@ -486,9 +489,12 @@
'range/range_mac_unittest.mm',
'range/range_unittest.cc',
'range/range_win_unittest.cc',
+ 'sequential_id_generator_unittest.cc',
'shadow_value_unittest.cc',
'skbitmap_operations_unittest.cc',
'skrect_conversion_unittest.cc',
+ 'transform_util_unittest.cc',
+ 'utf16_indexing_unittest.cc',
],
'dependencies': [
'../../base/base.gyp:base',
@@ -499,6 +505,7 @@
'../../third_party/libpng/libpng.gyp:libpng',
'gfx',
'gfx_geometry',
+ 'gfx_test_support',
],
'conditions': [
['OS == "ios"', {
« no previous file with comments | « no previous file | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698