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

Unified Diff: chrome/test/BUILD.gn

Issue 2007473004: [Autofill] Migrate ContentAutofillDriver<-->AutofillAgent IPCs to mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize remote_interfaces_ in Init() Created 4 years, 5 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 9d68d7bf05a4b23379d09ef6a6b6fb3f470cd50e..f0d240c7402ada6fda2681ca73d5b4097ede93d8 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -979,9 +979,11 @@ test("browser_tests") {
"//media",
"//media/base:test_support",
"//media/cast:test_support",
+ "//mojo/common:common_base",
"//net",
"//net:test_support",
"//sdch",
+ "//services/shell/public/cpp",
"//skia",
"//sync",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698