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

Unified Diff: ui/ozone/ozone.gyp

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/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index af1305bce30411b6cc4d1275770fd8f5cbac7efa..5dbe020443cdc10502eaa47845578b49ac886b55 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -8,8 +8,10 @@
'external_ozone_platforms': [],
'external_ozone_platform_files': [],
'external_ozone_platform_deps': [],
+ 'external_ozone_platform_unittest_deps': [],
'internal_ozone_platforms': [],
'internal_ozone_platform_deps': [],
+ 'internal_ozone_platform_unittest_deps': [],
},
'targets': [
{
@@ -83,6 +85,21 @@
}],
]
},
+ {
+ 'target_name': 'ozone_unittests',
+ 'type': '<(gtest_target_type)',
+ 'sources': [
+ 'run_all_unittests.cc',
+ ],
+ 'dependencies': [
+ 'ozone',
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:test_support_base',
+ '../../testing/gtest.gyp:gtest',
+ '<@(external_ozone_platform_unittest_deps)',
+ '<@(internal_ozone_platform_unittest_deps)',
+ ],
+ },
],
'conditions': [
['<(ozone_platform_caca) == 1', {

Powered by Google App Engine
This is Rietveld 408576698