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

Unified Diff: gpu/config/BUILD.gn

Issue 843583006: GN: Add -Wl,-z defs on linux and fix errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index df7153d72402d7cf8fda9d3820f1bc79323bba61..fb8af92d2daa91ff87c648b2ecd82feebfba709b 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -84,7 +84,10 @@ source_set("config") {
"//build/config/linux:x11",
"//build/config/linux:xext",
]
- deps += [ "//third_party/libXNVCtrl" ]
+ deps += [
+ "//third_party/libXNVCtrl",
+ "//ui/gfx/x/",
Nico 2015/01/15 23:35:07 no trailing / (?)
jamesr 2015/01/16 02:00:45 Done.
+ ]
} else {
sources -= [ "gpu_info_collector_x11.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698