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

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 empty file 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
« ui/base/BUILD.gn ('K') | « 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/history/core/common/BUILD.gn b/ui/ozone/demo/BUILD.gn
similarity index 56%
copy from components/history/core/common/BUILD.gn
copy to ui/ozone/demo/BUILD.gn
index 7a493141978ebc86786ede32720f563e8a537d74..e1a5ba9e388dbd0c3279f7b3be851ae4f88a496c 100644
--- a/components/history/core/common/BUILD.gn
+++ b/ui/ozone/demo/BUILD.gn
@@ -2,13 +2,21 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("common") {
+group("demo") {
+ deps = [
+ ":ozone_egl_demo",
+ ]
+}
+
+executable("ozone_egl_demo") {
sources = [
- "thumbnail_score.cc",
- "thumbnail_score.h",
+ "egl_demo.cc",
]
deps = [
"//base",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ "//ui/ozone",
]
}
« ui/base/BUILD.gn ('K') | « ui/ozone/BUILD.gn ('k') | ui/ozone/ozone.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698