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

Unified Diff: mojo/public/cpp/application/BUILD.gn

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/public/c/system/tests/BUILD.gn ('k') | mojo/public/cpp/application/application_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/application/BUILD.gn
diff --git a/mojo/public/cpp/application/BUILD.gn b/mojo/public/cpp/application/BUILD.gn
index 83dc136c30df608e5e9c58b355f2b3238728daea..1eacdc689fa1fcf3758ed44ce2f190c78c4af1c2 100644
--- a/mojo/public/cpp/application/BUILD.gn
+++ b/mojo/public/cpp/application/BUILD.gn
@@ -48,6 +48,11 @@ source_set("standalone") {
source_set("test_support") {
testonly = true
+ sources = [
+ "application_test_base.h",
+ "lib/application_test_base.cc",
+ ]
+
deps = [
":application",
"//mojo/public/cpp/bindings",
@@ -55,10 +60,15 @@ source_set("test_support") {
"//mojo/public/cpp/system",
"//testing/gtest",
]
+}
- sources = [
- "application_test_base.h",
- "lib/application_test_base.cc",
- "lib/application_test_main.cc",
+source_set("test_support_standalone") {
+ testonly = true
+ sources = [ "lib/application_test_main.cc", ]
+ public_deps = [ ":test_support", ]
+ deps = [
+ "//mojo/public/cpp/environment:standalone",
+ "//mojo/public/cpp/application",
+ "//mojo/public/cpp/system",
]
}
« no previous file with comments | « mojo/public/c/system/tests/BUILD.gn ('k') | mojo/public/cpp/application/application_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698