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

Unified Diff: ui/gfx/gfx_tests.gyp

Issue 332353004: ui: Move canvas tests into gfx_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « build/android/pylib/gtest/filter/ui_unittests_disabled ('k') | 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_tests.gyp
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
index a8ace7abe89506b100ad48a542f5bdd8cf136340..dda6d142ef3246905dcee07cd4161ab32b8c9437 100644
--- a/ui/gfx/gfx_tests.gyp
+++ b/ui/gfx/gfx_tests.gyp
@@ -34,6 +34,7 @@
'animation/tween_unittest.cc',
'blit_unittest.cc',
'break_list_unittest.cc',
+ 'canvas_unittest.cc',
'codec/jpeg_codec_unittest.cc',
'codec/png_codec_unittest.cc',
'color_analysis_unittest.cc',
@@ -110,6 +111,7 @@
}],
['use_ozone==1 and use_pango==0', {
'sources!': [
+ 'canvas_unittest.cc',
'font_list_unittest.cc',
'font_unittest.cc',
'text_elider_unittest.cc',
« no previous file with comments | « build/android/pylib/gtest/filter/ui_unittests_disabled ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698