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

Unified Diff: ui/ozone/demo/BUILD.gn

Issue 409163004: ozone: Fix GN build for ozone_egl_demo, ozone_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove media/BUILD.gn diffs Created 6 years, 5 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
« no previous file with comments | « ui/ozone/BUILD.gn ('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/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",
]
}
« no previous file with comments | « ui/ozone/BUILD.gn ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698