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

Unified Diff: components/web_view/BUILD.gn

Issue 1323333004: Renames mandoline_frame_apptests to web_view_apptests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: order Created 5 years, 3 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 | mandoline/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/BUILD.gn
diff --git a/components/web_view/BUILD.gn b/components/web_view/BUILD.gn
index d18c2c2c3b9134c948ed9ad37ee6b31627f0f39b..26a85a338f2541f6f782601b9022c7c149d87c94 100644
--- a/components/web_view/BUILD.gn
+++ b/components/web_view/BUILD.gn
@@ -82,7 +82,8 @@ source_set("test_support") {
]
}
-mojo_native_application("mandoline_frame_apptests") {
+mojo_native_application("apptests") {
+ output_name = "web_view_apptests"
testonly = true
sources = [
« no previous file with comments | « no previous file | mandoline/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698