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

Unified Diff: gpu/gpu_config.gypi

Issue 15385003: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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,36 @@
+# 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',
+ ],
+ '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_feature_type.h',
+ 'config/gpu_info.cc',
+ 'config/gpu_info.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',
+ ],
+}
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