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

Side by Side Diff: gpu/gpu.gyp

Issue 1827123002: Move content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 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/BUILD.gn ('k') | gpu/gpu_ipc_client.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 'build_angle_deqp_tests%': 0, 8 'build_angle_deqp_tests%': 0,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '../ui/gfx/gfx.gyp:gfx_geometry', 166 '../ui/gfx/gfx.gyp:gfx_geometry',
167 '../ui/gfx/gfx.gyp:gfx_test_support', 167 '../ui/gfx/gfx.gyp:gfx_test_support',
168 '../ui/gl/gl.gyp:gl', 168 '../ui/gl/gl.gyp:gl',
169 '../ui/gl/gl.gyp:gl_test_support', 169 '../ui/gl/gl.gyp:gl_test_support',
170 'command_buffer/command_buffer.gyp:gles2_utils', 170 'command_buffer/command_buffer.gyp:gles2_utils',
171 'command_buffer_client', 171 'command_buffer_client',
172 'command_buffer_common', 172 'command_buffer_common',
173 'command_buffer_service', 173 'command_buffer_service',
174 'gpu', 174 'gpu',
175 'gpu_unittest_utils', 175 'gpu_unittest_utils',
176 'gl_in_process_context',
176 'gles2_implementation', 177 'gles2_implementation',
177 'gles2_cmd_helper', 178 'gles2_cmd_helper',
178 'gles2_c_lib', 179 'gles2_c_lib',
179 ], 180 ],
180 'sources': [ 181 'sources': [
181 # Note: sources list duplicated in GN build. 182 # Note: sources list duplicated in GN build.
182 'command_buffer/client/buffer_tracker_unittest.cc', 183 'command_buffer/client/buffer_tracker_unittest.cc',
183 'command_buffer/client/client_test_helper.cc', 184 'command_buffer/client/client_test_helper.cc',
184 'command_buffer/client/client_test_helper.h', 185 'command_buffer/client/client_test_helper.h',
185 'command_buffer/client/cmd_buffer_helper_test.cc', 186 'command_buffer/client/cmd_buffer_helper_test.cc',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'command_buffer/service/gles2_cmd_decoder_unittest_textures.cc', 239 'command_buffer/service/gles2_cmd_decoder_unittest_textures.cc',
239 'command_buffer/service/gles2_cmd_decoder_unittest_valuebuffer.cc', 240 'command_buffer/service/gles2_cmd_decoder_unittest_valuebuffer.cc',
240 'command_buffer/service/gpu_service_test.cc', 241 'command_buffer/service/gpu_service_test.cc',
241 'command_buffer/service/gpu_service_test.h', 242 'command_buffer/service/gpu_service_test.h',
242 'command_buffer/service/gpu_tracer_unittest.cc', 243 'command_buffer/service/gpu_tracer_unittest.cc',
243 'command_buffer/service/id_manager_unittest.cc', 244 'command_buffer/service/id_manager_unittest.cc',
244 'command_buffer/service/mailbox_manager_unittest.cc', 245 'command_buffer/service/mailbox_manager_unittest.cc',
245 'command_buffer/service/memory_program_cache_unittest.cc', 246 'command_buffer/service/memory_program_cache_unittest.cc',
246 'command_buffer/service/mocks.cc', 247 'command_buffer/service/mocks.cc',
247 'command_buffer/service/mocks.h', 248 'command_buffer/service/mocks.h',
249 'command_buffer/service/path_manager_unittest.cc',
248 'command_buffer/service/program_cache_unittest.cc', 250 'command_buffer/service/program_cache_unittest.cc',
249 'command_buffer/service/program_manager_unittest.cc', 251 'command_buffer/service/program_manager_unittest.cc',
250 'command_buffer/service/query_manager_unittest.cc', 252 'command_buffer/service/query_manager_unittest.cc',
251 'command_buffer/service/renderbuffer_manager_unittest.cc', 253 'command_buffer/service/renderbuffer_manager_unittest.cc',
252 'command_buffer/service/shader_manager_unittest.cc', 254 'command_buffer/service/shader_manager_unittest.cc',
253 'command_buffer/service/shader_translator_cache_unittest.cc', 255 'command_buffer/service/shader_translator_cache_unittest.cc',
254 'command_buffer/service/shader_translator_unittest.cc', 256 'command_buffer/service/shader_translator_unittest.cc',
255 'command_buffer/service/sync_point_manager_unittest.cc', 257 'command_buffer/service/sync_point_manager_unittest.cc',
256 'command_buffer/service/test_helper.cc', 258 'command_buffer/service/test_helper.cc',
257 'command_buffer/service/test_helper.h', 259 'command_buffer/service/test_helper.h',
258 'command_buffer/service/path_manager_unittest.cc',
259 'command_buffer/service/texture_manager_unittest.cc', 260 'command_buffer/service/texture_manager_unittest.cc',
260 'command_buffer/service/transfer_buffer_manager_unittest.cc', 261 'command_buffer/service/transfer_buffer_manager_unittest.cc',
261 'command_buffer/service/valuebuffer_manager_unittest.cc', 262 'command_buffer/service/valuebuffer_manager_unittest.cc',
262 'command_buffer/service/vertex_array_manager_unittest.cc', 263 'command_buffer/service/vertex_array_manager_unittest.cc',
263 'command_buffer/service/vertex_attrib_manager_unittest.cc', 264 'command_buffer/service/vertex_attrib_manager_unittest.cc',
264 'config/gpu_blacklist_unittest.cc', 265 'config/gpu_blacklist_unittest.cc',
265 'config/gpu_control_list_entry_unittest.cc', 266 'config/gpu_control_list_entry_unittest.cc',
266 'config/gpu_control_list_number_info_unittest.cc', 267 'config/gpu_control_list_number_info_unittest.cc',
267 'config/gpu_control_list_os_info_unittest.cc', 268 'config/gpu_control_list_os_info_unittest.cc',
268 'config/gpu_control_list_unittest.cc', 269 'config/gpu_control_list_unittest.cc',
269 'config/gpu_control_list_version_info_unittest.cc', 270 'config/gpu_control_list_version_info_unittest.cc',
270 'config/gpu_driver_bug_list_unittest.cc', 271 'config/gpu_driver_bug_list_unittest.cc',
271 'config/gpu_info_collector_unittest.cc', 272 'config/gpu_info_collector_unittest.cc',
272 'config/gpu_info_unittest.cc', 273 'config/gpu_info_unittest.cc',
273 'config/gpu_test_config_unittest.cc', 274 'config/gpu_test_config_unittest.cc',
274 'config/gpu_test_expectations_parser_unittest.cc', 275 'config/gpu_test_expectations_parser_unittest.cc',
275 'config/gpu_util_unittest.cc', 276 'config/gpu_util_unittest.cc',
277 'ipc/client/gpu_memory_buffer_impl_shared_memory_unittest.cc',
278 'ipc/client/gpu_memory_buffer_impl_test_template.h',
276 ], 279 ],
277 'conditions': [ 280 'conditions': [
278 ['OS == "android"', { 281 ['OS == "android"', {
279 'dependencies': [ 282 'dependencies': [
280 '../testing/android/native_test.gyp:native_test_native_code', 283 '../testing/android/native_test.gyp:native_test_native_code',
281 ], 284 ],
282 }], 285 }],
286 ['OS == "mac"', {
287 'sources+': [
288 'ipc/client/gpu_memory_buffer_impl_io_surface_unittest.cc',
289 ]
290 }],
291 ['use_ozone == 1', {
292 'sources+': [
293 'ipc/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc',
294 ]
295 }],
283 ], 296 ],
284 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 297 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
285 'msvs_disabled_warnings': [ 4267, ], 298 'msvs_disabled_warnings': [ 4267, ],
286 }, 299 },
287 { 300 {
288 # GN version: //gpu/gpu_perftests 301 # GN version: //gpu/gpu_perftests
289 'target_name': 'gpu_perftests', 302 'target_name': 'gpu_perftests',
290 'type': '<(gtest_target_type)', 303 'type': '<(gtest_target_type)',
291 'dependencies': [ 304 'dependencies': [
292 '../base/base.gyp:base', 305 '../base/base.gyp:base',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'sources': [ 358 'sources': [
346 # Note: sources list duplicated in GN build. 359 # Note: sources list duplicated in GN build.
347 'command_buffer/tests/compressed_texture_test.cc', 360 'command_buffer/tests/compressed_texture_test.cc',
348 'command_buffer/tests/es3_misc_functions_unittest.cc', 361 'command_buffer/tests/es3_misc_functions_unittest.cc',
349 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', 362 'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
350 'command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc' , 363 'command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc' ,
351 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', 364 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
352 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', 365 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc',
353 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', 366 'command_buffer/tests/gl_clear_framebuffer_unittest.cc',
354 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc', 367 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc',
368 'command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc',
355 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', 369 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
356 'command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc',
357 'command_buffer/tests/gl_cube_map_texture_unittest.cc', 370 'command_buffer/tests/gl_cube_map_texture_unittest.cc',
358 'command_buffer/tests/gl_depth_texture_unittest.cc', 371 'command_buffer/tests/gl_depth_texture_unittest.cc',
359 'command_buffer/tests/gl_dynamic_config_unittest.cc', 372 'command_buffer/tests/gl_dynamic_config_unittest.cc',
360 'command_buffer/tests/gl_ext_blend_func_extended_unittest.cc', 373 'command_buffer/tests/gl_ext_blend_func_extended_unittest.cc',
361 'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc', 374 'command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc',
362 'command_buffer/tests/gl_ext_srgb_unittest.cc', 375 'command_buffer/tests/gl_ext_srgb_unittest.cc',
363 'command_buffer/tests/gl_fence_sync_unittest.cc', 376 'command_buffer/tests/gl_fence_sync_unittest.cc',
364 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', 377 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc',
365 'command_buffer/tests/gl_iosurface_readback_workaround_unittest.cc', 378 'command_buffer/tests/gl_iosurface_readback_workaround_unittest.cc',
366 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', 379 'command_buffer/tests/gl_lose_context_chromium_unittest.cc',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 { 531 {
519 # GN version: //gpu 532 # GN version: //gpu
520 'target_name': 'gpu', 533 'target_name': 'gpu',
521 'type': 'none', 534 'type': 'none',
522 'dependencies': [ 535 'dependencies': [
523 'command_buffer_client', 536 'command_buffer_client',
524 'command_buffer_common', 537 'command_buffer_common',
525 'command_buffer_service', 538 'command_buffer_service',
526 'gles2_cmd_helper', 539 'gles2_cmd_helper',
527 'gpu_config', 540 'gpu_config',
541 'gpu_ipc_client',
528 'gpu_ipc_common', 542 'gpu_ipc_common',
529 ], 543 ],
530 'sources': [ 544 'sources': [
531 'gpu_export.h', 545 'gpu_export.h',
532 ], 546 ],
533 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 547 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
534 'msvs_disabled_warnings': [4267, ], 548 'msvs_disabled_warnings': [4267, ],
535 }, 549 },
536 { 550 {
537 # GN version: //gpu/command_buffer/common 551 # GN version: //gpu/command_buffer/common
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 }, 610 },
597 { 611 {
598 # GN version: //gpu/ipc/common:command_buffer_traits 612 # GN version: //gpu/ipc/common:command_buffer_traits
599 'target_name': 'command_buffer_traits', 613 'target_name': 'command_buffer_traits',
600 'type': 'static_library', 614 'type': 'static_library',
601 'includes': [ 615 'includes': [
602 'command_buffer_traits.gypi', 616 'command_buffer_traits.gypi',
603 ], 617 ],
604 }, 618 },
605 { 619 {
620 # GN version: //gpu/ipc/client
621 'target_name': 'gpu_ipc_client',
622 'type': 'static_library',
623 'includes': [
624 'gpu_ipc_client.gypi',
625 ],
626 'dependencies': [
627 'command_buffer_traits',
628 ],
629 },
630 {
606 # GN version: //gpu/ipc/common 631 # GN version: //gpu/ipc/common
607 'target_name': 'gpu_ipc_common', 632 'target_name': 'gpu_ipc_common',
608 'type': 'static_library', 633 'type': 'static_library',
609 'includes': [ 634 'includes': [
610 'gpu_ipc_common.gypi', 635 'gpu_ipc_common.gypi',
611 ], 636 ],
612 'dependencies': [ 637 'dependencies': [
613 'command_buffer_traits', 638 'command_buffer_traits',
614 ], 639 ],
615 }, 640 },
(...skipping 23 matching lines...) Expand all
639 # GN version: //gpu 664 # GN version: //gpu
640 'target_name': 'gpu', 665 'target_name': 'gpu',
641 'type': 'shared_library', 666 'type': 'shared_library',
642 'includes': [ 667 'includes': [
643 'command_buffer_client.gypi', 668 'command_buffer_client.gypi',
644 'command_buffer_common.gypi', 669 'command_buffer_common.gypi',
645 'command_buffer_service.gypi', 670 'command_buffer_service.gypi',
646 'command_buffer_traits.gypi', 671 'command_buffer_traits.gypi',
647 'gles2_cmd_helper.gypi', 672 'gles2_cmd_helper.gypi',
648 'gpu_config.gypi', 673 'gpu_config.gypi',
674 'gpu_ipc_client.gypi',
649 'gpu_ipc_common.gypi', 675 'gpu_ipc_common.gypi',
650 '../build/android/increase_size_for_speed.gypi', 676 '../build/android/increase_size_for_speed.gypi',
651 ], 677 ],
652 'defines': [ 678 'defines': [
653 'GPU_IMPLEMENTATION', 679 'GPU_IMPLEMENTATION',
654 ], 680 ],
655 'sources': [ 681 'sources': [
656 'gpu_export.h', 682 'gpu_export.h',
657 ], 683 ],
658 'dependencies': [ 684 'dependencies': [
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 }, 726 },
701 { 727 {
702 # GN version: //gpu/ipc/common:command_buffer_traits 728 # GN version: //gpu/ipc/common:command_buffer_traits
703 'target_name': 'command_buffer_traits', 729 'target_name': 'command_buffer_traits',
704 'type': 'none', 730 'type': 'none',
705 'dependencies': [ 731 'dependencies': [
706 'gpu', 732 'gpu',
707 ], 733 ],
708 }, 734 },
709 { 735 {
736 # GN version: //gpu/ipc/client
737 'target_name': 'gpu_ipc_client',
738 'type': 'none',
739 'dependencies': [
740 'gpu',
741 ],
742 },
743 {
710 # GN version: //gpu/ipc/common 744 # GN version: //gpu/ipc/common
711 'target_name': 'gpu_ipc_common', 745 'target_name': 'gpu_ipc_common',
712 'type': 'none', 746 'type': 'none',
713 'dependencies': [ 747 'dependencies': [
714 'gpu', 748 'gpu',
715 ], 749 ],
716 }, 750 },
717 ], 751 ],
718 }], 752 }],
719 ['disable_nacl!=1 and OS=="win" and target_arch=="ia32"', { 753 ['disable_nacl!=1 and OS=="win" and target_arch=="ia32"', {
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 ], 1051 ],
1018 'sources': [ 1052 'sources': [
1019 'gpu_unittests_apk.isolate', 1053 'gpu_unittests_apk.isolate',
1020 ], 1054 ],
1021 }, 1055 },
1022 ], 1056 ],
1023 }, 1057 },
1024 ], 1058 ],
1025 ], 1059 ],
1026 } 1060 }
OLDNEW
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/gpu_ipc_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698