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.
|
+ ], |
+ }], |
], |
}, |
{ |