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

Unified Diff: services/shell/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/service_manager/tests/util.cc ('k') | services/shell/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/BUILD.gn
diff --git a/services/shell/BUILD.gn b/services/shell/BUILD.gn
deleted file mode 100644
index e2987f2741f1c7b721b804ce501c65c8a9d6eac1..0000000000000000000000000000000000000000
--- a/services/shell/BUILD.gn
+++ /dev/null
@@ -1,60 +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.
-
-import("//services/shell/public/service_manifest.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//testing/test.gni")
-
-group("all") {
- testonly = true
- deps = [
- ":shell",
- "//services/shell/background",
- "//services/shell/runner",
- "//services/shell/standalone",
- "//services/shell/tests",
- ]
-}
-
-source_set("shell") {
- output_name = "mojo_shell"
- sources = [
- "connect_params.cc",
- "connect_params.h",
- "connect_util.cc",
- "connect_util.h",
- "native_runner.h",
- "native_runner_delegate.h",
- "service_manager.cc",
- "service_manager.h",
- "service_overrides.cc",
- "service_overrides.h",
- "switches.cc",
- "switches.h",
- ]
-
- deps = [
- "//base",
- "//base/third_party/dynamic_annotations",
- "//mojo/common",
- "//mojo/public/cpp/bindings",
- "//services/catalog/public/interfaces",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/interfaces",
- ]
-
- public_deps = [
- # ApplicationManager exposes and uses PackageManager types in its header.
- "//services/catalog:lib",
- ]
-
- data_deps = [
- ":manifest",
- ]
-}
-
-service_manifest("manifest") {
- name = "shell"
- source = "manifest.json"
-}
« no previous file with comments | « services/service_manager/tests/util.cc ('k') | services/shell/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698