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

Unified Diff: ui/ozone/platform/dri/dri.gypi

Issue 304633005: ozone: Add ozone_unittests target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: ui/ozone/platform/dri/dri.gypi
diff --git a/ui/ozone/platform/dri/dri.gypi b/ui/ozone/platform/dri/dri.gypi
index 2bbcd475fb69937a70eefd5d52baefc0b0c8cd23..a6c1744da5267e8d5b15f39ab543cb30f0c794d6 100644
--- a/ui/ozone/platform/dri/dri.gypi
+++ b/ui/ozone/platform/dri/dri.gypi
@@ -7,6 +7,9 @@
'internal_ozone_platform_deps': [
'ozone_platform_dri',
],
+ 'internal_ozone_platform_unittest_deps': [
+ 'ozone_platform_dri_unittests',
+ ],
'internal_ozone_platforms': [
'dri',
],
@@ -26,6 +29,7 @@
'../events/ozone/events_ozone.gyp:events_ozone_evdev',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
+ '../gfx/ozone/gfx_ozone.gyp:gfx_ozone',
],
'defines': [
'OZONE_IMPLEMENTATION',
@@ -60,5 +64,35 @@
'scanout_surface.h',
],
},
+ {
+ 'target_name': 'ozone_platform_dri_unittests',
+ 'type': 'none',
+ 'dependencies': [
+ '../../build/linux/system.gyp:dridrm',
+ '../../skia/skia.gyp:skia',
+ '../gfx/gfx.gyp:gfx_geometry',
+ '../gfx/ozone/gfx_ozone.gyp:gfx_ozone',
+ ],
+ 'export_dependent_settings': [
+ '../../build/linux/system.gyp:dridrm',
+ '../../skia/skia.gyp:skia',
+ '../gfx/gfx.gyp:gfx_geometry',
+ '../gfx/ozone/gfx_ozone.gyp:gfx_ozone',
+ ],
+ 'direct_dependent_settings': {
+ 'sources': [
+ 'dri_surface_factory_unittest.cc',
+ 'dri_surface_unittest.cc',
+ 'hardware_display_controller_unittest.cc',
+ 'screen_manager_unittest.cc',
+ 'test/mock_dri_surface.cc',
+ 'test/mock_dri_surface.h',
+ 'test/mock_dri_wrapper.cc',
+ 'test/mock_dri_wrapper.h',
+ 'test/mock_surface_generator.cc',
+ 'test/mock_surface_generator.h',
+ ],
+ },
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698