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

Side by Side Diff: gpu/ipc/service/BUILD.gn

Issue 2122243002: Add new Ozone surface API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gl_egl
Patch Set: Even more deps. Created 4 years, 5 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 | « gpu/ipc/common/BUILD.gn ('k') | ui/gl/BUILD.gn » ('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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 if (is_mac) { 7 if (is_mac) {
8 import("//build/config/mac/mac_sdk.gni") 8 import("//build/config/mac/mac_sdk.gni")
9 } 9 }
10 10
(...skipping 28 matching lines...) Expand all
39 "gpu_memory_tracking.h", 39 "gpu_memory_tracking.h",
40 "gpu_watchdog.h", 40 "gpu_watchdog.h",
41 "image_transport_surface.h", 41 "image_transport_surface.h",
42 "pass_through_image_transport_surface.cc", 42 "pass_through_image_transport_surface.cc",
43 "pass_through_image_transport_surface.h", 43 "pass_through_image_transport_surface.h",
44 ] 44 ]
45 configs += [ "//gpu:gpu_implementation" ] 45 configs += [ "//gpu:gpu_implementation" ]
46 public_deps = [ 46 public_deps = [
47 "//base", 47 "//base",
48 "//ipc", 48 "//ipc",
49 "//ui/base",
49 "//ui/events:events_base", 50 "//ui/events:events_base",
50 "//ui/gfx", 51 "//ui/gfx",
51 "//ui/gfx/geometry", 52 "//ui/gfx/geometry",
52 "//ui/gl", 53 "//ui/gl",
53 "//ui/gl/init", 54 "//ui/gl/init",
54 "//url", 55 "//url",
55 ] 56 ]
56 deps = [ 57 deps = [
57 "//gpu/command_buffer/common:common_sources", 58 "//gpu/command_buffer/common:common_sources",
58 "//gpu/command_buffer/service:service_sources", 59 "//gpu/command_buffer/service:service_sources",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 deps += [ "//ui/android:ui_java" ] 160 deps += [ "//ui/android:ui_java" ]
160 } 161 }
161 if (is_mac) { 162 if (is_mac) {
162 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ] 163 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ]
163 } 164 }
164 if (use_ozone) { 165 if (use_ozone) {
165 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ] 166 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ]
166 deps += [ "//ui/ozone" ] 167 deps += [ "//ui/ozone" ]
167 } 168 }
168 } 169 }
OLDNEW
« no previous file with comments | « gpu/ipc/common/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698