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

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

Issue 1764253002: Rename shell.mojom to connector.mojom, ApplicationManager to Shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@32exe
Patch Set: . Created 4 years, 10 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/BUILD.gn ('k') | mojo/shell/tests/application_manager/application_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/application_manager/BUILD.gn
diff --git a/mojo/shell/tests/application_manager/BUILD.gn b/mojo/shell/tests/application_manager/BUILD.gn
deleted file mode 100644
index 6989d96481c0d8b0a6e1d51334ff276b9082337f..0000000000000000000000000000000000000000
--- a/mojo/shell/tests/application_manager/BUILD.gn
+++ /dev/null
@@ -1,83 +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("application_manager") {
- testonly = true
- sources = [
- "application_manager_unittest.cc",
- ]
-
- deps = [
- ":interfaces",
- ":manifest",
- "//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 = [
- ":application_manager_unittest_driver",
- ":application_manager_unittest_target",
- ]
-}
-
-mojom("interfaces") {
- sources = [
- "application_manager_unittest.mojom",
- ]
-}
-
-mojo_application_manifest("manifest") {
- application_name = "application_manager_unittest"
- source = "application_manager_unittest_manifest.json"
-}
-
-executable("application_manager_unittest_driver") {
- testonly = true
-
- sources = [
- "driver.cc",
- ]
-
- deps = [
- ":driver_manifest",
- ":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",
- ]
-}
-
-mojo_application_manifest("driver_manifest") {
- type = "exe"
- application_name = "application_manager_unittest_driver"
- source = "driver_manifest.json"
-}
-
-executable("application_manager_unittest_target") {
- testonly = true
-
- sources = [
- "target.cc",
- ]
-
- deps = [
- ":interfaces",
- "//base",
- "//mojo/shell/public/cpp",
- "//mojo/shell/runner/child:test_native_main",
- ]
-}
« no previous file with comments | « mojo/shell/tests/BUILD.gn ('k') | mojo/shell/tests/application_manager/application_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698