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

Unified Diff: mojo/shell/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 | « mojo/services/tracing/tracing_app.cc ('k') | mojo/shell/application_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 202d4ddbdee6bf20623cc9c53f8736fcbe4f9035..dee5ebb231c68f4197597b4aae09133d679e5d58 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -42,18 +42,18 @@ source_set("shell") {
public_deps = [
"//base",
- "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/services/network/public/interfaces",
"//mojo/services/updater",
+ "//mojo/shell/public/interfaces",
"//url",
]
deps = [
"//base/third_party/dynamic_annotations",
"//crypto:crypto",
- "//mojo/application/public/cpp:sources",
"//mojo/environment:chromium",
+ "//mojo/shell/public/cpp:sources",
"//mojo/util:filename_util",
"//third_party/mojo/src/mojo/edk/system",
"//url",
@@ -72,8 +72,8 @@ source_set("test_support") {
deps = [
":shell",
":test_bindings",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
"//testing/gtest",
]
}
@@ -95,11 +95,11 @@ test("mojo_shell_unittests") {
":test_bindings",
":test_support",
"//base",
- "//mojo/application/public/cpp",
"//mojo/edk/system:test_utils",
"//mojo/public/cpp/system",
"//mojo/shell/fetcher",
"//mojo/shell/package_manager",
+ "//mojo/shell/public/cpp",
"//mojo/util:filename_util",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/test:run_all_unittests",
@@ -127,11 +127,11 @@ mojo_native_application("apptests") {
":test_bindings",
"//base",
"//base/test:test_config",
- "//mojo/application/public/cpp:sources",
- "//mojo/application/public/cpp:test_support",
- "//mojo/application/public/interfaces",
"//mojo/common:common_base",
"//mojo/converters/network",
+ "//mojo/shell/public/cpp:sources",
+ "//mojo/shell/public/cpp:test_support",
+ "//mojo/shell/public/interfaces",
]
data_deps = [
@@ -151,12 +151,12 @@ executable("application_manager_apptest_driver") {
":test_bindings",
"//base",
"//base:base_static",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
"//mojo/common:common_base",
"//mojo/converters/network",
"//mojo/runner:init",
"//mojo/runner/child:test_native_main",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
"//third_party/mojo/src/mojo/edk/system",
]
}
@@ -171,9 +171,9 @@ executable("application_manager_apptest_target") {
deps = [
":test_bindings",
"//base",
- "//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/converters/network",
"//mojo/runner/child:test_native_main",
+ "//mojo/shell/public/cpp",
]
}
« no previous file with comments | « mojo/services/tracing/tracing_app.cc ('k') | mojo/shell/application_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698