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

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: 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 | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/headless/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/ozone.gyp
diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
index 1f4bfc4160f4eb0a366f98979bd3d01e56f70395..d0b81a70233f96a019714bf6647b9f6661f5a36d 100644
--- a/ui/ozone/ozone.gyp
+++ b/ui/ozone/ozone.gyp
@@ -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',
],
}],
],
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/headless/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698