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

Unified Diff: services/shell/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
« no previous file with comments | « services/shell/switches.cc ('k') | services/shell/tests/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/BUILD.gn
diff --git a/services/shell/tests/BUILD.gn b/services/shell/tests/BUILD.gn
deleted file mode 100644
index 155575fbe540419086c0af326b09d5066f0f263c..0000000000000000000000000000000000000000
--- a/services/shell/tests/BUILD.gn
+++ /dev/null
@@ -1,60 +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("//mojo/public/tools/bindings/mojom.gni")
-import("//testing/test.gni")
-
-group("tests") {
- testonly = true
- deps = [
- ":service_manager_unittests",
- ]
-}
-
-test("service_manager_unittests") {
- deps = [
- ":interfaces",
- "//base",
- "//base/test:test_support",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//services/catalog:unittests",
- "//services/shell",
- "//services/shell/background:lib",
- "//services/shell/background:main",
- "//services/shell/background/tests:unittests",
- "//services/shell/public/cpp",
- "//services/shell/public/cpp/test:run_all_shelltests",
- "//services/shell/public/interfaces",
- "//services/shell/tests/connect",
- "//services/shell/tests/lifecycle",
- "//services/shell/tests/shell",
- "//services/shell/tests/shutdown",
- "//testing/gtest",
- ]
-}
-
-mojom("interfaces") {
- sources = [
- "test.mojom",
- ]
-
- use_new_wrapper_types = false
-}
-
-source_set("util") {
- sources = [
- "util.cc",
- "util.h",
- ]
- deps = [
- "//base",
- "//base:base_static",
- "//mojo/edk/system",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/interfaces",
- "//services/shell/runner/common",
- ]
-}
« no previous file with comments | « services/shell/switches.cc ('k') | services/shell/tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698