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

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: Add myself to OWNERS for cast ozone platform. Created 5 years, 8 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 | « media/ozone/media_ozone_platform.cc ('k') | ui/ozone/platform/cast/DEPS » ('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 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',
« no previous file with comments | « media/ozone/media_ozone_platform.cc ('k') | ui/ozone/platform/cast/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698