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

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

Issue 2165303002: Convert Ozone GBM to use new surface API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ozone_impl
Patch Set: Add missing dep. Created 4 years, 4 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 | « ui/gl/init/gl_surface_ozone.cc ('k') | ui/ozone/common/egl_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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 assert(use_ozone) 7 assert(use_ozone)
8 8
9 source_set("common") { 9 source_set("common") {
10 sources = [ 10 sources = [
(...skipping 13 matching lines...) Expand all
24 "native_display_delegate_ozone.cc", 24 "native_display_delegate_ozone.cc",
25 "native_display_delegate_ozone.h", 25 "native_display_delegate_ozone.h",
26 "stub_overlay_manager.cc", 26 "stub_overlay_manager.cc",
27 "stub_overlay_manager.h", 27 "stub_overlay_manager.h",
28 ] 28 ]
29 29
30 public_deps = [ 30 public_deps = [
31 "//ui/ozone:ozone_base", 31 "//ui/ozone:ozone_base",
32 ] 32 ]
33 33
34 deps = [
35 "//ui/gl",
36 ]
37
34 visibility = [ "//ui/ozone/platform/*" ] 38 visibility = [ "//ui/ozone/platform/*" ]
35 } 39 }
OLDNEW
« no previous file with comments | « ui/gl/init/gl_surface_ozone.cc ('k') | ui/ozone/common/egl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698