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

Unified Diff: mojo/shell/tests/connect/BUILD.gn

Issue 1783533003: Moves mojo_application_manifest to data_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/shell/tests/BUILD.gn ('k') | mojo/shell/tests/lifecycle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/tests/connect/BUILD.gn
diff --git a/mojo/shell/tests/connect/BUILD.gn b/mojo/shell/tests/connect/BUILD.gn
index d94fd9a102a8351f117f6047bf3e565355d00e0c..d2818b2b9a4f9665d8a9f4ba284ca82bc2cb8d0e 100644
--- a/mojo/shell/tests/connect/BUILD.gn
+++ b/mojo/shell/tests/connect/BUILD.gn
@@ -14,7 +14,6 @@ source_set("connect") {
]
deps = [
":interfaces",
- ":manifest",
"//base",
"//base/test:test_support",
"//mojo/shell/public/cpp:shell_test_support",
@@ -25,6 +24,7 @@ source_set("connect") {
data_deps = [
":connect_test_app",
":connect_test_package",
+ ":manifest",
]
}
« no previous file with comments | « mojo/shell/tests/BUILD.gn ('k') | mojo/shell/tests/lifecycle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698