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

Unified Diff: chrome/chrome_tests.gypi

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
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | content/public/test/mock_render_process_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 3d93bbbfa667e3a1dd2d5d3ece205629fb1ae648..ae59772429df9482095b29c085033acd53900694 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2663,6 +2663,10 @@
# TODO(dbeam): log webui URLs on iOS and test them.
'browser/ui/webui/log_web_ui_url_browsertest.cc',
],
+ }, { # else: OS != "ios"
+ 'dependencies': [
+ '../mojo/mojo_base.gyp:mojo_common_lib',
+ ],
}],
['enable_app_list==1', {
'sources': [ '<@(chrome_browser_tests_app_list_sources)' ],
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | content/public/test/mock_render_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698