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

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

Issue 1131813003: [2/2][Ozone-Drm] Scan for displays on browser size during startup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@handle-display-init3
Patch Set: rebased Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | ui/ozone/common/display_util.h » ('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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/common/display_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698