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

Unified Diff: ui/ui_unittests.gypi

Issue 27764002: Enable Ozone software implementation in GYP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactored GYP dridrm dependency Created 7 years, 2 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/ozone/surface_factory_ozone.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.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index f1e876d79e93e3856704013dbb3f73111bdd1dde..cee5585dcd258170cbdaf8875564f9cffc9e2438 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -181,6 +181,9 @@
'gfx/font_list_unittest.cc',
'gfx/image/image_mac_unittest.mm',
'gfx/image/image_util_unittest.cc',
+ 'gfx/ozone/impl/hardware_display_controller_ozone_unittest.cc',
+ 'gfx/ozone/impl/software_surface_factory_ozone_unittest.cc',
+ 'gfx/ozone/impl/software_surface_ozone_unittest.cc',
'gfx/platform_font_mac_unittest.mm',
'gfx/render_text_unittest.cc',
'gfx/sequential_id_generator_unittest.cc',
@@ -330,6 +333,11 @@
'gfx/screen_unittest.cc',
],
}],
+ ['use_ozone==1', {
+ 'dependencies': [
+ '<(DEPTH)/build/linux/system.gyp:dridrm',
+ ],
+ }],
['chromeos==1', {
'sources!': [
'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
« no previous file with comments | « ui/gfx/ozone/surface_factory_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698