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

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

Issue 2033243003: Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 ":test_support", 137 ":test_support",
138 "//base", 138 "//base",
139 "//base/test:run_all_unittests", 139 "//base/test:run_all_unittests",
140 "//base/test:test_support", 140 "//base/test:test_support",
141 "//gpu/command_buffer/common", 141 "//gpu/command_buffer/common",
142 "//gpu/command_buffer/common:gles2_utils", 142 "//gpu/command_buffer/common:gles2_utils",
143 "//gpu/command_buffer/service", 143 "//gpu/command_buffer/service",
144 "//gpu/config", 144 "//gpu/config",
145 "//gpu/ipc/common", 145 "//gpu/ipc/common",
146 "//ipc:test_support", 146 "//ipc:test_support",
147 "//mojo/edk/system",
147 "//skia", 148 "//skia",
148 "//testing/gmock", 149 "//testing/gmock",
149 "//testing/gtest", 150 "//testing/gtest",
150 "//third_party/mesa:mesa_headers", 151 "//third_party/mesa:mesa_headers",
151 "//ui/gfx:test_support", 152 "//ui/gfx:test_support",
152 "//ui/gl:gl_unittest_utils", 153 "//ui/gl:gl_unittest_utils",
153 "//ui/gl:test_support", 154 "//ui/gl:test_support",
154 "//url", 155 "//url",
155 ] 156 ]
156 libs = [] 157 libs = []
157 if (is_android) { 158 if (is_android) {
158 sources += [ "gpu_memory_buffer_factory_surface_texture_unittest.cc" ] 159 sources += [ "gpu_memory_buffer_factory_surface_texture_unittest.cc" ]
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 | « components/nacl/loader/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | mojo/public/cpp/system/event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698