OLD | NEW |
(Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'dependencies': [ |
| 7 '../base/base.gyp:base', |
| 8 ], |
| 9 'include_dirs': [ |
| 10 '..', |
| 11 ], |
| 12 'sources': [ |
| 13 'config/dx_diag_node.cc', |
| 14 'config/dx_diag_node.h', |
| 15 'config/gpu_blacklist.cc', |
| 16 'config/gpu_blacklist.h', |
| 17 'config/gpu_control_list_jsons.h', |
| 18 'config/gpu_control_list.cc', |
| 19 'config/gpu_control_list.h', |
| 20 'config/gpu_driver_bug_list_json.cc', |
| 21 'config/gpu_driver_bug_list.cc', |
| 22 'config/gpu_driver_bug_list.h', |
| 23 'config/gpu_driver_bug_workaround_type.h', |
| 24 'config/gpu_feature_type.h', |
| 25 'config/gpu_info.cc', |
| 26 'config/gpu_info.h', |
| 27 'config/gpu_performance_stats.h', |
| 28 'config/gpu_switching_list_json.cc', |
| 29 'config/gpu_switching_list.cc', |
| 30 'config/gpu_switching_list.h', |
| 31 'config/gpu_switching_option.h', |
| 32 'config/gpu_util.cc', |
| 33 'config/gpu_util.h', |
| 34 'config/software_rendering_list_json.cc', |
| 35 ], |
| 36 } |
OLD | NEW |