| 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', {
|
|
|