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

Unified Diff: mash/login/BUILD.gn

Issue 2569953002: Removes example code that isn't correctly wired up (Closed)
Patch Set: Created 4 years 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/init/public/interfaces/init.mojom ('k') | mash/login/login.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/BUILD.gn
diff --git a/mash/login/BUILD.gn b/mash/login/BUILD.gn
deleted file mode 100644
index 3fc13dd7ba355f8a1257cac403b0df83435bbc05..0000000000000000000000000000000000000000
--- a/mash/login/BUILD.gn
+++ /dev/null
@@ -1,45 +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")
-
-service("login") {
- sources = [
- "login.cc",
- "login.h",
- "main.cc",
- ]
-
- deps = [
- "//ash/public/cpp",
- "//ash/public/interfaces",
- "//base",
- "//mash/common",
- "//mash/init/public/interfaces",
- "//mash/login/public/interfaces",
- "//mojo/public/cpp/bindings",
- "//services/service_manager/public/cpp",
- "//services/tracing/public/cpp",
- "//services/ui/public/cpp",
- "//services/ui/public/interfaces",
- "//ui/views",
- "//ui/views/mus:for_mojo_application",
- ]
-
- resources = [ "$root_out_dir/views_mus_resources.pak" ]
-
- data_deps = [
- ":manifest",
- "//services/ui",
- ]
-}
-
-service_manifest("manifest") {
- name = "login"
- source = "manifest.json"
-}
« no previous file with comments | « mash/init/public/interfaces/init.mojom ('k') | mash/login/login.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698