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

Unified Diff: content/shell/BUILD.gn

Issue 1799923003: Add an end-to-end test that excercises Mojo with a sandbox. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 | « content/content_tests.gypi ('k') | content/shell/utility/mojo_test_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 9ceb8eb04d5bc62ce203b4d6a1e39d9cf1cae530..dc20d7e6b45f7b98f1e6fddbbf91b918f80d3679 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -176,6 +176,8 @@ static_library("content_shell_lib") {
"renderer/shell_content_renderer_client.h",
"renderer/shell_render_view_observer.cc",
"renderer/shell_render_view_observer.h",
+ "utility/mojo_test_impl.cc",
+ "utility/mojo_test_impl.h",
"utility/shell_content_utility_client.cc",
"utility/shell_content_utility_client.h",
]
@@ -217,6 +219,7 @@ static_library("content_shell_lib") {
"//content:resources",
"//content/app/resources",
"//content/app/strings",
+ "//content/common:mojo_bindings",
"//content/gpu",
"//content/test:layouttest_support",
"//device/bluetooth",
« no previous file with comments | « content/content_tests.gypi ('k') | content/shell/utility/mojo_test_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698