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

Unified Diff: mandoline/ui/browser/BUILD.gn

Issue 1195003002: Mandoline: Introduce ApplicationConnection::CloseConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 6 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/browser/BUILD.gn
diff --git a/mandoline/ui/browser/BUILD.gn b/mandoline/ui/browser/BUILD.gn
index a8b6c1b80e627b8e8a198da4bc5e8d5151380935..586eae8c61788df242f8d311aab7b8faaaa0b647 100644
--- a/mandoline/ui/browser/BUILD.gn
+++ b/mandoline/ui/browser/BUILD.gn
@@ -29,6 +29,7 @@ source_set("lib") {
sources = [
"browser.cc",
"browser.h",
+ "browser_delegate.h",
"browser_manager.cc",
"browser_manager.h",
"navigator_host_impl.cc",
@@ -63,3 +64,19 @@ source_set("lib") {
]
}
}
+
+mojo_native_application("mandoline_browser_apptests") {
+ testonly = true
+
+ sources = [
+ "browser_apptest.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:test_config",
+ "//mandoline/tab/public/interfaces",
+ "//mandoline/ui/browser:lib",
+ "//mojo/application/public/cpp:test_support",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698