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

Unified Diff: device/devices_app/BUILD.gn

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 | « content/utility/DEPS ('k') | device/devices_app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/devices_app/BUILD.gn
diff --git a/device/devices_app/BUILD.gn b/device/devices_app/BUILD.gn
index 2601cf2902d44b077ab9a6b3f27e8f7001c85b92..f189e6bbf906a9af236a4f096b970215a2f6eaad 100644
--- a/device/devices_app/BUILD.gn
+++ b/device/devices_app/BUILD.gn
@@ -29,8 +29,8 @@ source_set("lib") {
public_deps = [
"//base",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
]
}
@@ -43,7 +43,7 @@ if (!is_component_build) {
deps = [
"//base",
"//device/devices_app/public/cpp:factory",
- "//mojo/application/public/cpp",
+ "//mojo/shell/public/cpp",
]
public_deps = [
@@ -62,7 +62,7 @@ if (!is_component_build) {
deps = [
"//base",
- "//mojo/application/public/cpp:test_support",
+ "//mojo/shell/public/cpp:test_support",
]
public_deps = [
« no previous file with comments | « content/utility/DEPS ('k') | device/devices_app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698