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

Unified Diff: build/common.gypi

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final fix Created 5 years, 1 month 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 | « no previous file | chromecast/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 67fc8e5b554a3bad4a41115cada9f3a0f95b4921..96f164ef08128bac9a410580931e2dd0ad9277cd 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1535,7 +1535,7 @@
'ozone_platform_egltest%': 0,
'ozone_platform_gbm%': 0,
'ozone_platform_ozonex%': 0,
- 'ozone_platform_test%': 0,
+ 'ozone_platform_headless%': 0,
# Experiment: http://crbug.com/426914
'envoy%': 0,
@@ -2368,13 +2368,13 @@
}],
['use_ozone==1 and ozone_auto_platforms==1', {
- # Use test as the default platform.
- 'ozone_platform%': 'test',
+ # Use headless as the default platform.
+ 'ozone_platform%': 'headless',
# Build all platforms whose deps are in install-build-deps.sh.
# Only these platforms will be compile tested by buildbots.
'ozone_platform_gbm%': 1,
- 'ozone_platform_test%': 1,
+ 'ozone_platform_headless%': 1,
'ozone_platform_egltest%': 1,
}],
« no previous file with comments | « no previous file | chromecast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698