OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'includes': [ | 6 'includes': [ |
7 'khronos_glcts.gypi', | 7 'khronos_glcts.gypi', |
| 8 'khronos_glcts_defaults.gypi', |
8 ], | 9 ], |
9 'targets': [ | 10 'targets': [ |
10 { | 11 { |
11 'target_name': 'khronos_glcts_test', | 12 'target_name': 'khronos_glcts_test', |
12 'type': 'executable', | 13 'type': 'executable', |
13 'dependencies': [ | 14 'dependencies': [ |
14 '<(DEPTH)/base/base.gyp:base', | 15 '<(DEPTH)/base/base.gyp:base', |
15 '<(DEPTH)/gpu/gpu.gyp:gpu', | 16 '<(DEPTH)/gpu/gpu.gyp:gpu', |
16 '<(DEPTH)/testing/gtest.gyp:gtest', | 17 '<(DEPTH)/testing/gtest.gyp:gtest', |
17 ], | 18 ], |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageEntry.cpp', | 93 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageEntry.cpp', |
93 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageRegistry.cpp', | 94 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageRegistry.cpp', |
94 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageRegistry.hpp', | 95 '<(DEPTH)/third_party/khronos_glcts/cts/glcTestPackageRegistry.hpp', |
95 'native/main.cc', | 96 'native/main.cc', |
96 ], | 97 ], |
97 }, | 98 }, |
98 ], | 99 ], |
99 }], | 100 }], |
100 ], | 101 ], |
101 } | 102 } |
OLD | NEW |