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

Unified Diff: ui/ozone/BUILD.gn

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 | « media/ozone/media_ozone_platform.cc ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index fb13cd3ef4b01fa726c7b4e2f23bb80a3d159e9f..f52969253c46c2b01aa519142e237c40eed12a64 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -19,9 +19,9 @@ if (ozone_platform_egltest) {
ozone_platform_deps += [ "platform/egltest" ]
}
-if (ozone_platform_test) {
- ozone_platforms += [ "test" ]
- ozone_platform_deps += [ "platform/test" ]
+if (ozone_platform_headless) {
+ ozone_platforms += [ "headless" ]
+ ozone_platform_deps += [ "platform/headless" ]
}
if (ozone_platform_caca) {
@@ -131,6 +131,7 @@ component("ozone") {
"//ui/display/types",
"//ui/display/util",
"//ui/events",
+ "//ui/events/devices",
"//ui/events/ozone:events_ozone",
"//ui/gfx",
"//ui/gfx/geometry",
« no previous file with comments | « media/ozone/media_ozone_platform.cc ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698