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

Unified Diff: ui/ui.gyp

Issue 44933002: Implement OzonePlatform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add external_ozone_platform_files, external_ozone_platform_deps Created 7 years, 2 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/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index f652ce0a30b559f2766492d4bdc750bc77d4e619..e40130dc65fc6978311c9429a51a65b8df13a5dc 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -583,6 +583,11 @@
# ui to be a hard dependency for all its users.
'hard_dependency': 1,
}],
+ ['use_ozone==1', {
+ 'dependencies': [
+ 'base/ozone/ozone.gyp:ozone',
+ ],
+ }],
],
},
{
« ui/base/ozone/platform/dri/ozone_platform_dri.h ('K') | « ui/gfx/ozone/surface_factory_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698