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

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

Issue 2682393003: Change MessageLoop type for GPU tests with Ozone. (Closed)
Patch Set: Fix comment. Created 3 years, 9 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/command_buffer/service/gpu_service_test.cc ('k') | gpu/ipc/service/gpu_channel_unittest.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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "gpu_channel_test_common.cc", 146 "gpu_channel_test_common.cc",
147 "gpu_channel_test_common.h", 147 "gpu_channel_test_common.h",
148 "gpu_channel_unittest.cc", 148 "gpu_channel_unittest.cc",
149 "gpu_vsync_provider_unittest_win.cc", 149 "gpu_vsync_provider_unittest_win.cc",
150 ] 150 ]
151 deps = [ 151 deps = [
152 ":service", 152 ":service",
153 ":test_support", 153 ":test_support",
154 "//base", 154 "//base",
155 "//base/test:test_support", 155 "//base/test:test_support",
156 "//gpu:test_support",
156 "//gpu/command_buffer/common", 157 "//gpu/command_buffer/common",
157 "//gpu/command_buffer/common:gles2_utils", 158 "//gpu/command_buffer/common:gles2_utils",
158 "//gpu/command_buffer/service", 159 "//gpu/command_buffer/service",
159 "//gpu/config", 160 "//gpu/config",
160 "//gpu/ipc/common", 161 "//gpu/ipc/common",
161 "//ipc:run_all_unittests", 162 "//ipc:run_all_unittests",
162 "//ipc:test_support", 163 "//ipc:test_support",
163 "//skia", 164 "//skia",
164 "//testing/gmock", 165 "//testing/gmock",
165 "//testing/gtest", 166 "//testing/gtest",
166 "//third_party/mesa:mesa_headers", 167 "//third_party/mesa:mesa_headers",
167 "//ui/gfx:test_support", 168 "//ui/gfx:test_support",
168 "//ui/gl:gl_unittest_utils", 169 "//ui/gl:gl_unittest_utils",
169 "//ui/gl:test_support", 170 "//ui/gl:test_support",
170 "//url", 171 "//url",
171 ] 172 ]
172 libs = [] 173 libs = []
173 if (is_android) { 174 if (is_android) {
174 deps += [ "//ui/android:ui_java" ] 175 deps += [ "//ui/android:ui_java" ]
175 } 176 }
176 if (is_mac) { 177 if (is_mac) {
177 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ] 178 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ]
178 } 179 }
179 if (use_ozone) { 180 if (use_ozone) {
180 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ] 181 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ]
181 deps += [ "//ui/ozone" ] 182 deps += [ "//ui/ozone" ]
182 } 183 }
183 } 184 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gpu_service_test.cc ('k') | gpu/ipc/service/gpu_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698