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

Unified Diff: mojo/application/BUILD.gn

Issue 1057603003: Simplify mojo_shell since it's now only used for Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update scripts Created 5 years, 8 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 | mojo/application/application_runner_chromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index e6b50dc96ee3456c53f3b8eabb4951883682f899..22c91af1f9cedf038aa38b8a07339c97b1f97165 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -38,14 +38,18 @@ source_set("content_handler") {
source_set("test_support") {
testonly = true
sources = [
+ "application_test_base_chromium.cc",
+ "application_test_base_chromium.h",
"application_test_main_chromium.cc",
]
- public_deps = [
- "//third_party/mojo/src/mojo/public/cpp/application:test_support",
- ]
deps = [
"//base",
"//base/test:test_support",
+ "//third_party/mojo/src/mojo/public/cpp/application:application",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//third_party/mojo/src/mojo/public/cpp/environment",
+ "//third_party/mojo/src/mojo/public/cpp/system",
+ "//testing/gtest",
]
}
« no previous file with comments | « no previous file | mojo/application/application_runner_chromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698