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

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

Issue 2270463002: Add OzoneGLImpl interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 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 | « ui/ozone/BUILD.gn ('k') | ui/ozone/common/gl_ozone_egl.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 = [
11 "display_mode_proxy.cc", 11 "display_mode_proxy.cc",
12 "display_mode_proxy.h", 12 "display_mode_proxy.h",
13 "display_snapshot_proxy.cc", 13 "display_snapshot_proxy.cc",
14 "display_snapshot_proxy.h", 14 "display_snapshot_proxy.h",
15 "display_util.cc", 15 "display_util.cc",
16 "display_util.h", 16 "display_util.h",
17 "egl_util.cc", 17 "egl_util.cc",
18 "egl_util.h", 18 "egl_util.h",
19 "gl_ozone_egl.cc",
20 "gl_ozone_egl.h",
19 "gpu/ozone_gpu_message_generator.cc", 21 "gpu/ozone_gpu_message_generator.cc",
20 "gpu/ozone_gpu_message_generator.h", 22 "gpu/ozone_gpu_message_generator.h",
21 "gpu/ozone_gpu_message_params.cc", 23 "gpu/ozone_gpu_message_params.cc",
22 "gpu/ozone_gpu_message_params.h", 24 "gpu/ozone_gpu_message_params.h",
23 "gpu/ozone_gpu_messages.h", 25 "gpu/ozone_gpu_messages.h",
24 "native_display_delegate_ozone.cc", 26 "native_display_delegate_ozone.cc",
25 "native_display_delegate_ozone.h", 27 "native_display_delegate_ozone.h",
26 "stub_overlay_manager.cc", 28 "stub_overlay_manager.cc",
27 "stub_overlay_manager.h", 29 "stub_overlay_manager.h",
28 ] 30 ]
29 31
30 public_deps = [ 32 public_deps = [
31 "//ui/ozone:ozone_base", 33 "//ui/ozone:ozone_base",
32 ] 34 ]
33 35
34 deps = [ 36 deps = [
35 "//ui/gl", 37 "//ui/gl",
36 ] 38 ]
37 39
38 visibility = [ "//ui/ozone/platform/*" ] 40 visibility = [ "//ui/ozone/platform/*" ]
39 } 41 }
OLDNEW
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/common/gl_ozone_egl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698