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

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

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 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/gpu_ipc_service.gypi ('k') | gpu/ipc/service/gpu_channel_manager.cc » ('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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/events:events_base", 49 "//ui/events:events_base",
50 "//ui/gfx", 50 "//ui/gfx",
51 "//ui/gfx/geometry", 51 "//ui/gfx/geometry",
52 "//ui/gl", 52 "//ui/gl",
53 "//ui/gl/init",
53 "//url", 54 "//url",
54 ] 55 ]
55 deps = [ 56 deps = [
56 "//gpu/command_buffer/common:common_sources", 57 "//gpu/command_buffer/common:common_sources",
57 "//gpu/command_buffer/service:service_sources", 58 "//gpu/command_buffer/service:service_sources",
58 "//gpu/config:config_sources", 59 "//gpu/config:config_sources",
59 "//gpu/ipc/common:ipc_common_sources", 60 "//gpu/ipc/common:ipc_common_sources",
60 ] 61 ]
61 libs = [] 62 libs = []
62 if (is_win) { 63 if (is_win) {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 deps += [ "//ui/android:ui_java" ] 158 deps += [ "//ui/android:ui_java" ]
158 } 159 }
159 if (is_mac) { 160 if (is_mac) {
160 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ] 161 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ]
161 } 162 }
162 if (use_ozone) { 163 if (use_ozone) {
163 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ] 164 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ]
164 deps += [ "//ui/ozone" ] 165 deps += [ "//ui/ozone" ]
165 } 166 }
166 } 167 }
OLDNEW
« no previous file with comments | « gpu/gpu_ipc_service.gypi ('k') | gpu/ipc/service/gpu_channel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698