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

Side by Side Diff: gpu/gpu_config.gypi

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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
« no previous file with comments | « gpu/config/gpu_info_collector_ozone.cc ('k') | mojo/aura/BUILD.gn » ('j') | 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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../ui/gl/gl.gyp:gl', 9 '../ui/gl/gl.gyp:gl',
10 ], 10 ],
(...skipping 13 matching lines...) Expand all
24 'config/gpu_driver_bug_list.h', 24 'config/gpu_driver_bug_list.h',
25 'config/gpu_driver_bug_workaround_type.h', 25 'config/gpu_driver_bug_workaround_type.h',
26 'config/gpu_dx_diagnostics_win.cc', 26 'config/gpu_dx_diagnostics_win.cc',
27 'config/gpu_feature_type.h', 27 'config/gpu_feature_type.h',
28 'config/gpu_info.cc', 28 'config/gpu_info.cc',
29 'config/gpu_info.h', 29 'config/gpu_info.h',
30 'config/gpu_info_collector_android.cc', 30 'config/gpu_info_collector_android.cc',
31 'config/gpu_info_collector_linux.cc', 31 'config/gpu_info_collector_linux.cc',
32 'config/gpu_info_collector_linux.h', 32 'config/gpu_info_collector_linux.h',
33 'config/gpu_info_collector_mac.mm', 33 'config/gpu_info_collector_mac.mm',
34 'config/gpu_info_collector_ozone.cc',
35 'config/gpu_info_collector_win.cc', 34 'config/gpu_info_collector_win.cc',
36 'config/gpu_info_collector_x11.cc', 35 'config/gpu_info_collector_x11.cc',
37 'config/gpu_info_collector.cc', 36 'config/gpu_info_collector.cc',
38 'config/gpu_info_collector.h', 37 'config/gpu_info_collector.h',
39 'config/gpu_performance_stats.h', 38 'config/gpu_performance_stats.h',
40 'config/gpu_test_config.cc', 39 'config/gpu_test_config.cc',
41 'config/gpu_test_config.h', 40 'config/gpu_test_config.h',
42 'config/gpu_test_expectations_parser.cc', 41 'config/gpu_test_expectations_parser.cc',
43 'config/gpu_test_expectations_parser.h', 42 'config/gpu_test_expectations_parser.h',
44 'config/gpu_util.cc', 43 'config/gpu_util.cc',
(...skipping 13 matching lines...) Expand all
58 }, 57 },
59 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 58 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
60 'msvs_disabled_warnings': [ 4267, ], 59 'msvs_disabled_warnings': [ 4267, ],
61 }], 60 }],
62 ['OS=="win" and branding=="Chrome" and buildtype=="Official"', { 61 ['OS=="win" and branding=="Chrome" and buildtype=="Official"', {
63 'sources': [ 62 'sources': [
64 '../third_party/amd/AmdCfxPxExt.h', 63 '../third_party/amd/AmdCfxPxExt.h',
65 '../third_party/amd/amd_videocard_info_win.cc', 64 '../third_party/amd/amd_videocard_info_win.cc',
66 ], 65 ],
67 }], 66 }],
68 ['OS=="linux" and use_libpci==1 and (use_x11==1 or use_ozone==1)', { 67 ['OS=="linux" and use_libpci==1 and use_x11==1', {
69 'dependencies': [ 68 'dependencies': [
70 '../build/linux/system.gyp:libpci', 69 '../build/linux/system.gyp:libpci',
71 ], 70 ],
72 }], 71 }],
73 ['OS=="linux" and use_x11==1', { 72 ['OS=="linux" and use_x11==1', {
74 'dependencies': [ 73 'dependencies': [
75 '../build/linux/system.gyp:x11', 74 '../build/linux/system.gyp:x11',
76 '../build/linux/system.gyp:xext', 75 '../build/linux/system.gyp:xext',
77 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', 76 '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
78 ], 77 ],
79 }], 78 }],
80 ], 79 ],
81 } 80 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_info_collector_ozone.cc ('k') | mojo/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698