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

Side by Side Diff: components/autofill.gypi

Issue 925593006: Pass all info to account chooser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java_cpp_enum
Patch Set: Created 5 years, 9 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
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 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 # GN version: //components/autofill/core/browser:regexes 9 # GN version: //components/autofill/core/browser:regexes
10 'target_name': 'autofill_regexes', 10 'target_name': 'autofill_regexes',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'autofill/core/common/password_form.h', 59 'autofill/core/common/password_form.h',
60 'autofill/core/common/password_form_fill_data.cc', 60 'autofill/core/common/password_form_fill_data.cc',
61 'autofill/core/common/password_form_fill_data.h', 61 'autofill/core/common/password_form_fill_data.h',
62 'autofill/core/common/password_generation_util.cc', 62 'autofill/core/common/password_generation_util.cc',
63 'autofill/core/common/password_generation_util.h', 63 'autofill/core/common/password_generation_util.h',
64 'autofill/core/common/save_password_progress_logger.cc', 64 'autofill/core/common/save_password_progress_logger.cc',
65 'autofill/core/common/save_password_progress_logger.h', 65 'autofill/core/common/save_password_progress_logger.h',
66 'autofill/core/common/web_element_descriptor.cc', 66 'autofill/core/common/web_element_descriptor.cc',
67 'autofill/core/common/web_element_descriptor.h', 67 'autofill/core/common/web_element_descriptor.h',
68 ], 68 ],
69 'conditions': [
70 ['OS == "android"', {
71 'dependencies': [
72 'autofill_jni_headers',
73 ]
74 }]
75 ],
69 }, 76 },
70 77
71 { 78 {
72 # GN version: //components/autofill/core/browser 79 # GN version: //components/autofill/core/browser
73 'target_name': 'autofill_core_browser', 80 'target_name': 'autofill_core_browser',
74 'type': 'static_library', 81 'type': 'static_library',
75 'include_dirs': [ 82 'include_dirs': [
76 '..', 83 '..',
77 ], 84 ],
78 'dependencies': [ 85 'dependencies': [
79 '../base/base.gyp:base', 86 '../base/base.gyp:base',
80 '../base/base.gyp:base_i18n', 87 '../base/base.gyp:base_i18n',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'autofill/core/browser/test_autofill_driver.cc', 285 'autofill/core/browser/test_autofill_driver.cc',
279 'autofill/core/browser/test_autofill_driver.h', 286 'autofill/core/browser/test_autofill_driver.h',
280 'autofill/core/browser/test_autofill_external_delegate.cc', 287 'autofill/core/browser/test_autofill_external_delegate.cc',
281 'autofill/core/browser/test_autofill_external_delegate.h', 288 'autofill/core/browser/test_autofill_external_delegate.h',
282 'autofill/core/browser/test_personal_data_manager.cc', 289 'autofill/core/browser/test_personal_data_manager.cc',
283 'autofill/core/browser/test_personal_data_manager.h', 290 'autofill/core/browser/test_personal_data_manager.h',
284 ], 291 ],
285 }, 292 },
286 ], 293 ],
287 'conditions': [ 294 'conditions': [
295 ['OS == "android"', {
296 'targets': [
297 {
298 'target_name': 'autofill_core_java',
299 'type': 'none',
300 'dependencies': [
301 '../base/base.gyp:base',
302 ],
303 'variables': {
304 'java_in_dir': 'autofill/core/common/android/java',
305 },
306 'includes': [ '../build/java.gypi' ],
307 },
308 {
309 'target_name': 'autofill_jni_headers',
310 'type': 'none',
311 'sources': [
312 'autofill/core/common/android/java/src/org/chromium/components/a utofill/core/common/Credential.java'
313 ],
314 'variables': {
315 'jni_gen_package': 'autofill_core_common',
316 'package_name': 'org/chromium/components/autofill/core/common',
317 },
318 'includes': [ '../build/jni_generator.gypi' ],
319 }]
320 }],
321
288 ['OS != "ios"', { 322 ['OS != "ios"', {
289 'targets': [ 323 'targets': [
290 { 324 {
291 # GN version: //content/autofill/content/common 325 # GN version: //content/autofill/content/common
292 'target_name': 'autofill_content_common', 326 'target_name': 'autofill_content_common',
293 'type': 'static_library', 327 'type': 'static_library',
294 'dependencies': [ 328 'dependencies': [
295 'autofill_core_common', 329 'autofill_core_common',
296 '../base/base.gyp:base', 330 '../base/base.gyp:base',
297 '../content/content.gyp:content_common', 331 '../content/content.gyp:content_common',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'autofill/content/renderer/renderer_save_password_progress_logger.cc ', 488 'autofill/content/renderer/renderer_save_password_progress_logger.cc ',
455 'autofill/content/renderer/renderer_save_password_progress_logger.h' , 489 'autofill/content/renderer/renderer_save_password_progress_logger.h' ,
456 ], 490 ],
457 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 491 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
458 'msvs_disabled_warnings': [4267, ], 492 'msvs_disabled_warnings': [4267, ],
459 }, 493 },
460 ], 494 ],
461 }], 495 }],
462 ], 496 ],
463 } 497 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698