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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 # TODO(blundell): Eliminate the need for this dependency in code 66 # TODO(blundell): Eliminate the need for this dependency in code
67 # that iOS shares. crbug.com/325243 67 # that iOS shares. crbug.com/325243
68 '../content/content_shell_and_tests.gyp:test_support_content', 68 '../content/content_shell_and_tests.gyp:test_support_content',
69 '../sync/sync.gyp:sync', 69 '../sync/sync.gyp:sync',
70 '../testing/gmock.gyp:gmock', 70 '../testing/gmock.gyp:gmock',
71 '../testing/gtest.gyp:gtest', 71 '../testing/gtest.gyp:gtest',
72 72
73 # Dependencies of auto_login_parser 73 # Dependencies of auto_login_parser
74 'components.gyp:auto_login_parser', 74 'components.gyp:auto_login_parser',
75 75
76 # Dependencies of autofill
77 'components.gyp:autofill_core_browser',
78 'components.gyp:autofill_core_common',
79 'components.gyp:autofill_core_test_support',
80
76 # Dependencies of dom_distiller 81 # Dependencies of dom_distiller
77 'components.gyp:distilled_page_proto', 82 'components.gyp:distilled_page_proto',
78 'components.gyp:dom_distiller_core', 83 'components.gyp:dom_distiller_core',
79 84
80 # Dependencies of encryptor 85 # Dependencies of encryptor
81 'components.gyp:encryptor', 86 'components.gyp:encryptor',
82 87
83 # Dependencies of json_schema 88 # Dependencies of json_schema
84 'components.gyp:json_schema', 89 'components.gyp:json_schema',
85 90
86 # Dependencies of policy 91 # Dependencies of policy
87 'components.gyp:policy_component', 92 'components.gyp:policy_component',
88 93
89 # Dependencies of precache 94 # Dependencies of precache
90 'components.gyp:precache_core', 95 'components.gyp:precache_core',
91 96
92 # Dependencies of translate. 97 # Dependencies of translate.
93 'components.gyp:translate_common', 98 'components.gyp:translate_common',
94 'components.gyp:translate_language_detection', 99 'components.gyp:translate_language_detection',
95 100
96 # Dependencies of variations 101 # Dependencies of variations
97 'components.gyp:variations', 102 'components.gyp:variations',
98 ], 103 ],
99 'conditions': [ 104 'conditions': [
100 ['OS != "ios"', { 105 ['OS != "ios"', {
101 'dependencies': [ 106 'dependencies': [
102 # Dependencies of autofill
103 'components.gyp:autofill_core_browser',
104 'components.gyp:autofill_core_common',
105
106 # Dependencies of browser_context_keyed_service 107 # Dependencies of browser_context_keyed_service
107 'components.gyp:browser_context_keyed_service', 108 'components.gyp:browser_context_keyed_service',
108 109
109 # Dependencies of 110 # Dependencies of
110 # intercept_navigation_resource_throttle_unittest.cc 111 # intercept_navigation_resource_throttle_unittest.cc
111 '../skia/skia.gyp:skia', 112 '../skia/skia.gyp:skia',
112 'components.gyp:navigation_interception', 113 'components.gyp:navigation_interception',
113 114
114 # Dependencies of sessions 115 # Dependencies of sessions
115 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 116 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
(...skipping 11 matching lines...) Expand all
127 ], 128 ],
128 }, { # 'OS == "ios"' 129 }, { # 'OS == "ios"'
129 'sources/': [ 130 'sources/': [
130 ['exclude', '\\.cc$'], 131 ['exclude', '\\.cc$'],
131 ['include', '^test/run_all_unittests\\.cc$'], 132 ['include', '^test/run_all_unittests\\.cc$'],
132 # TODO(ios): Include files here as they are made to work, see 133 # TODO(ios): Include files here as they are made to work, see
133 # http://crbug.com/303011. 134 # http://crbug.com/303011.
134 # TODO(asvitkine): Bring up variations/ unittests on iOS. 135 # TODO(asvitkine): Bring up variations/ unittests on iOS.
135 # TODO(blundell): Bring up json_schema/ unittests on iOS. 136 # TODO(blundell): Bring up json_schema/ unittests on iOS.
136 ['include', '^auto_login_parser/'], 137 ['include', '^auto_login_parser/'],
138 ['include', '^autofill/'],
137 ['include', '^dom_distiller/'], 139 ['include', '^dom_distiller/'],
138 ['include', '^precache/'], 140 ['include', '^precache/'],
139 ['include', '^translate/'], 141 ['include', '^translate/'],
140 ], 142 ],
141 }], 143 }],
142 ['disable_nacl==0', { 144 ['disable_nacl==0', {
143 'sources': [ 145 'sources': [
144 'nacl/browser/nacl_file_host_unittest.cc', 146 'nacl/browser/nacl_file_host_unittest.cc',
145 'nacl/browser/nacl_process_host_unittest.cc', 147 'nacl/browser/nacl_process_host_unittest.cc',
146 'nacl/browser/nacl_validation_cache_unittest.cc', 148 'nacl/browser/nacl_validation_cache_unittest.cc',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'dependencies': [ 370 'dependencies': [
369 '../base/allocator/allocator.gyp:allocator', 371 '../base/allocator/allocator.gyp:allocator',
370 ], 372 ],
371 }], 373 }],
372 ], 374 ],
373 }, 375 },
374 ], 376 ],
375 }], 377 }],
376 ], 378 ],
377 } 379 }
OLDNEW
« 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