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

Unified Diff: components/components_tests.gyp

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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 4d712a93baef683781b3e420734dc130f2fee6ba..2ddb6851b599f4ffa497fc5003a1ee22ec0d039f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1339,6 +1339,7 @@
],
'dependencies': [
'../content/content_shell_and_tests.gyp:test_support_content',
+ '../mojo/mojo_base.gyp:mojo_common_lib',
'../skia/skia.gyp:skia',
'components.gyp:autofill_content_browser',
'components.gyp:autofill_content_renderer',

Powered by Google App Engine
This is Rietveld 408576698