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

Unified Diff: mojo/apps/js/BUILD.gn

Issue 563953003: GN rules for everything in //mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: mojo/apps/js/BUILD.gn
diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
index 16332d93ee493a54241d355bae68bdc2f2659b79..6eb1b2f631ee93fa5641655bb1256d5fd21aacd2 100644
--- a/mojo/apps/js/BUILD.gn
+++ b/mojo/apps/js/BUILD.gn
@@ -2,6 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/system.gni")
+
+shared_library("mojo_js") {
+ sources = [
+ "main.cc"
+ ]
+
+ deps = [
+ ":js",
+ ] + mojo_system_for_shared_library
+}
+
# GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib
source_set("js") {
deps = [
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/common/test/BUILD.gn » ('j') | mojo/examples/png_viewer/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698