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

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

Issue 703023004: Move the JS content handler et al from mojo/apps/js to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed DEPS gl build Created 6 years, 1 month 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 | « mojo/BUILD.gn ('k') | mojo/apps/js/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/BUILD.gn
diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
deleted file mode 100644
index 6b32936a3d0551b24562fba718d168221feb91bc..0000000000000000000000000000000000000000
--- a/mojo/apps/js/BUILD.gn
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2014 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.
-
-group("js") {
- # Meta-target, don't link into production code.
- testonly = true
- deps = [
- ":js_content_handler",
- ]
-}
-
-source_set("js_apps") {
- sources = [
- "js_app.cc",
- "mojo_bridge_module.cc",
- ]
-
- public_deps = [
- "//mojo/edk/js",
- ]
- deps = [
- "//mojo/application",
- "//mojo/public/c/system:for_shared_library",
- "//mojo/public/cpp/utility",
- ]
-}
-
-shared_library("js_content_handler") {
- sources = [
- "content_handler_main.cc",
- ]
-
- deps = [
- ":js_apps",
- "//base:i18n",
- "//mojo/application:application",
- "//mojo/application:content_handler",
- "//mojo/environment:chromium",
- "//mojo/services/public/interfaces/content_handler",
- ]
-}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/apps/js/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698