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

Unified Diff: content/test/BUILD.gn

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 848dea1b87bd5c8df96313aa7325a3310af53a5d..c254b4e08b2921be0e6040ef7892d1cfa3a15fb6 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -55,6 +55,7 @@ source_set("test_support") {
public_deps += [ "//third_party/WebKit/public:blink" ]
deps += [
+ ":content_test_mojo_bindings",
"//components/scheduler:scheduler",
"//components/scheduler:test_support",
"//content/browser/speech/proto",
@@ -68,6 +69,8 @@ source_set("test_support") {
"//cc:test_support",
"//ipc/mojo",
"//media",
+ "//mojo/application/public/cpp:cpp_for_chromium",
+ "//mojo/environment:chromium",
"//ppapi/host",
"//ppapi/proxy",
"//ppapi/proxy:test_support",
@@ -201,6 +204,12 @@ source_set("browsertest_support") {
}
}
+mojom("content_test_mojo_bindings") {
+ sources = [
+ "../public/test/test_mojo_service.mojom",
+ ]
+}
+
mojom("web_ui_test_mojo_bindings") {
sources = [
"data/web_ui_test_mojo_bindings.mojom",
@@ -279,6 +288,7 @@ if (!is_mac) {
"//media/audio:test_support",
"//media/base:test_support",
"//media:shared_memory_support",
+ "//mojo/application/public/cpp:cpp_for_chromium",
"//mojo/environment:chromium",
"//net:test_support",
"//ppapi/host",

Powered by Google App Engine
This is Rietveld 408576698