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

Side by Side Diff: gpu/config/BUILD.gn

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 declare_args() { 7 declare_args() {
8 # Use the PCI lib to collect GPU information on Linux. 8 # Use the PCI lib to collect GPU information on Linux.
9 use_libpci = true 9 use_libpci = true
10 } 10 }
(...skipping 17 matching lines...) Expand all
28 "gpu_info.h", 28 "gpu_info.h",
29 "gpu_info_collector.cc", 29 "gpu_info_collector.cc",
30 "gpu_info_collector.h", 30 "gpu_info_collector.h",
31 "gpu_info_collector_android.cc", 31 "gpu_info_collector_android.cc",
32 "gpu_info_collector_linux.cc", 32 "gpu_info_collector_linux.cc",
33 "gpu_info_collector_linux.h", 33 "gpu_info_collector_linux.h",
34 "gpu_info_collector_mac.mm", 34 "gpu_info_collector_mac.mm",
35 "gpu_info_collector_ozone.cc", 35 "gpu_info_collector_ozone.cc",
36 "gpu_info_collector_win.cc", 36 "gpu_info_collector_win.cc",
37 "gpu_info_collector_x11.cc", 37 "gpu_info_collector_x11.cc",
38 "gpu_performance_stats.h",
39 "gpu_test_config.cc", 38 "gpu_test_config.cc",
40 "gpu_test_config.h", 39 "gpu_test_config.h",
41 "gpu_test_expectations_parser.cc", 40 "gpu_test_expectations_parser.cc",
42 "gpu_test_expectations_parser.h", 41 "gpu_test_expectations_parser.h",
43 "gpu_util.cc", 42 "gpu_util.cc",
44 "gpu_util.h", 43 "gpu_util.h",
45 "software_rendering_list_json.cc", 44 "software_rendering_list_json.cc",
46 ] 45 ]
47 46
48 configs += [ 47 configs += [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "//third_party/libXNVCtrl", 88 "//third_party/libXNVCtrl",
90 "//ui/gfx/x", 89 "//ui/gfx/x",
91 ] 90 ]
92 } else { 91 } else {
93 sources -= [ "gpu_info_collector_x11.cc" ] 92 sources -= [ "gpu_info_collector_x11.cc" ]
94 } 93 }
95 if (!use_ozone) { 94 if (!use_ozone) {
96 sources -= [ "gpu_info_collector_ozone.cc" ] 95 sources -= [ "gpu_info_collector_ozone.cc" ]
97 } 96 }
98 } 97 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h ('k') | gpu/config/gpu_blacklist_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698