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

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

Issue 891703006: [Ozone-DRI] Remove the extra helper thread and reuse the IO one (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 10 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/platform/dri/dri.gypi » ('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("//build/config/linux/pkg_config.gni") 5 import("//build/config/linux/pkg_config.gni")
6 import("//ui/ozone/ozone.gni") 6 import("//ui/ozone/ozone.gni")
7 7
8 declare_args() { 8 declare_args() {
9 use_mesa_platform_null = false 9 use_mesa_platform_null = false
10 } 10 }
(...skipping 17 matching lines...) Expand all
28 "dri_console_buffer.cc", 28 "dri_console_buffer.cc",
29 "dri_console_buffer.h", 29 "dri_console_buffer.h",
30 "dri_cursor.cc", 30 "dri_cursor.cc",
31 "dri_cursor.h", 31 "dri_cursor.h",
32 "dri_buffer.cc", 32 "dri_buffer.cc",
33 "dri_buffer.h", 33 "dri_buffer.h",
34 "dri_gpu_platform_support.cc", 34 "dri_gpu_platform_support.cc",
35 "dri_gpu_platform_support_.h", 35 "dri_gpu_platform_support_.h",
36 "dri_gpu_platform_support_host.cc", 36 "dri_gpu_platform_support_host.cc",
37 "dri_gpu_platform_support_host.h", 37 "dri_gpu_platform_support_host.h",
38 "dri_helper_thread.cc",
39 "dri_helper_thread.h",
40 "dri_surface.cc", 38 "dri_surface.cc",
41 "dri_surface.h", 39 "dri_surface.h",
42 "dri_surface_factory.cc", 40 "dri_surface_factory.cc",
43 "dri_surface_factory.h", 41 "dri_surface_factory.h",
44 "dri_util.cc", 42 "dri_util.cc",
45 "dri_util.h", 43 "dri_util.h",
46 "dri_vsync_provider.cc", 44 "dri_vsync_provider.cc",
47 "dri_vsync_provider.h", 45 "dri_vsync_provider.h",
48 "dri_window.cc", 46 "dri_window.cc",
49 "dri_window.h", 47 "dri_window.h",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "//ui/events/ozone:events_ozone_layout", 159 "//ui/events/ozone:events_ozone_layout",
162 ] 160 ]
163 161
164 public_configs = [ ":libgbm" ] 162 public_configs = [ ":libgbm" ]
165 163
166 if (use_mesa_platform_null) { 164 if (use_mesa_platform_null) {
167 defines += [ "USE_MESA_PLATFORM_NULL" ] 165 defines += [ "USE_MESA_PLATFORM_NULL" ]
168 } 166 }
169 } 167 }
170 } 168 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/dri/dri.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698