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

Unified Diff: components/display_compositor.gypi

Issue 1948573002: display-compositor: Add missing dependencies for ozone in gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor.gypi
diff --git a/components/display_compositor.gypi b/components/display_compositor.gypi
index 8c9571adafd88042f763c4e7d37f7be1a9d86acd..ccbffe32c3d76f32f19e84e8b5499b9c600c220c 100644
--- a/components/display_compositor.gypi
+++ b/components/display_compositor.gypi
@@ -48,7 +48,14 @@
'display_compositor/gl_helper_readback_support.h',
'display_compositor/gl_helper_scaling.cc',
'display_compositor/gl_helper_scaling.h',
- ]
+ ],
+ 'conditions': [
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../ui/ozone/ozone.gyp:ozone_base',
+ ],
+ }],
+ ],
},
{
# GN version: //components/display_compositor:display_compositor_unittests
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698