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

Unified Diff: ui/ozone/ozone.gyp

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed egltest => eglheadless, test => headless Created 5 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/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 1f4bfc4160f4eb0a366f98979bd3d01e56f70395..9634d79130e131750786d4d465433812c08f28fe 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -230,9 +230,9 @@
'platform/cast/cast.gypi',
],
}],
- ['<(ozone_platform_egltest) == 1', {
+ ['<(ozone_platform_eglheadless) == 1', {
'includes': [
- 'platform/egltest/egltest.gypi',
+ 'platform/eglheadless/eglheadless.gypi',
],
}],
['<(ozone_platform_gbm) == 1', {
@@ -240,9 +240,9 @@
'platform/drm/gbm.gypi',
],
}],
- ['<(ozone_platform_test) == 1', {
+ ['<(ozone_platform_headless) == 1', {
'includes': [
- 'platform/test/test.gypi',
+ 'platform/headless/headless.gypi',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698