Index: ui/ozone/demo/BUILD.gn |
diff --git a/components/infobars/test/BUILD.gn b/ui/ozone/demo/BUILD.gn |
similarity index 58% |
copy from components/infobars/test/BUILD.gn |
copy to ui/ozone/demo/BUILD.gn |
index 606cecd8fbb778ef85a9423d5377e417466157a3..c58431bf9191cb53a4703a94899259a222ab14d3 100644 |
--- a/components/infobars/test/BUILD.gn |
+++ b/ui/ozone/demo/BUILD.gn |
@@ -2,13 +2,22 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-static_library("test_support") { |
+group("demo") { |
+ deps = [ |
+ ":ozone_demo", |
+ ] |
+} |
+ |
+executable("ozone_demo") { |
sources = [ |
- "infobar_test.cc", |
+ "ozone_demo.cc", |
] |
deps = [ |
"//base", |
"//skia", |
+ "//ui/gfx/geometry", |
+ "//ui/gl", |
+ "//ui/ozone", |
] |
} |