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

Unified Diff: ui/ozone/ozone.gyp

Issue 275263002: [wip] ozonex: X11 backend for ozone. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 7 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/gfx/x/gfx_x11.gyp ('k') | ui/ozone/ozone_platform.cc » ('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 3813b8d5c0cba6b15aadd1c332b5faf339f65e3f..17c1376c9a8974a96f0e8bea67e3310c0a7d2a5d 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -105,5 +105,10 @@
'platform/test/test.gypi',
],
}],
+ ['<(ozone_platform_ozonex) == 1', {
+ 'includes': [
+ 'platform/ozonex/ozonex.gyp',
+ ],
+ }],
],
}
« no previous file with comments | « ui/gfx/x/gfx_x11.gyp ('k') | ui/ozone/ozone_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698