blob: b66d5ea4d70d1b0c79cfd50f447e3993833a2ac9 [file] [log] [blame]
[email protected]dd255042012-03-05 20:14:171# 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
3# found in the LICENSE file.
4
5{
[email protected]9ca8a5232012-08-07 22:34:306 'variables': {
7 'chromium_code': 1,
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%
10 # OpenGL ES 2.0 compliant for the conformance tests.
11 'gles2_c_lib_source_files': [
12 'command_buffer/client/gles2_c_lib.cc',
13 'command_buffer/client/gles2_c_lib_autogen.h',
14 'command_buffer/client/gles2_c_lib_export.h',
[email protected]9ca8a5232012-08-07 22:34:3015 'command_buffer/client/gles2_lib.cc',
satoruxc5bd7a32015-02-18 01:54:5216 'command_buffer/client/gles2_lib.h',
[email protected]9ca8a5232012-08-07 22:34:3017 ],
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
20 # the OpenGL ES 2.0 compliant for the conformance tests.
21 'gles2_implementation_source_files': [
[email protected]e0d6b1f2012-11-21 07:30:3022 'command_buffer/client/buffer_tracker.cc',
23 'command_buffer/client/buffer_tracker.h',
[email protected]d058bca2012-11-26 10:27:2624 'command_buffer/client/client_context_state.cc',
satoruxc5bd7a32015-02-18 01:54:5225 'command_buffer/client/client_context_state.h',
[email protected]d058bca2012-11-26 10:27:2626 'command_buffer/client/client_context_state_autogen.h',
27 'command_buffer/client/client_context_state_impl_autogen.h',
[email protected]9ca8a5232012-08-07 22:34:3028 'command_buffer/client/gles2_impl_export.h',
[email protected]9ca8a5232012-08-07 22:34:3029 'command_buffer/client/gles2_implementation.cc',
30 'command_buffer/client/gles2_implementation.h',
satoruxc5bd7a32015-02-18 01:54:5231 'command_buffer/client/gles2_implementation_autogen.h',
[email protected]a9fb79d2012-10-16 19:46:0632 'command_buffer/client/gles2_implementation_impl_autogen.h',
33 'command_buffer/client/gles2_interface.h',
[email protected]69fd3622013-02-07 10:24:5634 'command_buffer/client/gles2_trace_implementation.cc',
35 'command_buffer/client/gles2_trace_implementation.h',
satoruxc5bd7a32015-02-18 01:54:5236 'command_buffer/client/gles2_trace_implementation_autogen.h',
[email protected]69fd3622013-02-07 10:24:5637 'command_buffer/client/gles2_trace_implementation_impl_autogen.h',
davemoore608e1a12014-09-29 18:13:2938 'command_buffer/client/gpu_switches.cc',
39 'command_buffer/client/gpu_switches.h',
[email protected]9ca8a5232012-08-07 22:34:3040 'command_buffer/client/program_info_manager.cc',
41 'command_buffer/client/program_info_manager.h',
42 'command_buffer/client/query_tracker.cc',
43 'command_buffer/client/query_tracker.h',
44 'command_buffer/client/share_group.cc',
45 'command_buffer/client/share_group.h',
[email protected]af6380962012-11-29 23:24:1346 'command_buffer/client/vertex_array_object_manager.cc',
47 'command_buffer/client/vertex_array_object_manager.h',
[email protected]9ca8a5232012-08-07 22:34:3048 ]
49 },
[email protected]dd255042012-03-05 20:14:1750}