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

Unified Diff: ui/ozone/ozone.gyp

Issue 288603002: ozone: Add egltest platform (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deofficialize 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
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 10a4a403be8adff97f6e524f19aa9d26c6e9ed6d..510363f00e29e4837135b138bef7801c9126c300 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -97,6 +97,11 @@
'platform/dri/dri.gypi',
],
}],
+ ['<(ozone_platform_egltest) == 1', {
+ 'includes': [
+ 'platform/egltest/egltest.gypi',
+ ],
+ }],
['<(ozone_platform_test) == 1', {
'includes': [
'platform/test/test.gypi',

Powered by Google App Engine
This is Rietveld 408576698