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: services/sky_packaged_app_viewer/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 | « services/BUILD.gn ('k') | services/sky_packaged_app_viewer/content_handler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/sky_packaged_app_viewer/BUILD.gn
diff --git a/services/sky_packaged_app_viewer/BUILD.gn b/services/sky_packaged_app_viewer/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..ca20bfdae06d04a3342e5136fbbaec35b7efc649
--- /dev/null
+++ b/services/sky_packaged_app_viewer/BUILD.gn
@@ -0,0 +1,27 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# 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")
+
+mojo_native_application("sky_packaged_app_viewer") {
+ sources = [
+ "content_handler_impl.cc",
+ "content_handler_impl.h",
+ "sky_packaged_app_viewer.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//mojo/application",
+ "//mojo/common",
+ "//mojo/public/cpp/application",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/utility",
+ "//mojo/services/content_handler/public/interfaces",
+ "//mojo/services/http_server/public/cpp",
+ "//mojo/services/http_server/public/interfaces",
+ "//sky/viewer:lib",
+ "//third_party/zlib:zip",
+ ]
+}
« no previous file with comments | « services/BUILD.gn ('k') | services/sky_packaged_app_viewer/content_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698