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

Unified Diff: gpu/config/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/service/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index 27e377dd1d063e67d70dda90b3727257555d108e..df7153d72402d7cf8fda9d3820f1bc79323bba61 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -58,7 +58,10 @@ source_set("config") {
if (is_win) {
deps += [ "//third_party/libxml" ]
- libs = [ "dxguid.lib", "setupapi.lib" ]
+ libs = [
+ "dxguid.lib",
+ "setupapi.lib",
+ ]
if (is_chrome_branded && is_official_build) {
sources += [
@@ -74,18 +77,14 @@ source_set("config") {
defines += [ "USE_LIBPCI=1" ]
}
if (is_linux && use_libpci && (use_x11 || use_ozone)) {
- deps += [
- "//build/config/linux:libpci",
- ]
+ deps += [ "//build/config/linux:libpci" ]
}
if (is_linux && use_x11) {
configs += [
"//build/config/linux:x11",
"//build/config/linux:xext",
]
- deps += [
- "//third_party/libXNVCtrl",
- ]
+ deps += [ "//third_party/libXNVCtrl" ]
} else {
sources -= [ "gpu_info_collector_x11.cc" ]
}
@@ -93,4 +92,3 @@ source_set("config") {
sources -= [ "gpu_info_collector_ozone.cc" ]
}
}
-
« no previous file with comments | « gpu/command_buffer/service/BUILD.gn ('k') | ipc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698