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

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: 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
« 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 4f1ce848ef1b7092899def09ca562f492a2e97b8..5afcd78e67b401a1a49ebe8ad97a44071df2edd9 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2651,6 +2651,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