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

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: Rebase only 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 3e25168a172d18dbf1d5338d48452e6f5e98d1f0..d3e1b1bf30eea8d947165fc2e651a54fb18ae807 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -976,9 +976,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