| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # These are defined here because we need to build this library twice. Once | 8 # These are defined here because we need to build this library twice. Once |
| 9 # with extra parameter checking. Once with no parameter checking to be 100% | 9 # with extra parameter checking. Once with no parameter checking to be 100% |
| 10 # OpenGL ES 2.0 compliant for the conformance tests. | 10 # OpenGL ES 2.0 compliant for the conformance tests. |
| 11 'gles2_c_lib_source_files': [ | 11 'gles2_c_lib_source_files': [ |
| 12 'command_buffer/client/gles2_c_lib.cc', | 12 'command_buffer/client/gles2_c_lib.cc', |
| 13 'command_buffer/client/gles2_c_lib_autogen.h', | 13 'command_buffer/client/gles2_c_lib_autogen.h', |
| 14 'command_buffer/client/gles2_c_lib_export.h', | 14 'command_buffer/client/gles2_c_lib_export.h', |
| 15 'command_buffer/client/gles2_lib.h', | 15 'command_buffer/client/gles2_lib.h', |
| 16 'command_buffer/client/gles2_lib.cc', | 16 'command_buffer/client/gles2_lib.cc', |
| 17 ], | 17 ], |
| 18 # These are defined here because we need to build this library twice. Once | 18 # These are defined here because we need to build this library twice. Once |
| 19 # with without support for client side arrays and once with for pepper and | 19 # with without support for client side arrays and once with for pepper and |
| 20 # the OpenGL ES 2.0 compliant for the conformance tests. | 20 # the OpenGL ES 2.0 compliant for the conformance tests. |
| 21 'gles2_implementation_source_files': [ | 21 'gles2_implementation_source_files': [ |
| 22 'command_buffer/client/buffer_tracker.cc', | 22 'command_buffer/client/buffer_tracker.cc', |
| 23 'command_buffer/client/buffer_tracker.h', | 23 'command_buffer/client/buffer_tracker.h', |
| 24 'command_buffer/client/client_context_state.h', | 24 'command_buffer/client/client_context_state.h', |
| 25 'command_buffer/client/client_context_state.cc', | 25 'command_buffer/client/client_context_state.cc', |
| 26 'command_buffer/client/client_context_state_autogen.h', | 26 'command_buffer/client/client_context_state_autogen.h', |
| 27 'command_buffer/client/client_context_state_impl_autogen.h', | 27 'command_buffer/client/client_context_state_impl_autogen.h', |
| 28 'command_buffer/client/gpu_memory_buffer_factory.cc', | |
| 29 'command_buffer/client/gpu_memory_buffer_factory.h', | |
| 30 'command_buffer/client/gles2_impl_export.h', | 28 'command_buffer/client/gles2_impl_export.h', |
| 31 'command_buffer/client/gles2_implementation_autogen.h', | 29 'command_buffer/client/gles2_implementation_autogen.h', |
| 32 'command_buffer/client/gles2_implementation.cc', | 30 'command_buffer/client/gles2_implementation.cc', |
| 33 'command_buffer/client/gles2_implementation.h', | 31 'command_buffer/client/gles2_implementation.h', |
| 34 'command_buffer/client/gles2_implementation_impl_autogen.h', | 32 'command_buffer/client/gles2_implementation_impl_autogen.h', |
| 35 'command_buffer/client/gles2_interface.h', | 33 'command_buffer/client/gles2_interface.h', |
| 36 'command_buffer/client/gles2_interface.cc', | 34 'command_buffer/client/gles2_interface.cc', |
| 37 'command_buffer/client/gles2_trace_implementation_autogen.h', | 35 'command_buffer/client/gles2_trace_implementation_autogen.h', |
| 38 'command_buffer/client/gles2_trace_implementation.cc', | 36 'command_buffer/client/gles2_trace_implementation.cc', |
| 39 'command_buffer/client/gles2_trace_implementation.h', | 37 'command_buffer/client/gles2_trace_implementation.h', |
| 40 'command_buffer/client/gles2_trace_implementation_impl_autogen.h', | 38 'command_buffer/client/gles2_trace_implementation_impl_autogen.h', |
| 39 'command_buffer/client/gpu_memory_buffer.h', |
| 40 'command_buffer/client/gpu_memory_buffer_factory.cc', |
| 41 'command_buffer/client/gpu_memory_buffer_factory.h', |
| 41 'command_buffer/client/program_info_manager.cc', | 42 'command_buffer/client/program_info_manager.cc', |
| 42 'command_buffer/client/program_info_manager.h', | 43 'command_buffer/client/program_info_manager.h', |
| 43 'command_buffer/client/query_tracker.cc', | 44 'command_buffer/client/query_tracker.cc', |
| 44 'command_buffer/client/query_tracker.h', | 45 'command_buffer/client/query_tracker.h', |
| 45 'command_buffer/client/share_group.cc', | 46 'command_buffer/client/share_group.cc', |
| 46 'command_buffer/client/share_group.h', | 47 'command_buffer/client/share_group.h', |
| 47 'command_buffer/client/vertex_array_object_manager.cc', | 48 'command_buffer/client/vertex_array_object_manager.cc', |
| 48 'command_buffer/client/vertex_array_object_manager.h', | 49 'command_buffer/client/vertex_array_object_manager.h', |
| 49 ] | 50 ] |
| 50 }, | 51 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 62 'variables': { | 63 'variables': { |
| 63 'test_suite_name': 'gpu_unittests', | 64 'test_suite_name': 'gpu_unittests', |
| 64 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gpu_unitt
ests<(SHARED_LIB_SUFFIX)', | 65 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gpu_unitt
ests<(SHARED_LIB_SUFFIX)', |
| 65 }, | 66 }, |
| 66 'includes': [ '../build/apk_test.gypi' ], | 67 'includes': [ '../build/apk_test.gypi' ], |
| 67 }, | 68 }, |
| 68 ], | 69 ], |
| 69 }], | 70 }], |
| 70 ], | 71 ], |
| 71 } | 72 } |
| OLD | NEW |