OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//ui/ozone/ozone.gni") | 5 import("//ui/ozone/ozone.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 # The list of platforms that will be built. | 8 # The list of platforms that will be built. |
9 ozone_platforms = [] | 9 ozone_platforms = [] |
10 | 10 |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "--include=\"ui/ozone/public/ozone_platform.h\"", | 168 "--include=\"ui/ozone/public/ozone_platform.h\"", |
169 ] | 169 ] |
170 | 170 |
171 deps = [ | 171 deps = [ |
172 ":generate_ozone_platform_list", | 172 ":generate_ozone_platform_list", |
173 ] | 173 ] |
174 } | 174 } |
175 | 175 |
176 test("ozone_unittests") { | 176 test("ozone_unittests") { |
177 sources = [ | 177 sources = [ |
178 "common/display_util_unittest.cc", | |
179 "run_all_unittests.cc", | 178 "run_all_unittests.cc", |
180 ] | 179 ] |
181 | 180 |
182 deps = [ | 181 deps = [ |
183 "//base/test:test_support", | 182 "//base/test:test_support", |
184 "//testing/gtest", | 183 "//testing/gtest", |
185 "//ui/gfx/geometry", | 184 "//ui/gfx/geometry", |
186 ] + ozone_platform_test_deps | 185 ] + ozone_platform_test_deps |
187 } | 186 } |
OLD | NEW |