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

Unified Diff: sky/examples/BUILD.gn

Issue 1085853002: Introduce Sky packaged apps. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Response to qsr's review Created 5 years, 8 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 | « sky/BUILD.gn ('k') | sky/examples/hello_world/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/BUILD.gn
diff --git a/examples/tiny/BUILD.gn b/sky/examples/BUILD.gn
similarity index 61%
copy from examples/tiny/BUILD.gn
copy to sky/examples/BUILD.gn
index 0a2c73a502ad066b538dedc49ae1bc42de41bc46..c47a7154b6b6f437888f3d51780214a1966bd89d 100644
--- a/examples/tiny/BUILD.gn
+++ b/sky/examples/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/mojo_application.gni")
+group("examples") {
+ testonly = true
-mojo_native_application("tiny") {
- sources = [
- "tiny.c",
+ deps = [
+ "//sky/examples/hello_world:sky_hello_world",
]
}
« no previous file with comments | « sky/BUILD.gn ('k') | sky/examples/hello_world/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698