OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 { |
11 'target_name': 'gl_unittests', | 11 'target_name': 'gl_unittests', |
12 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
13 'sources': [ | 13 'sources': [ |
14 'test/run_all_unittests.cc', | 14 'test/run_all_unittests.cc', |
15 'gpu_timing_unittest.cc', | 15 'gpu_timing_unittest.cc', |
16 'gl_api_unittest.cc', | 16 'gl_api_unittest.cc', |
17 'gl_image_ref_counted_memory_unittest.cc', | 17 'gl_image_ref_counted_memory_unittest.cc', |
18 'gl_image_shared_memory_unittest.cc', | 18 'gl_image_shared_memory_unittest.cc', |
| 19 'gl_version_info_unittest.cc', |
19 ], | 20 ], |
20 'include_dirs': [ | 21 'include_dirs': [ |
21 '<(DEPTH)/third_party/khronos', | 22 '<(DEPTH)/third_party/khronos', |
22 ], | 23 ], |
23 'dependencies': [ | 24 'dependencies': [ |
24 '<(DEPTH)/base/base.gyp:base', | 25 '<(DEPTH)/base/base.gyp:base', |
25 '<(DEPTH)/base/base.gyp:test_support_base', | 26 '<(DEPTH)/base/base.gyp:test_support_base', |
26 '<(DEPTH)/testing/gmock.gyp:gmock', | 27 '<(DEPTH)/testing/gmock.gyp:gmock', |
27 '<(DEPTH)/testing/gtest.gyp:gtest', | 28 '<(DEPTH)/testing/gtest.gyp:gtest', |
28 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 29 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'dependencies': [ | 128 'dependencies': [ |
128 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 129 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
129 ], | 130 ], |
130 }], | 131 }], |
131 ], | 132 ], |
132 }, | 133 }, |
133 ], | 134 ], |
134 }], | 135 }], |
135 ], | 136 ], |
136 } | 137 } |
OLD | NEW |