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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gpu/gpu.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(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 }
OLDNEW
« 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