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

Unified Diff: examples/apptest/BUILD.gn

Issue 695593002: Add Chromium environment application test support. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync and rebase. Created 6 years, 2 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/apptest/BUILD.gn
diff --git a/examples/apptest/BUILD.gn b/examples/apptest/BUILD.gn
index 321b7651c215a2674e3c8c848c60e481c59b4feb..c5678c117cfb7edb462c2f75d8ebc2df015e832f 100644
--- a/examples/apptest/BUILD.gn
+++ b/examples/apptest/BUILD.gn
@@ -48,7 +48,7 @@ shared_library("apptests") {
":bindings",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
- "//mojo/public/cpp/application:test_support",
+ "//mojo/public/cpp/application:test_support_standalone",
]
datadeps = [ ":service", ]
« no previous file with comments | « no previous file | mojo/application/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698