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

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: 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
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | chrome/renderer/autofill/autofill_renderer_browsertest.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 7990a805b8ef0cbcf2b4ae48677474120e8ba555..6385fc43ddd205d4207bf21b6af84294efed41cf 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2660,6 +2660,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',
+ ],
}],
['OS!="android" and OS!="ios"', {
'sources': [
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | chrome/renderer/autofill/autofill_renderer_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698