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

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: gn, gyp, test codes all done Created 4 years, 6 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 a963c4ece8e4137b4350ba7e6e0817c03bd18bf5..a1c840222a99ea1489256126e07ae119bb958f00 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1004,9 +1004,11 @@ if (!is_android) {
"//media",
"//media/base:test_support",
"//media/cast:test_support",
+ "//mojo/common:common_base",
"//net",
"//net:test_support",
"//sdch",
+ "//services/shell/public/cpp",
"//skia",
"//sync",
"//sync:test_support_sync_api",

Powered by Google App Engine
This is Rietveld 408576698