Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1434)

Unified Diff: gpu/gpu_config.gypi

Issue 15745014: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gpu.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « gpu/gpu.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698