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

Side by Side Diff: gpu/gpu_config.gypi

Issue 15827008: Move gpu_test_config stuff from content/ to gpu/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../third_party/re2/re2.gyp:re2', 8 '../third_party/re2/re2.gyp:re2',
9 '../ui/gl/gl.gyp:gl', 9 '../ui/gl/gl.gyp:gl',
10 ], 10 ],
(...skipping 20 matching lines...) Expand all
31 'config/gpu_info_collector_mac.mm', 31 'config/gpu_info_collector_mac.mm',
32 'config/gpu_info_collector_win.cc', 32 'config/gpu_info_collector_win.cc',
33 'config/gpu_info_collector_x11.cc', 33 'config/gpu_info_collector_x11.cc',
34 'config/gpu_info_collector.cc', 34 'config/gpu_info_collector.cc',
35 'config/gpu_info_collector.h', 35 'config/gpu_info_collector.h',
36 'config/gpu_performance_stats.h', 36 'config/gpu_performance_stats.h',
37 'config/gpu_switching_list_json.cc', 37 'config/gpu_switching_list_json.cc',
38 'config/gpu_switching_list.cc', 38 'config/gpu_switching_list.cc',
39 'config/gpu_switching_list.h', 39 'config/gpu_switching_list.h',
40 'config/gpu_switching_option.h', 40 'config/gpu_switching_option.h',
41 'config/gpu_test_config.cc',
42 'config/gpu_test_config.h',
43 'config/gpu_test_expectations_parser.cc',
44 'config/gpu_test_expectations_parser.h',
41 'config/gpu_util.cc', 45 'config/gpu_util.cc',
42 'config/gpu_util.h', 46 'config/gpu_util.h',
43 'config/software_rendering_list_json.cc', 47 'config/software_rendering_list_json.cc',
44 ], 48 ],
45 'conditions': [ 49 'conditions': [
46 ['OS=="win"', { 50 ['OS=="win"', {
47 'dependencies': [ 51 'dependencies': [
48 '../third_party/libxml/libxml.gyp:libxml', 52 '../third_party/libxml/libxml.gyp:libxml',
49 ], 53 ],
50 'link_settings': { 54 'link_settings': {
(...skipping 12 matching lines...) Expand all
63 ], 67 ],
64 }], 68 }],
65 ['OS=="linux" and use_x11==1', { 69 ['OS=="linux" and use_x11==1', {
66 'dependencies': [ 70 'dependencies': [
67 '../build/linux/system.gyp:libpci', 71 '../build/linux/system.gyp:libpci',
68 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', 72 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
69 ], 73 ],
70 }], 74 }],
71 ], 75 ],
72 } 76 }
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