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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # Library emulates GLES2 using command_buffers. | 8 # Library emulates GLES2 using command_buffers. |
9 'target_name': 'gles2_implementation', | 9 'target_name': 'gles2_implementation', |
10 'type': '<(component)', | 10 'type': '<(component)', |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 ], | 203 ], |
204 'sources': [ | 204 'sources': [ |
205 'command_buffer/common/gl_mock.h', | 205 'command_buffer/common/gl_mock.h', |
206 'command_buffer/common/gl_mock.cc', | 206 'command_buffer/common/gl_mock.cc', |
207 'command_buffer/service/gles2_cmd_decoder_mock.cc', | 207 'command_buffer/service/gles2_cmd_decoder_mock.cc', |
208 'command_buffer/service/gles2_cmd_decoder_mock.cc', | 208 'command_buffer/service/gles2_cmd_decoder_mock.cc', |
209 ], | 209 ], |
210 }, | 210 }, |
211 ], | 211 ], |
212 } | 212 } |
OLD | NEW |