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

Unified Diff: mandoline/ui/test_runner/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/test_runner/BUILD.gn
diff --git a/mandoline/ui/phone_ui/BUILD.gn b/mandoline/ui/test_runner/BUILD.gn
similarity index 57%
copy from mandoline/ui/phone_ui/BUILD.gn
copy to mandoline/ui/test_runner/BUILD.gn
index 5f4f7cc62b81bcb2dd9d8f7856db161a34656151..56ef7282b75521e9a2fb73910407d48f871da3a1 100644
--- a/mandoline/ui/phone_ui/BUILD.gn
+++ b/mandoline/ui/test_runner/BUILD.gn
@@ -5,7 +5,7 @@
import("//mojo/public/mojo_application.gni")
import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
-mojo_native_application("phone_ui") {
+mojo_native_application("test_runner") {
sources = [
"main.cc",
]
@@ -13,27 +13,24 @@ mojo_native_application("phone_ui") {
deps = [
":lib",
"//mojo/application/public/cpp",
- "//components/web_view:web_view",
]
}
source_set("lib") {
sources = [
- "phone_browser_application_delegate.cc",
- "phone_browser_application_delegate.h",
+ "test_runner_application_delegate.cc",
+ "test_runner_application_delegate.h",
]
deps = [
"//base",
+ "//components/html_viewer/public/interfaces",
"//components/view_manager/public/cpp",
- "//components/view_manager/public/interfaces",
- "//components/web_view/public/cpp",
- "//components/web_view/public/interfaces",
- "//mandoline/ui/desktop_ui/public/interfaces",
+ "//mandoline/ui/common",
+ "//mandoline/ui/phone_ui:lib",
"//mojo/application/public/cpp",
"//mojo/common",
- "//mojo/converters/geometry",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//net",
"//ui/gfx/geometry",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698