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

Unified Diff: mash/webtest/BUILD.gn

Issue 2901613002: Remove navigation_service_unittests, along with the service itself. (Closed)
Patch Set: Fix isolate files? Created 3 years, 7 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 | « mash/browser/public/interfaces/constants.mojom ('k') | mash/webtest/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/webtest/BUILD.gn
diff --git a/mash/webtest/BUILD.gn b/mash/webtest/BUILD.gn
deleted file mode 100644
index 57257e801b0d1c3ef2adb6db9ead1bcf36aadd9e..0000000000000000000000000000000000000000
--- a/mash/webtest/BUILD.gn
+++ /dev/null
@@ -1,57 +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("//build/config/ui.gni")
-import("//services/service_manager/public/cpp/service.gni")
-import("//services/service_manager/public/service_manifest.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//tools/grit/repack.gni")
-
-source_set("lib") {
- testonly = true
- sources = [
- "webtest.cc",
- "webtest.h",
- ]
-
- deps = [
- "//base",
- "//mash/public/interfaces",
- "//mojo/public/cpp/bindings",
- "//services/navigation/public/interfaces",
- "//services/service_manager/public/cpp",
- "//services/service_manager/public/interfaces",
- "//services/ui/public/cpp",
- "//ui/aura",
- "//ui/gfx/geometry/mojo",
- "//ui/native_theme",
- "//ui/views",
- "//ui/views/mus:for_mojo_application",
- "//url",
- ]
-
- data_deps = [
- "//services/navigation",
- ]
-}
-
-service("webtest") {
- testonly = true
- sources = [
- "main.cc",
- ]
-
- deps = [
- ":lib",
- "//services/service_manager/public/cpp",
- "//ui/views/mus:for_mojo_application",
- ]
-
- resources = [ "$root_out_dir/views_mus_resources.pak" ]
-}
-
-service_manifest("manifest") {
- name = "webtest"
- source = "manifest.json"
-}
« no previous file with comments | « mash/browser/public/interfaces/constants.mojom ('k') | mash/webtest/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698