summaryrefslogtreecommitdiffstats
path: root/ui/ui_unittests.gypi
diff options
context:
space:
mode:
authorderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 00:39:35 +0000
committerderat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 00:39:35 +0000
commit6b7d954ff37811b45fac57e34418ff1c169b6ef8 (patch)
treef9b48972f6343d85508e1277bc9c524d7cb222a2 /ui/ui_unittests.gypi
parented5c8219cf7da9a89d3da219c09f777ac3998ba9 (diff)
downloadchromium_src-6b7d954ff37811b45fac57e34418ff1c169b6ef8.zip
chromium_src-6b7d954ff37811b45fac57e34418ff1c169b6ef8.tar.gz
chromium_src-6b7d954ff37811b45fac57e34418ff1c169b6ef8.tar.bz2
Move DisplayUtils methods into gfx::Screen.
These methods are currently just used by metrics. I moved them from base into the browser a while back, but I think it makes the most sense for them to live in gfx::Screen. I'm also relocating the tests to ui_unittest and making them work on Aura. BUG=99711,100341 TEST=ran ui_unittest Review URL: http://codereview.chromium.org/8382019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_unittests.gypi')
-rw-r--r--ui/ui_unittests.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 5b57fb3..a550de2 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -78,6 +78,7 @@
'gfx/insets_unittest.cc',
'gfx/rect_unittest.cc',
'gfx/run_all_unittests.cc',
+ 'gfx/screen_unittest.cc',
'gfx/skbitmap_operations_unittest.cc',
'gfx/skia_util_unittest.cc',
'gfx/test_suite.cc',
@@ -176,6 +177,11 @@
'base/clipboard/clipboard_unittest.cc',
],
}],
+ ['use_aura==1', {
+ 'dependencies': [
+ 'aura/aura.gyp:aura',
+ ],
+ }],
],
},
],