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

Unified Diff: ui/ozone/platform/dri/gbm.gypi

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 | « ui/ozone/platform/dri/dri.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gbm.gypi
diff --git a/ui/ozone/platform/dri/gbm.gypi b/ui/ozone/platform/dri/gbm.gypi
index 73e357bc6dbc04946cebacd7b3aaa215d4356e53..1549ee1520f1fada8fad341a8469fc72fac39238 100644
--- a/ui/ozone/platform/dri/gbm.gypi
+++ b/ui/ozone/platform/dri/gbm.gypi
@@ -17,7 +17,7 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
- '../../build/linux/system.gyp:dridrm',
+ '../../build/linux/system.gyp:libdrm',
'../../build/linux/system.gyp:gbm',
'../../skia/skia.gyp:skia',
'../../third_party/khronos/khronos.gyp:khronos_headers',
« no previous file with comments | « ui/ozone/platform/dri/dri.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698