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

Unified Diff: ui/ozone/platform/dri/BUILD.gn

Issue 427853004: Move libdrm target behind conditional (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 5 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
« no previous file with comments | « build/linux/system.gyp ('k') | ui/ozone/platform/dri/dri.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/BUILD.gn
diff --git a/ui/ozone/platform/dri/BUILD.gn b/ui/ozone/platform/dri/BUILD.gn
index f7d93d7c19ef3a9b261c50e7a4ce457a509e1269..e6ce8cacc1475197ea132e23b3ebc716301966ca 100644
--- a/ui/ozone/platform/dri/BUILD.gn
+++ b/ui/ozone/platform/dri/BUILD.gn
@@ -5,6 +5,10 @@
import("//build/config/linux/pkg_config.gni")
import("//ui/ozone/ozone.gni")
+pkg_config("libdrm") {
+ packages = [ "libdrm" ]
+}
+
source_set("dri_common") {
sources = [
"chromeos/display_mode_dri.cc",
@@ -55,7 +59,7 @@ source_set("dri_common") {
]
direct_dependent_configs = [
- "//build/config/linux:libdrm",
+ ":libdrm",
]
}
« no previous file with comments | « build/linux/system.gyp ('k') | ui/ozone/platform/dri/dri.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698