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

Unified Diff: chrome/test/BUILD.gn

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... Created 3 years, 10 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 | « chrome/browser/BUILD.gn ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 26ba839efa3c8576314546b9f39478a0cc6348f8..730545cedd423431f87488370cde55ee00c1de75 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3773,6 +3773,7 @@ test("unit_tests") {
[ "../browser/download/download_request_infobar_delegate_unittest.cc" ]
deps += [
"//device/battery:mojo_bindings",
+ "//ipc",
"//third_party/libaddressinput",
]
}
@@ -4384,7 +4385,10 @@ test("unit_tests") {
"../utility/cloud_print/pwg_encoder_unittest.cc",
]
- deps += [ "//printing:test_support" ]
+ deps += [
+ "//ipc",
+ "//printing:test_support",
+ ]
}
if (enable_media_router) {
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698