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

Unified Diff: ui/ozone/ozone.gyp

Issue 1059073002: Loads CastEglPlatform implementation from shared library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved ozone implementation to ui/ozone/platform/cast Created 5 years, 9 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
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index c431d3c96510e72d698b040d613033e86d79f912..d7033a184f0ac6d185202ed2838fb1c26eaf6934 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -196,6 +196,11 @@
'platform/caca/caca.gypi',
],
}],
+ ['<(ozone_platform_cast) == 1', {
+ 'includes': [
+ 'platform/cast/cast.gypi',
+ ],
+ }],
['<(ozone_platform_dri) == 1 or <(ozone_platform_drm) == 1 or <(ozone_platform_gbm) == 1', {
'includes': [
'platform/drm/drm.gypi',

Powered by Google App Engine
This is Rietveld 408576698