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

Unified Diff: mash/browser_driver/BUILD.gn

Issue 1989333003: mash: Rename browser_driver to app_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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/app_driver/manifest.json ('k') | mash/browser_driver/browser_driver_application_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/browser_driver/BUILD.gn
diff --git a/mash/browser_driver/BUILD.gn b/mash/browser_driver/BUILD.gn
deleted file mode 100644
index 2b42fc5554ff6d88533ea7b38658e36d36a8d965..0000000000000000000000000000000000000000
--- a/mash/browser_driver/BUILD.gn
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2015 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("//mojo/public/mojo_application.gni")
-import("//mojo/public/mojo_application_manifest.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//tools/grit/repack.gni")
-
-source_set("lib") {
- sources = [
- "browser_driver_application_delegate.cc",
- "browser_driver_application_delegate.h",
- ]
-
- deps = [
- "//base",
- "//components/mus/common:mus_common",
- "//components/mus/public/interfaces",
- "//mash/public/interfaces",
- "//services/catalog/public/interfaces",
- "//services/shell/public/cpp:sources",
- ]
-
- data_deps = [
- "//components/mus",
- ]
-}
-
-mojo_native_application("browser_driver") {
- sources = [
- "main.cc",
- ]
-
- deps = [
- ":lib",
- "//base",
- "//mojo/public/cpp/bindings",
- "//services/shell/public/cpp",
- "//services/shell/public/cpp:sources",
- ]
-
- data_deps = [
- ":manifest",
- ]
-}
-
-mojo_application_manifest("manifest") {
- application_name = "browser_driver"
- source = "manifest.json"
-}
« no previous file with comments | « mash/app_driver/manifest.json ('k') | mash/browser_driver/browser_driver_application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698