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

Unified Diff: ui/ozone/ozone.gyp

Issue 106633002: GBM Ozone implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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/ozone_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 3813b8d5c0cba6b15aadd1c332b5faf339f65e3f..af1305bce30411b6cc4d1275770fd8f5cbac7efa 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -90,7 +90,7 @@
'platform/caca/caca.gypi',
],
}],
- ['<(ozone_platform_dri) == 1', {
+ ['<(ozone_platform_dri) == 1 or <(ozone_platform_gbm) == 1', {
'includes': [
'platform/dri/dri.gypi',
],
@@ -100,6 +100,11 @@
'platform/egltest/egltest.gypi',
],
}],
+ ['<(ozone_platform_gbm) == 1', {
+ 'includes': [
+ 'platform/dri/gbm.gypi',
+ ],
+ }],
['<(ozone_platform_test) == 1', {
'includes': [
'platform/test/test.gypi',
« no previous file with comments | « build/linux/system.gyp ('k') | ui/ozone/ozone_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698