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

Unified Diff: mandoline/ui/BUILD.gn

Issue 1308973005: html_viewer/web_view: An app for running layout-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix-win-build 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
Index: mandoline/ui/BUILD.gn
diff --git a/mandoline/ui/BUILD.gn b/mandoline/ui/BUILD.gn
index 1c7de332262341299bb6c2f330a9811d418ef4d7..de10c95a8cd1fdf144136c02bb8c492c5e8b9b8f 100644
--- a/mandoline/ui/BUILD.gn
+++ b/mandoline/ui/BUILD.gn
@@ -7,6 +7,7 @@ import("//build/config/ui.gni")
group("ui") {
deps = [
"phone_ui",
+ "test_runner",
]
if (use_aura) {
deps += [

Powered by Google App Engine
This is Rietveld 408576698