| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "config/gpu_control_list_unittest.cc", | 315 "config/gpu_control_list_unittest.cc", |
| 316 "config/gpu_control_list_version_info_unittest.cc", | 316 "config/gpu_control_list_version_info_unittest.cc", |
| 317 "config/gpu_driver_bug_list_unittest.cc", | 317 "config/gpu_driver_bug_list_unittest.cc", |
| 318 "config/gpu_info_collector_unittest.cc", | 318 "config/gpu_info_collector_unittest.cc", |
| 319 "config/gpu_info_unittest.cc", | 319 "config/gpu_info_unittest.cc", |
| 320 "config/gpu_test_config_unittest.cc", | 320 "config/gpu_test_config_unittest.cc", |
| 321 "config/gpu_test_expectations_parser_unittest.cc", | 321 "config/gpu_test_expectations_parser_unittest.cc", |
| 322 "config/gpu_util_unittest.cc", | 322 "config/gpu_util_unittest.cc", |
| 323 "ipc/client/gpu_memory_buffer_impl_shared_memory_unittest.cc", | 323 "ipc/client/gpu_memory_buffer_impl_shared_memory_unittest.cc", |
| 324 "ipc/client/gpu_memory_buffer_impl_test_template.h", | 324 "ipc/client/gpu_memory_buffer_impl_test_template.h", |
| 325 "ipc/common/struct_traits_unittest.cc", |
| 325 ] | 326 ] |
| 326 | 327 |
| 327 if (is_android) { | 328 if (is_android) { |
| 328 sources += | 329 sources += |
| 329 [ "ipc/client/gpu_memory_buffer_impl_surface_texture_unittest.cc" ] | 330 [ "ipc/client/gpu_memory_buffer_impl_surface_texture_unittest.cc" ] |
| 330 } | 331 } |
| 331 | 332 |
| 332 if (is_mac) { | 333 if (is_mac) { |
| 333 sources += [ "ipc/client/gpu_memory_buffer_impl_io_surface_unittest.cc" ] | 334 sources += [ "ipc/client/gpu_memory_buffer_impl_io_surface_unittest.cc" ] |
| 334 } | 335 } |
| 335 | 336 |
| 336 configs += [ | 337 configs += [ |
| 337 "//build/config:precompiled_headers", | 338 "//build/config:precompiled_headers", |
| 338 | 339 |
| 339 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 340 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 340 "//build/config/compiler:no_size_t_to_int_warning", | 341 "//build/config/compiler:no_size_t_to_int_warning", |
| 341 ] | 342 ] |
| 342 | 343 |
| 343 deps = [ | 344 deps = [ |
| 344 ":gpu", | 345 ":gpu", |
| 345 ":test_support", | 346 ":test_support", |
| 346 "//base", | 347 "//base", |
| 347 "//base/test:test_support", | 348 "//base/test:test_support", |
| 348 "//base/third_party/dynamic_annotations", | 349 "//base/third_party/dynamic_annotations", |
| 349 "//gpu/command_buffer/client:gl_in_process_context", | 350 "//gpu/command_buffer/client:gl_in_process_context", |
| 350 "//gpu/command_buffer/client:gles2_c_lib", | 351 "//gpu/command_buffer/client:gles2_c_lib", |
| 351 "//gpu/command_buffer/client:gles2_implementation", | 352 "//gpu/command_buffer/client:gles2_implementation", |
| 352 "//gpu/command_buffer/common:gles2_utils", | 353 "//gpu/command_buffer/common:gles2_utils", |
| 354 "//gpu/ipc/common:test_interfaces", |
| 355 "//mojo/edk/system", |
| 356 "//mojo/public/cpp/bindings", |
| 353 "//testing/gmock", | 357 "//testing/gmock", |
| 354 "//testing/gtest", | 358 "//testing/gtest", |
| 355 "//third_party/angle:translator", | 359 "//third_party/angle:translator", |
| 356 "//ui/gfx", | 360 "//ui/gfx", |
| 357 "//ui/gfx:test_support", | 361 "//ui/gfx:test_support", |
| 358 "//ui/gfx/geometry", | 362 "//ui/gfx/geometry", |
| 359 "//ui/gl", | 363 "//ui/gl", |
| 360 "//ui/gl:gl_unittest_utils", | 364 "//ui/gl:gl_unittest_utils", |
| 361 "//ui/gl:test_support", | 365 "//ui/gl:test_support", |
| 362 ] | 366 ] |
| (...skipping 27 matching lines...) Expand all Loading... |
| 390 "//testing/gtest", | 394 "//testing/gtest", |
| 391 "//testing/perf", | 395 "//testing/perf", |
| 392 "//ui/gfx/geometry", | 396 "//ui/gfx/geometry", |
| 393 "//ui/gl", | 397 "//ui/gl", |
| 394 "//ui/gl/init", | 398 "//ui/gl/init", |
| 395 ] | 399 ] |
| 396 | 400 |
| 397 # This target should not require the Chrome executable to run. | 401 # This target should not require the Chrome executable to run. |
| 398 assert_no_deps = [ "//chrome" ] | 402 assert_no_deps = [ "//chrome" ] |
| 399 } | 403 } |
| OLD | NEW |