| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', | 263 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', |
| 264 'command_buffer/service/gles2_cmd_decoder_unittest.cc', | 264 'command_buffer/service/gles2_cmd_decoder_unittest.cc', |
| 265 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', | 265 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', |
| 266 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', | 266 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', |
| 267 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', | 267 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', |
| 268 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', | 268 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', |
| 269 'command_buffer/service/id_manager_unittest.cc', | 269 'command_buffer/service/id_manager_unittest.cc', |
| 270 'command_buffer/service/program_manager_unittest.cc', | 270 'command_buffer/service/program_manager_unittest.cc', |
| 271 'command_buffer/service/renderbuffer_manager_unittest.cc', | 271 'command_buffer/service/renderbuffer_manager_unittest.cc', |
| 272 'command_buffer/service/shader_manager_unittest.cc', | 272 'command_buffer/service/shader_manager_unittest.cc', |
| 273 'command_buffer/service/test_helper.h', |
| 274 'command_buffer/service/test_helper.cc', |
| 273 'command_buffer/service/texture_manager_unittest.cc', | 275 'command_buffer/service/texture_manager_unittest.cc', |
| 274 ], | 276 ], |
| 275 }, | 277 }, |
| 276 { | 278 { |
| 277 'target_name': 'gles2_demo_lib', | 279 'target_name': 'gles2_demo_lib', |
| 278 'type': 'static_library', | 280 'type': 'static_library', |
| 279 'dependencies': [ | 281 'dependencies': [ |
| 280 'command_buffer_client', | 282 'command_buffer_client', |
| 281 'gles2_lib', | 283 'gles2_lib', |
| 282 'gles2_c_lib', | 284 'gles2_c_lib', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 }, | 339 }, |
| 338 ], | 340 ], |
| 339 ], | 341 ], |
| 340 } | 342 } |
| 341 | 343 |
| 342 # Local Variables: | 344 # Local Variables: |
| 343 # tab-width:2 | 345 # tab-width:2 |
| 344 # indent-tabs-mode:nil | 346 # indent-tabs-mode:nil |
| 345 # End: | 347 # End: |
| 346 # vim: set expandtab tabstop=2 shiftwidth=2: | 348 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |