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

Unified Diff: mojo/shell/tests/shell/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
« no previous file with comments | « mojo/shell/tests/loader_unittest.cc ('k') | mojo/shell/tests/shell/driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/shell/BUILD.gn
diff --git a/mojo/shell/tests/shell/BUILD.gn b/mojo/shell/tests/shell/BUILD.gn
deleted file mode 100644
index c1b2379db70b1934844148386988cceec840df9e..0000000000000000000000000000000000000000
--- a/mojo/shell/tests/shell/BUILD.gn
+++ /dev/null
@@ -1,96 +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/mojo_application_manifest.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//testing/test.gni")
-
-source_set("shell") {
- testonly = true
- sources = [
- "shell_unittest.cc",
- ]
-
- deps = [
- ":interfaces",
- "//base",
- "//base/test:test_config",
- "//mojo/common:common_base",
- "//mojo/shell/public/cpp:shell_test_support",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/interfaces",
- ]
-
- data_deps = [
- ":manifest",
- ":shell_unittest_driver",
- ":shell_unittest_target",
- ]
-}
-
-mojom("interfaces") {
- sources = [
- "shell_unittest.mojom",
- ]
-}
-
-mojo_application_manifest("manifest") {
- application_name = "shell_unittest"
- source = "shell_unittest_manifest.json"
-}
-
-executable("shell_unittest_driver") {
- testonly = true
-
- sources = [
- "driver.cc",
- ]
-
- deps = [
- ":interfaces",
- "//base",
- "//mojo/edk/system",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
- "//mojo/shell/runner:init",
- "//mojo/shell/runner/child:test_native_main",
- "//mojo/shell/runner/common",
- ]
-
- data_deps = [
- ":driver_manifest",
- ]
-}
-
-mojo_application_manifest("driver_manifest") {
- type = "exe"
- application_name = "shell_unittest_driver"
- source = "driver_manifest.json"
-}
-
-executable("shell_unittest_target") {
- testonly = true
-
- sources = [
- "target.cc",
- ]
-
- deps = [
- ":interfaces",
- "//base",
- "//mojo/shell/public/cpp",
- "//mojo/shell/runner/child:test_native_main",
- ]
-
- data_deps = [
- ":target_manifest",
- ]
-}
-
-mojo_application_manifest("target_manifest") {
- type = "exe"
- application_name = "shell_unittest_target"
- source = "target_manifest.json"
-}
« no previous file with comments | « mojo/shell/tests/loader_unittest.cc ('k') | mojo/shell/tests/shell/driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698