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 }, | 8 }, |
9 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 'include_dirs': [ | 291 'include_dirs': [ |
292 '<(gl_binding_output_dir)', | 292 '<(gl_binding_output_dir)', |
293 '../..', | 293 '../..', |
294 ], | 294 ], |
295 'direct_dependent_settings': { | 295 'direct_dependent_settings': { |
296 'include_dirs': [ | 296 'include_dirs': [ |
297 '<(gl_binding_output_dir)', | 297 '<(gl_binding_output_dir)', |
298 ], | 298 ], |
299 }, | 299 }, |
300 'sources': [ | 300 'sources': [ |
| 301 'gl_image_mock.cc', |
| 302 'gl_image_mock.h', |
301 'gl_mock.h', | 303 'gl_mock.h', |
302 'gl_mock.cc', | 304 'gl_mock.cc', |
303 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', | 305 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', |
304 ], | 306 ], |
305 }, | 307 }, |
306 ], | 308 ], |
307 } | 309 } |
OLD | NEW |