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

Unified Diff: BUILD.gn

Issue 1518063002: Fix FNL Werror=maybe-unitialized and skia API changes in FNL build (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years 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 | « no previous file | mojo/public/cpp/bindings/tests/array_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index bbd25502ad8df66c6e0a3e8671a31d88ef302c4f..56a43e8b24200148ea3635d8639c543d0a60b52e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -41,7 +41,6 @@ group("default") {
if (use_ozone) {
deps += [
"//ui/ozone",
- "//ui/ozone/demo",
"//ui/ozone:ozone_unittests",
]
}
@@ -54,3 +53,12 @@ group("root") {
":default",
]
}
+
+if (use_ozone) {
+ # This isn't in the default target as it's a bit wonky right now.
+ group("ozone_demo") {
+ deps = [
+ "//ui/ozone/demo",
+ ]
+ }
+}
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/tests/array_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698