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

Unified Diff: ui/ui.gyp

Issue 44933002: Implement OzonePlatform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move back to ui/ozone, depend ui/gl and ui/aura on ozone, move init to gl & aura 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 a38f8590bc6bdbccee0df6a7191094d1967046a6..33b784b350d3bc2ebd15ba7d59dbf4e915ff8a57 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -578,6 +578,11 @@
# ui to be a hard dependency for all its users.
'hard_dependency': 1,
}],
+ ['use_ozone==1', {
+ 'dependencies': [
+ 'ozone/ozone.gyp:ozone',
Ben Goodger (Google) 2013/10/30 23:56:09 is this still needed?
spang 2013/10/31 00:38:24 No, removed.
+ ],
+ }],
],
},
{
« ui/aura/root_window_host_ozone.cc ('K') | « ui/ozone/platform/test/ozone_platform_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698