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

Unified Diff: services/shell/tests/shutdown/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/shell/tests/shell/target_manifest.json ('k') | services/shell/tests/shutdown/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/shutdown/BUILD.gn
diff --git a/services/shell/tests/shutdown/BUILD.gn b/services/shell/tests/shutdown/BUILD.gn
deleted file mode 100644
index 10a52d5959daf7c595e83c6dd0190cd652215997..0000000000000000000000000000000000000000
--- a/services/shell/tests/shutdown/BUILD.gn
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 2016 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/cpp/service.gni")
-import("//services/shell/public/service_manifest.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//testing/test.gni")
-
-source_set("shutdown") {
- testonly = true
- sources = [
- "shutdown_unittest.cc",
- ]
-
- deps = [
- ":interfaces",
- ":shutdown_client",
- ":shutdown_service",
- "//base",
- "//base/test:test_config",
- "//services/shell/public/cpp:service_test_support",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/interfaces",
- ]
-
- data_deps = [
- ":shutdown_client",
- ":shutdown_service",
- ":shutdown_unittest_manifest",
- ]
-}
-
-mojom("interfaces") {
- sources = [
- "shutdown_unittest.mojom",
- ]
-}
-
-service_manifest("shutdown_unittest_manifest") {
- name = "shutdown_unittest"
- source = "shutdown_unittest_manifest.json"
-}
-
-service_manifest("shutdown_service_manifest") {
- name = "shutdown_service"
- source = "shutdown_service_manifest.json"
-}
-
-service("shutdown_service") {
- testonly = true
- sources = [
- "shutdown_service_app.cc",
- ]
- deps = [
- ":interfaces",
- "//base",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/interfaces",
- ]
- data_deps = [
- ":shutdown_service_manifest",
- ]
-}
-
-service_manifest("shutdown_client_manifest") {
- name = "shutdown_client"
- source = "shutdown_client_manifest.json"
-}
-
-service("shutdown_client") {
- testonly = true
- sources = [
- "shutdown_client_app.cc",
- ]
- deps = [
- ":interfaces",
- "//base",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/interfaces",
- ]
- data_deps = [
- ":shutdown_client_manifest",
- ]
-}
« no previous file with comments | « services/shell/tests/shell/target_manifest.json ('k') | services/shell/tests/shutdown/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698