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

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

Issue 2778833002: Revert changes to GPU test MessageLoop type. (Closed)
Patch Set: Created 3 years, 8 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "gpu_channel_test_common.cc", 147 "gpu_channel_test_common.cc",
148 "gpu_channel_test_common.h", 148 "gpu_channel_test_common.h",
149 "gpu_channel_unittest.cc", 149 "gpu_channel_unittest.cc",
150 "gpu_vsync_provider_unittest_win.cc", 150 "gpu_vsync_provider_unittest_win.cc",
151 ] 151 ]
152 deps = [ 152 deps = [
153 ":service", 153 ":service",
154 ":test_support", 154 ":test_support",
155 "//base", 155 "//base",
156 "//base/test:test_support", 156 "//base/test:test_support",
157 "//gpu:test_support",
158 "//gpu/command_buffer/common", 157 "//gpu/command_buffer/common",
159 "//gpu/command_buffer/common:gles2_utils", 158 "//gpu/command_buffer/common:gles2_utils",
160 "//gpu/command_buffer/service", 159 "//gpu/command_buffer/service",
161 "//gpu/config", 160 "//gpu/config",
162 "//gpu/ipc/common", 161 "//gpu/ipc/common",
163 "//ipc:run_all_unittests", 162 "//ipc:run_all_unittests",
164 "//ipc:test_support", 163 "//ipc:test_support",
165 "//skia", 164 "//skia",
166 "//testing/gmock", 165 "//testing/gmock",
167 "//testing/gtest", 166 "//testing/gtest",
168 "//third_party/mesa:mesa_headers", 167 "//third_party/mesa:mesa_headers",
169 "//ui/gfx:test_support", 168 "//ui/gfx:test_support",
170 "//ui/gl:gl_unittest_utils", 169 "//ui/gl:gl_unittest_utils",
171 "//ui/gl:test_support", 170 "//ui/gl:test_support",
172 "//url", 171 "//url",
173 ] 172 ]
174 libs = [] 173 libs = []
175 if (is_android) { 174 if (is_android) {
176 deps += [ "//ui/android:ui_java" ] 175 deps += [ "//ui/android:ui_java" ]
177 } 176 }
178 if (is_mac) { 177 if (is_mac) {
179 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ] 178 sources += [ "gpu_memory_buffer_factory_io_surface_unittest.cc" ]
180 } 179 }
181 if (use_ozone) { 180 if (use_ozone) {
182 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ] 181 sources += [ "gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc" ]
183 deps += [ "//ui/ozone" ] 182 deps += [ "//ui/ozone" ]
184 } 183 }
185 } 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