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

Unified Diff: content/test/BUILD.gn

Issue 1462753002: Define MOJO_SHELL_CLIENT uniformly across content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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/renderer/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c9f5fa00ad327b9050685c27a15dd7ae9eceb8a9..c6d764c19b33c98b4eb3611458c10b809986c3be 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -349,6 +349,7 @@ test("content_browsertests") {
configs += [
"//build/config:precompiled_headers",
"//build/config/compiler:no_size_t_to_int_warning",
+ "//content/public/common:mojo_shell_client",
]
deps = [
@@ -549,7 +550,10 @@ test("content_unittests") {
}
}
- configs += [ "//build/config:precompiled_headers" ]
+ configs += [
+ "//build/config:precompiled_headers",
+ "//content/public/common:mojo_shell_client",
+ ]
deps = [
":test_support",
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698