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

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

Issue 2928483003: Delete unnecessary mode code in ozone/drm (Closed)
Patch Set: Created 3 years, 6 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_mode_proxy.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",
12 "display_mode_proxy.h",
13 "display_snapshot_proxy.cc", 11 "display_snapshot_proxy.cc",
14 "display_snapshot_proxy.h", 12 "display_snapshot_proxy.h",
15 "egl_util.cc", 13 "egl_util.cc",
16 "egl_util.h", 14 "egl_util.h",
17 "gl_ozone_egl.cc", 15 "gl_ozone_egl.cc",
18 "gl_ozone_egl.h", 16 "gl_ozone_egl.h",
19 "gl_ozone_osmesa.cc", 17 "gl_ozone_osmesa.cc",
20 "gl_ozone_osmesa.h", 18 "gl_ozone_osmesa.h",
21 "gpu/ozone_gpu_message_generator.cc", 19 "gpu/ozone_gpu_message_generator.cc",
22 "gpu/ozone_gpu_message_generator.h", 20 "gpu/ozone_gpu_message_generator.h",
23 "gpu/ozone_gpu_message_params.cc", 21 "gpu/ozone_gpu_message_params.cc",
24 "gpu/ozone_gpu_message_params.h", 22 "gpu/ozone_gpu_message_params.h",
25 "gpu/ozone_gpu_messages.h", 23 "gpu/ozone_gpu_messages.h",
26 "stub_overlay_manager.cc", 24 "stub_overlay_manager.cc",
27 "stub_overlay_manager.h", 25 "stub_overlay_manager.h",
28 ] 26 ]
29 27
30 public_deps = [ 28 public_deps = [
31 "//ui/ozone:ozone_base", 29 "//ui/ozone:ozone_base",
32 ] 30 ]
33 31
34 deps = [ 32 deps = [
35 "//ui/gl", 33 "//ui/gl",
36 ] 34 ]
37 35
38 visibility = [ "//ui/ozone/platform/*" ] 36 visibility = [ "//ui/ozone/platform/*" ]
39 } 37 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/common/display_mode_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698