Index: gpu/gpu_config.gypi |
=================================================================== |
--- gpu/gpu_config.gypi (revision 0) |
+++ gpu/gpu_config.gypi (revision 0) |
@@ -0,0 +1,69 @@ |
+# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+{ |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../third_party/re2/re2.gyp:re2', |
+ '../ui/gl/gl.gyp:gl', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'config/dx_diag_node.cc', |
+ 'config/dx_diag_node.h', |
+ 'config/gpu_blacklist.cc', |
+ 'config/gpu_blacklist.h', |
+ 'config/gpu_control_list_jsons.h', |
+ 'config/gpu_control_list.cc', |
+ 'config/gpu_control_list.h', |
+ 'config/gpu_driver_bug_list_json.cc', |
+ 'config/gpu_driver_bug_list.cc', |
+ 'config/gpu_driver_bug_list.h', |
+ 'config/gpu_driver_bug_workaround_type.h', |
+ 'config/gpu_dx_diagnostics_win.cc', |
+ 'config/gpu_feature_type.h', |
+ 'config/gpu_info.cc', |
+ 'config/gpu_info.h', |
+ 'config/gpu_info_collector_android.cc', |
+ 'config/gpu_info_collector_mac.mm', |
+ 'config/gpu_info_collector_win.cc', |
+ 'config/gpu_info_collector_x11.cc', |
+ 'config/gpu_info_collector.cc', |
+ 'config/gpu_info_collector.h', |
+ 'config/gpu_performance_stats.h', |
+ 'config/gpu_switching_list_json.cc', |
+ 'config/gpu_switching_list.cc', |
+ 'config/gpu_switching_list.h', |
+ 'config/gpu_switching_option.h', |
+ 'config/gpu_util.cc', |
+ 'config/gpu_util.h', |
+ 'config/software_rendering_list_json.cc', |
+ ], |
+ 'conditions': [ |
+ ['OS=="win"', { |
+ 'dependencies': [ |
+ '../third_party/libxml/libxml.gyp:libxml', |
+ ], |
+ 'link_settings': { |
+ 'libraries': [ |
+ '-lsetupapi.lib', |
+ ], |
+ }, |
+ }], |
+ ['OS=="win" and branding=="Chrome"', { |
+ 'sources': [ |
+ '../third_party/amd/AmdCfxPxExt.h', |
+ '../third_party/amd/amd_videocard_info_win.cc', |
+ ], |
+ }], |
+ ['OS=="linux" and use_x11==1', { |
+ 'dependencies': [ |
+ '../build/linux/system.gyp:libpci', |
+ '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', |
+ ], |
+ }], |
+ ], |
+} |
Property changes on: gpu/gpu_config.gypi |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |