| OLD | NEW |
| 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 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'gpu_common.gypi', | 10 'gpu_common.gypi', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'command_buffer/tests/gl_ext_srgb_unittest.cc', | 360 'command_buffer/tests/gl_ext_srgb_unittest.cc', |
| 361 'command_buffer/tests/gl_fence_sync_unittest.cc', | 361 'command_buffer/tests/gl_fence_sync_unittest.cc', |
| 362 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', | 362 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', |
| 363 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', | 363 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', |
| 364 'command_buffer/tests/gl_manager.cc', | 364 'command_buffer/tests/gl_manager.cc', |
| 365 'command_buffer/tests/gl_manager.h', | 365 'command_buffer/tests/gl_manager.h', |
| 366 'command_buffer/tests/gl_pointcoord_unittest.cc', | 366 'command_buffer/tests/gl_pointcoord_unittest.cc', |
| 367 'command_buffer/tests/gl_program_unittest.cc', | 367 'command_buffer/tests/gl_program_unittest.cc', |
| 368 'command_buffer/tests/gl_query_unittest.cc', | 368 'command_buffer/tests/gl_query_unittest.cc', |
| 369 'command_buffer/tests/gl_readback_unittest.cc', | 369 'command_buffer/tests/gl_readback_unittest.cc', |
| 370 'command_buffer/tests/gl_request_extension_unittest.cc', |
| 370 'command_buffer/tests/gl_shared_resources_unittest.cc', | 371 'command_buffer/tests/gl_shared_resources_unittest.cc', |
| 371 'command_buffer/tests/gl_stream_draw_unittest.cc', | 372 'command_buffer/tests/gl_stream_draw_unittest.cc', |
| 372 'command_buffer/tests/gl_test_utils.cc', | 373 'command_buffer/tests/gl_test_utils.cc', |
| 373 'command_buffer/tests/gl_test_utils.h', | 374 'command_buffer/tests/gl_test_utils.h', |
| 374 'command_buffer/tests/gl_tests_main.cc', | 375 'command_buffer/tests/gl_tests_main.cc', |
| 375 'command_buffer/tests/gl_texture_mailbox_unittest.cc', | 376 'command_buffer/tests/gl_texture_mailbox_unittest.cc', |
| 376 'command_buffer/tests/gl_texture_storage_unittest.cc', | 377 'command_buffer/tests/gl_texture_storage_unittest.cc', |
| 377 'command_buffer/tests/gl_unittest.cc', | 378 'command_buffer/tests/gl_unittest.cc', |
| 378 'command_buffer/tests/gl_unittests_android.cc', | 379 'command_buffer/tests/gl_unittests_android.cc', |
| 379 'command_buffer/tests/gl_virtual_contexts_unittest.cc', | 380 'command_buffer/tests/gl_virtual_contexts_unittest.cc', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 'command_buffer/service/error_state_mock.cc', | 416 'command_buffer/service/error_state_mock.cc', |
| 416 'command_buffer/service/gles2_cmd_decoder_mock.cc', | 417 'command_buffer/service/gles2_cmd_decoder_mock.cc', |
| 417 ], | 418 ], |
| 418 }, | 419 }, |
| 419 { | 420 { |
| 420 # GN version: //gpu:command_buffer_gles2 | 421 # GN version: //gpu:command_buffer_gles2 |
| 421 'target_name': 'command_buffer_gles2', | 422 'target_name': 'command_buffer_gles2', |
| 422 'type': 'shared_library', | 423 'type': 'shared_library', |
| 423 'dependencies': [ | 424 'dependencies': [ |
| 424 '../base/base.gyp:base', | 425 '../base/base.gyp:base', |
| 426 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 425 '../gpu/gpu.gyp:command_buffer_service', | 427 '../gpu/gpu.gyp:command_buffer_service', |
| 426 '../ui/gfx/gfx.gyp:gfx_geometry', | 428 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 427 '../ui/gl/gl.gyp:gl', | 429 '../ui/gl/gl.gyp:gl', |
| 428 'gles2_c_lib', | 430 'gles2_c_lib', |
| 429 'gles2_implementation', | 431 'gles2_implementation', |
| 430 ], | 432 ], |
| 431 'sources': [ | 433 'sources': [ |
| 432 # Note: sources list duplicated in GN build. | 434 # Note: sources list duplicated in GN build. |
| 433 # TODO(hendrikw): Move egl out of gles2_conform_support. | 435 # TODO(hendrikw): Move egl out of gles2_conform_support. |
| 434 'gles2_conform_support/egl/config.cc', | 436 'gles2_conform_support/egl/config.cc', |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 ], | 972 ], |
| 971 'sources': [ | 973 'sources': [ |
| 972 'gpu_unittests_apk.isolate', | 974 'gpu_unittests_apk.isolate', |
| 973 ], | 975 ], |
| 974 }, | 976 }, |
| 975 ], | 977 ], |
| 976 }, | 978 }, |
| 977 ], | 979 ], |
| 978 ], | 980 ], |
| 979 } | 981 } |
| OLD | NEW |