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

Unified Diff: services/shell/background/tests/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
Index: services/shell/background/tests/BUILD.gn
diff --git a/services/shell/background/tests/BUILD.gn b/services/shell/background/tests/BUILD.gn
deleted file mode 100644
index bb63127b17cad5e540cd472480655ad8274aa272..0000000000000000000000000000000000000000
--- a/services/shell/background/tests/BUILD.gn
+++ /dev/null
@@ -1,78 +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")
-
-static_library("test_support") {
- sources = [
- "test_catalog_store.cc",
- "test_catalog_store.h",
- ]
-
- deps = [
- "//base",
- "//services/catalog:lib",
- "//url",
- ]
-}
-
-source_set("unittests") {
- testonly = true
- sources = [
- "background_shell_unittest.cc",
- ]
-
- deps = [
- ":test_service_interfaces",
- "//base",
- "//services/shell/background:lib",
- "//services/shell/background:main",
- "//services/shell/public/cpp:sources",
- "//testing/gtest",
- "//url",
- ]
-
- data_deps = [
- ":background_shell_test_service",
- ":test_manifest",
- ]
-}
-
-mojom("test_service_interfaces") {
- sources = [
- "test.mojom",
- ]
-
- use_new_wrapper_types = false
-}
-
-service("background_shell_test_service") {
- sources = [
- "test_service.cc",
- ]
-
- deps = [
- ":test_service_interfaces",
- "//base",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/interfaces",
- ]
-
- data_deps = [
- ":test_service_manifest",
- ]
-}
-
-service_manifest("test_manifest") {
- name = "background_shell_unittest"
- source = "test_manifest.json"
-}
-
-service_manifest("test_service_manifest") {
- name = "background_shell_test_service"
- source = "test_service_manifest.json"
-}
« no previous file with comments | « services/shell/background/background_shell_main.cc ('k') | services/shell/background/tests/background_shell_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698