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

Unified Diff: mojo/shell/background/tests/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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: mojo/shell/background/tests/BUILD.gn
diff --git a/mojo/shell/background/tests/BUILD.gn b/mojo/shell/background/tests/BUILD.gn
deleted file mode 100644
index 59b34821c0d1c8cff4f11d5234581ea0262d3684..0000000000000000000000000000000000000000
--- a/mojo/shell/background/tests/BUILD.gn
+++ /dev/null
@@ -1,63 +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("//mojo/public/mojo_application.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//testing/test.gni")
-
-source_set("test_support") {
- sources = [
- "test_catalog_store.cc",
- "test_catalog_store.h",
- ]
-
- deps = [
- "//base",
- "//mojo/services/catalog:lib",
- "//url",
- ]
-}
-
-source_set("unittests") {
- testonly = true
- sources = [
- "background_shell_unittest.cc",
- ]
-
- deps = [
- ":test_app_bindings",
- ":test_support",
- "//base",
- "//mojo/shell/background:lib",
- "//mojo/shell/background:main",
- "//mojo/shell/public/cpp:sources",
- "//testing/gtest",
- "//url",
- ]
-
- data_deps = [
- ":test_app",
- ]
-}
-
-mojom("test_app_bindings") {
- sources = [
- "test.mojom",
- ]
-}
-
-mojo_native_application("test_app") {
- output_name = "background_shell_test_app"
-
- sources = [
- "test_service.cc",
- ]
-
- deps = [
- ":test_app_bindings",
- "//base",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
- ]
-}
« no previous file with comments | « mojo/shell/background/background_shell_main.cc ('k') | mojo/shell/background/tests/background_shell_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698