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

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

Issue 338633004: GN: Fix up various gpu targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
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 source_set("config") { 7 source_set("config") {
8 sources = [ 8 sources = [
9 "dx_diag_node.cc", 9 "dx_diag_node.cc",
10 "dx_diag_node.h", 10 "dx_diag_node.h",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//build/config/linux:x11", 60 "//build/config/linux:x11",
61 "//build/config/linux:xext", 61 "//build/config/linux:xext",
62 ] 62 ]
63 deps += [ 63 deps += [
64 "//build/config/linux:libpci", 64 "//build/config/linux:libpci",
65 "//third_party/libXNVCtrl", 65 "//third_party/libXNVCtrl",
66 ] 66 ]
67 } else { 67 } else {
68 sources -= [ "gpu_info_collector_x11.cc" ] 68 sources -= [ "gpu_info_collector_x11.cc" ]
69 } 69 }
70 if (!use_ozone) {
71 sources -= [ "gpu_info_collector_ozone.cc" ]
72 }
70 } 73 }
71 74
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/BUILD.gn ('k') | tools/gn/secondary/third_party/libjpeg_turbo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698