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

Side by Side Diff: components/autofill.gypi

Issue 2146523004: Make full-form autofill the only implementation on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 243
244 # This is needed because GYP's handling of transitive dependencies is 244 # This is needed because GYP's handling of transitive dependencies is
245 # not great. See https://goo.gl/QGtlae for details. 245 # not great. See https://goo.gl/QGtlae for details.
246 'export_dependent_settings': [ 246 'export_dependent_settings': [
247 'autofill_server_proto', 247 'autofill_server_proto',
248 ], 248 ],
249 249
250 'conditions': [ 250 'conditions': [
251 ['OS=="ios"', { 251 ['OS=="ios"', {
252 'sources': [ 252 'sources': [
253 'autofill/core/browser/autofill_field_trial_ios.cc',
254 'autofill/core/browser/autofill_field_trial_ios.h',
255 'autofill/core/browser/keyboard_accessory_metrics_logger.h', 253 'autofill/core/browser/keyboard_accessory_metrics_logger.h',
256 'autofill/core/browser/keyboard_accessory_metrics_logger.mm', 254 'autofill/core/browser/keyboard_accessory_metrics_logger.mm',
257 ], 255 ],
258 }], 256 }],
259 ['OS=="ios" or OS=="android"', { 257 ['OS=="ios" or OS=="android"', {
260 'sources': [ 258 'sources': [
261 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc ', 259 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc ',
262 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h' , 260 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h' ,
263 'autofill/core/browser/autofill_save_card_infobar_mobile.h', 261 'autofill/core/browser/autofill_save_card_infobar_mobile.h',
264 ], 262 ],
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 ], 636 ],
639 }, 637 },
640 'includes': [ 638 'includes': [
641 '../ios/web/js_compile_checked.gypi', 639 '../ios/web/js_compile_checked.gypi',
642 ], 640 ],
643 }, 641 },
644 ], 642 ],
645 }], 643 }],
646 ], 644 ],
647 } 645 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698