OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # GYP-to-GN project mappings: | 5 # GYP-to-GN project mappings: |
6 # | 6 # |
7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client | 7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client |
8 # | 8 # |
9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common | 9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common |
10 # | 10 # |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 defines = [ "GL_GLEXT_PROTOTYPES" ] | 153 defines = [ "GL_GLEXT_PROTOTYPES" ] |
154 | 154 |
155 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 155 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
156 | 156 |
157 deps = [ | 157 deps = [ |
158 ":gpu", | 158 ":gpu", |
159 ":test_support", | 159 ":test_support", |
160 "//base", | 160 "//base", |
161 "//base/test:test_support", | 161 "//base/test:test_support", |
162 "//base/third_party/dynamic_annotations", | 162 "//base/third_party/dynamic_annotations", |
| 163 "//gpu/command_buffer/client:gles2_c_lib", |
| 164 "//gpu/command_buffer/client:gles2_implementation", |
| 165 "//gpu/command_buffer/common:gles2_utils", |
163 "//testing/gmock", | 166 "//testing/gmock", |
164 "//testing/gtest", | 167 "//testing/gtest", |
165 "//third_party/angle:translator", | 168 "//third_party/angle:translator", |
166 "//ui/gfx", | 169 "//ui/gfx", |
167 "//ui/gfx:test_support", | 170 "//ui/gfx:test_support", |
168 "//ui/gfx/geometry", | 171 "//ui/gfx/geometry", |
169 "//ui/gl", | 172 "//ui/gl", |
170 "//gpu/command_buffer/common:gles2_utils", | |
171 "//gpu/command_buffer/client:gles2_c_lib", | |
172 "//gpu/command_buffer/client:gles2_implementation", | |
173 ] | 173 ] |
174 | 174 |
175 libs = [] | 175 libs = [] |
176 | 176 |
177 if (is_android) { | 177 if (is_android) { |
178 libs += [ "android" ] | 178 libs += [ "android" ] |
179 apk_deps = [ "//ui/android:ui_java" ] | 179 apk_deps = [ "//ui/android:ui_java" ] |
180 } | 180 } |
181 } | 181 } |
182 | 182 |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 292 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
293 "//build/config/compiler:no_size_t_to_int_warning", | 293 "//build/config/compiler:no_size_t_to_int_warning", |
294 ] | 294 ] |
295 | 295 |
296 deps = [ | 296 deps = [ |
297 ":gpu", | 297 ":gpu", |
298 ":test_support", | 298 ":test_support", |
299 "//base", | 299 "//base", |
300 "//base/test:test_support", | 300 "//base/test:test_support", |
301 "//base/third_party/dynamic_annotations", | 301 "//base/third_party/dynamic_annotations", |
| 302 "//gpu/command_buffer/client:gles2_c_lib", |
| 303 "//gpu/command_buffer/client:gles2_implementation", |
| 304 "//gpu/command_buffer/common:gles2_utils", |
302 "//testing/gmock", | 305 "//testing/gmock", |
303 "//testing/gtest", | 306 "//testing/gtest", |
304 "//third_party/angle:translator", | 307 "//third_party/angle:translator", |
305 "//ui/gfx", | 308 "//ui/gfx", |
| 309 "//ui/gfx:test_support", |
306 "//ui/gfx/geometry", | 310 "//ui/gfx/geometry", |
307 "//ui/gfx:test_support", | |
308 "//ui/gl", | 311 "//ui/gl", |
309 "//ui/gl:gl_unittest_utils", | 312 "//ui/gl:gl_unittest_utils", |
310 "//ui/gl:test_support", | 313 "//ui/gl:test_support", |
311 "//gpu/command_buffer/common:gles2_utils", | |
312 "//gpu/command_buffer/client:gles2_c_lib", | |
313 "//gpu/command_buffer/client:gles2_implementation", | |
314 ] | 314 ] |
315 } | 315 } |
316 | 316 |
317 test("gpu_perftests") { | 317 test("gpu_perftests") { |
318 sources = [ | 318 sources = [ |
319 "perftests/measurements.cc", | 319 "perftests/measurements.cc", |
320 "perftests/run_all_tests.cc", | 320 "perftests/run_all_tests.cc", |
321 "perftests/texture_upload_perftest.cc", | 321 "perftests/texture_upload_perftest.cc", |
322 ] | 322 ] |
323 | 323 |
(...skipping 21 matching lines...) Expand all Loading... |
345 if (is_win || is_linux || is_mac) { | 345 if (is_win || is_linux || is_mac) { |
346 # TODO(GYP): Delete this after we've converted everything to GN. | 346 # TODO(GYP): Delete this after we've converted everything to GN. |
347 # The _run targets exist only for compatibility w/ GYP. | 347 # The _run targets exist only for compatibility w/ GYP. |
348 group("angle_end2end_tests_run") { | 348 group("angle_end2end_tests_run") { |
349 testonly = true | 349 testonly = true |
350 deps = [ | 350 deps = [ |
351 "//third_party/angle/src/tests:angle_end2end_tests", | 351 "//third_party/angle/src/tests:angle_end2end_tests", |
352 ] | 352 ] |
353 } | 353 } |
354 } | 354 } |
OLD | NEW |