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

Side by Side Diff: ui/ozone/BUILD.gn

Issue 1331913004: Add ozone_unittests to the build. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review feedback Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | ui/ozone/platform/drm/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 29 matching lines...) Expand all
40 ] 40 ]
41 ozone_platform_test_deps += [ "platform/drm:drm_unittests" ] 41 ozone_platform_test_deps += [ "platform/drm:drm_unittests" ]
42 } 42 }
43 43
44 if (ozone_platform_gbm) { 44 if (ozone_platform_gbm) {
45 ozone_platforms += [ "gbm" ] 45 ozone_platforms += [ "gbm" ]
46 ozone_platform_deps += [ 46 ozone_platform_deps += [
47 "platform/drm:drm_common", 47 "platform/drm:drm_common",
48 "platform/drm:gbm", 48 "platform/drm:gbm",
49 ] 49 ]
50 ozone_platform_test_deps += [ "platform/drm:drm_unittests" ]
50 } 51 }
51 52
52 platform_list_cc_file = "$target_gen_dir/platform_list.cc" 53 platform_list_cc_file = "$target_gen_dir/platform_list.cc"
53 platform_list_h_file = "$target_gen_dir/platform_list.h" 54 platform_list_h_file = "$target_gen_dir/platform_list.h"
54 platform_list_txt_file = "$target_gen_dir/platform_list.txt" 55 platform_list_txt_file = "$target_gen_dir/platform_list.txt"
55 constructor_list_cc_file = "$target_gen_dir/constructor_list.cc" 56 constructor_list_cc_file = "$target_gen_dir/constructor_list.cc"
56 57
57 # GYP version: ui/ozone/ozone.gyp:ozone_base 58 # GYP version: ui/ozone/ozone.gyp:ozone_base
58 component("ozone_base") { 59 component("ozone_base") {
59 sources = [ 60 sources = [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 sources = [ 200 sources = [
200 "run_all_unittests.cc", 201 "run_all_unittests.cc",
201 ] 202 ]
202 203
203 deps = [ 204 deps = [
204 "//base/test:test_support", 205 "//base/test:test_support",
205 "//testing/gtest", 206 "//testing/gtest",
206 "//ui/gfx/geometry", 207 "//ui/gfx/geometry",
207 ] + ozone_platform_test_deps 208 ] + ozone_platform_test_deps
208 } 209 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | ui/ozone/platform/drm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698