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

Unified Diff: ui/gfx/gfx_tests.gyp

Issue 384263002: ui: Move screen unit test into gfx_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 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_tests.gyp
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
index 174e2bf8da7a4e3bf29f5f209f4e9294af086421..59e14d384766d33d9b3d1b1c113f4b082b65fe8c 100644
--- a/ui/gfx/gfx_tests.gyp
+++ b/ui/gfx/gfx_tests.gyp
@@ -21,6 +21,7 @@
'image/image_unittest_util.h',
'image/image_unittest_util_ios.mm',
'image/image_unittest_util_mac.mm',
+ 'screen_unittest.cc',
'test/run_all_unittests.cc',
'text_elider_unittest.cc',
'text_utils_unittest.cc',
@@ -137,6 +138,11 @@
'render_text_unittest.cc',
],
}],
+ ['use_aura==1', {
+ 'sources!': [
+ 'screen_unittest.cc',
+ ],
+ }],
],
}
],
« 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