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

Unified Diff: build/linux/system.gyp

Issue 1345703002: ozone: Remove the "drm" software composited platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm more bits Created 5 years, 3 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/common.gypi ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 25a08c601dd03873db1a9f7729efb48b16a622d2..4fbf470b28a644af345c1eba65129efdcdf4eda7 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -571,7 +571,7 @@
},
],
}],
- ['ozone_platform_drm==1 or ozone_platform_gbm==1', {
+ ['ozone_platform_gbm==1', {
'targets': [
{
'target_name': 'libdrm',
« no previous file with comments | « build/common.gypi ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698