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

Unified Diff: ui/ozone/ozone.gyp

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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/gl/gl_surface_egl.cc ('k') | ui/ozone/ozone_platform.h » ('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 096735843e2bb22fd097f3031521a48d8dad38e1..11936e85059d64c8f253e4a574267f2342c7b720 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -38,6 +38,8 @@
'ozone_switches.h',
'platform/dri/ozone_platform_dri.cc',
'platform/dri/ozone_platform_dri.h',
+ 'platform/gbm/ozone_platform_gbm.cc',
+ 'platform/gbm/ozone_platform_gbm.h',
'platform/test/ozone_platform_test.cc',
'platform/test/ozone_platform_test.h',
'<@(external_ozone_platform_files)',
@@ -78,6 +80,17 @@
['exclude', '^platform/dri/'],
]
}],
+ ['<(ozone_platform_gbm)==1', {
+ 'variables': {
+ 'ozone_platforms': [
+ 'gbm'
+ ]
+ }
+ }, { # ozone_platform_gbm==0
+ 'sources/': [
+ ['exclude', '^platform/gbm/'],
+ ]
+ }],
['<(ozone_platform_test)==1', {
'variables': {
'ozone_platforms': [
« no previous file with comments | « ui/gl/gl_surface_egl.cc ('k') | ui/ozone/ozone_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698