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

Unified Diff: chrome/app/mash/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 | « no previous file | chrome/app/mash/mash_runner.cc » ('j') | mash/app_driver/app_driver_application_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index 4dc43ff58e3df28c46d715eba318eb1e6ec2a567..4d89a6138289fd028a92a5cfb36730bb0688b32f 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -15,7 +15,7 @@ source_set("mash") {
"//base:i18n",
"//components/mus:lib",
"//content/public/common",
- "//mash/browser_driver:lib",
+ "//mash/app_driver:lib",
"//mash/quick_launch:lib",
"//mash/session:lib",
"//mash/task_viewer:lib",
@@ -45,7 +45,7 @@ mojo_application_manifest("manifest") {
deps = [
"//ash/mus:manifest",
"//components/mus:manifest",
- "//mash/browser_driver:manifest",
+ "//mash/app_driver:manifest",
"//mash/quick_launch:manifest",
"//mash/session:manifest",
"//mash/task_viewer:manifest",
@@ -53,7 +53,7 @@ mojo_application_manifest("manifest") {
]
packaged_applications = [
"ash_sysui",
- "browser_driver",
+ "app_driver",
"desktop_wm",
"mash_session",
"mus",
« no previous file with comments | « no previous file | chrome/app/mash/mash_runner.cc » ('j') | mash/app_driver/app_driver_application_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698