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

Unified Diff: components/components_tests.gyp

Issue 108013004: Build Autofill component on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_autofill_ipc
Patch Set: Response to review Created 7 years 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 2c1eea3c0c5f49e2cb3b78734add88f57c1468c2..22295383e5a29b83a6b716c9abcef3566c42b196 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -73,6 +73,11 @@
# Dependencies of auto_login_parser
'components.gyp:auto_login_parser',
+ # Dependencies of autofill
+ 'components.gyp:autofill_core_browser',
+ 'components.gyp:autofill_core_common',
+ 'components.gyp:autofill_core_test_support',
+
# Dependencies of dom_distiller
'components.gyp:distilled_page_proto',
'components.gyp:dom_distiller_core',
@@ -99,10 +104,6 @@
'conditions': [
['OS != "ios"', {
'dependencies': [
- # Dependencies of autofill
- 'components.gyp:autofill_core_browser',
- 'components.gyp:autofill_core_common',
-
# Dependencies of browser_context_keyed_service
'components.gyp:browser_context_keyed_service',
@@ -134,6 +135,7 @@
# TODO(asvitkine): Bring up variations/ unittests on iOS.
# TODO(blundell): Bring up json_schema/ unittests on iOS.
['include', '^auto_login_parser/'],
+ ['include', '^autofill/'],
['include', '^dom_distiller/'],
['include', '^precache/'],
['include', '^translate/'],
« components/autofill.gypi ('K') | « components/autofill/core/browser/personal_data_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698