OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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. |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'command_buffer/client/gles2_implementation_unittest.cc', | 262 'command_buffer/client/gles2_implementation_unittest.cc', |
263 'command_buffer/client/mapped_memory_unittest.cc', | 263 'command_buffer/client/mapped_memory_unittest.cc', |
264 'command_buffer/client/ring_buffer_test.cc', | 264 'command_buffer/client/ring_buffer_test.cc', |
265 'command_buffer/common/bitfield_helpers_test.cc', | 265 'command_buffer/common/bitfield_helpers_test.cc', |
266 'command_buffer/common/command_buffer_mock.cc', | 266 'command_buffer/common/command_buffer_mock.cc', |
267 'command_buffer/common/command_buffer_mock.h', | 267 'command_buffer/common/command_buffer_mock.h', |
268 'command_buffer/common/gles2_cmd_format_test.cc', | 268 'command_buffer/common/gles2_cmd_format_test.cc', |
269 'command_buffer/common/gles2_cmd_format_test_autogen.h', | 269 'command_buffer/common/gles2_cmd_format_test_autogen.h', |
270 'command_buffer/common/gles2_cmd_id_test.cc', | 270 'command_buffer/common/gles2_cmd_id_test.cc', |
271 'command_buffer/common/gles2_cmd_id_test_autogen.h', | 271 'command_buffer/common/gles2_cmd_id_test_autogen.h', |
272 'command_buffer/common/gles2_cmd_utils_unittest.cc', | |
273 'command_buffer/common/id_allocator_test.cc', | 272 'command_buffer/common/id_allocator_test.cc', |
274 'command_buffer/common/trace_event.h', | 273 'command_buffer/common/trace_event.h', |
275 'command_buffer/common/unittest_main.cc', | 274 'command_buffer/common/unittest_main.cc', |
276 'command_buffer/service/buffer_manager_unittest.cc', | 275 'command_buffer/service/buffer_manager_unittest.cc', |
277 'command_buffer/service/cmd_parser_test.cc', | 276 'command_buffer/service/cmd_parser_test.cc', |
278 'command_buffer/service/common_decoder_unittest.cc', | 277 'command_buffer/service/common_decoder_unittest.cc', |
279 'command_buffer/service/context_group_unittest.cc', | 278 'command_buffer/service/context_group_unittest.cc', |
280 'command_buffer/service/feature_info_unittest.cc', | 279 'command_buffer/service/feature_info_unittest.cc', |
281 'command_buffer/service/framebuffer_manager_unittest.cc', | 280 'command_buffer/service/framebuffer_manager_unittest.cc', |
282 'command_buffer/service/gles2_cmd_decoder_unittest.cc', | 281 'command_buffer/service/gles2_cmd_decoder_unittest.cc', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 }, | 378 }, |
380 ], | 379 ], |
381 ], | 380 ], |
382 } | 381 } |
383 | 382 |
384 # Local Variables: | 383 # Local Variables: |
385 # tab-width:2 | 384 # tab-width:2 |
386 # indent-tabs-mode:nil | 385 # indent-tabs-mode:nil |
387 # End: | 386 # End: |
388 # vim: set expandtab tabstop=2 shiftwidth=2: | 387 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |