| OLD | NEW |
| 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 16 matching lines...) Expand all Loading... |
| 27 { | 27 { |
| 28 # GN version: //components/autofill/core/common | 28 # GN version: //components/autofill/core/common |
| 29 'target_name': 'autofill_core_common', | 29 'target_name': 'autofill_core_common', |
| 30 'type': 'static_library', | 30 'type': 'static_library', |
| 31 'dependencies': [ | 31 'dependencies': [ |
| 32 '../base/base.gyp:base', | 32 '../base/base.gyp:base', |
| 33 '../ui/base/ui_base.gyp:ui_base', | 33 '../ui/base/ui_base.gyp:ui_base', |
| 34 '../ui/gfx/gfx.gyp:gfx', | 34 '../ui/gfx/gfx.gyp:gfx', |
| 35 '../url/url.gyp:url_lib', | 35 '../url/url.gyp:url_lib', |
| 36 ], | 36 ], |
| 37 'conditions': [ | |
| 38 ['OS == "android"', { | |
| 39 'dependencies': [ | |
| 40 'autofill_jni_headers', | |
| 41 ], | |
| 42 }], | |
| 43 ], | |
| 44 'include_dirs': [ | 37 'include_dirs': [ |
| 45 '..', | 38 '..', |
| 46 ], | 39 ], |
| 47 'sources': [ | 40 'sources': [ |
| 48 'autofill/core/browser/android/auxiliary_profile_loader_android.cc', | |
| 49 'autofill/core/browser/android/auxiliary_profile_loader_android.h', | |
| 50 'autofill/core/browser/android/auxiliary_profiles_android.cc', | |
| 51 'autofill/core/browser/android/auxiliary_profiles_android.h', | |
| 52 'autofill/core/browser/android/component_jni_registrar.cc', | |
| 53 'autofill/core/browser/android/component_jni_registrar.h', | |
| 54 'autofill/core/browser/android/personal_data_manager_android.cc', | |
| 55 'autofill/core/common/autofill_constants.cc', | 41 'autofill/core/common/autofill_constants.cc', |
| 56 'autofill/core/common/autofill_constants.h', | 42 'autofill/core/common/autofill_constants.h', |
| 57 'autofill/core/common/autofill_data_validation.cc', | 43 'autofill/core/common/autofill_data_validation.cc', |
| 58 'autofill/core/common/autofill_data_validation.h', | 44 'autofill/core/common/autofill_data_validation.h', |
| 59 'autofill/core/common/autofill_pref_names.cc', | 45 'autofill/core/common/autofill_pref_names.cc', |
| 60 'autofill/core/common/autofill_pref_names.h', | 46 'autofill/core/common/autofill_pref_names.h', |
| 61 'autofill/core/common/autofill_switches.cc', | 47 'autofill/core/common/autofill_switches.cc', |
| 62 'autofill/core/common/autofill_switches.h', | 48 'autofill/core/common/autofill_switches.h', |
| 63 'autofill/core/common/form_data.cc', | 49 'autofill/core/common/form_data.cc', |
| 64 'autofill/core/common/form_data.h', | 50 'autofill/core/common/form_data.h', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 # GN version: //components/autofill/core/browser:test_support | 237 # GN version: //components/autofill/core/browser:test_support |
| 252 'target_name': 'autofill_core_test_support', | 238 'target_name': 'autofill_core_test_support', |
| 253 'type': 'static_library', | 239 'type': 'static_library', |
| 254 'dependencies': [ | 240 'dependencies': [ |
| 255 'autofill_core_common', | 241 'autofill_core_common', |
| 256 'autofill_core_browser', | 242 'autofill_core_browser', |
| 257 '../skia/skia.gyp:skia', | 243 '../skia/skia.gyp:skia', |
| 258 '../testing/gtest.gyp:gtest', | 244 '../testing/gtest.gyp:gtest', |
| 259 ], | 245 ], |
| 260 'sources': [ | 246 'sources': [ |
| 261 'autofill/core/browser/android/test_auxiliary_profile_loader_android.cc'
, | |
| 262 'autofill/core/browser/android/test_auxiliary_profile_loader_android.h', | |
| 263 'autofill/core/browser/autofill_test_utils.cc', | 247 'autofill/core/browser/autofill_test_utils.cc', |
| 264 'autofill/core/browser/autofill_test_utils.h', | 248 'autofill/core/browser/autofill_test_utils.h', |
| 265 'autofill/core/browser/data_driven_test.cc', | 249 'autofill/core/browser/data_driven_test.cc', |
| 266 'autofill/core/browser/data_driven_test.h', | 250 'autofill/core/browser/data_driven_test.h', |
| 267 'autofill/core/browser/test_autofill_client.cc', | 251 'autofill/core/browser/test_autofill_client.cc', |
| 268 'autofill/core/browser/test_autofill_client.h', | 252 'autofill/core/browser/test_autofill_client.h', |
| 269 'autofill/core/browser/test_autofill_driver.cc', | 253 'autofill/core/browser/test_autofill_driver.cc', |
| 270 'autofill/core/browser/test_autofill_driver.h', | 254 'autofill/core/browser/test_autofill_driver.h', |
| 271 'autofill/core/browser/test_autofill_external_delegate.cc', | 255 'autofill/core/browser/test_autofill_external_delegate.cc', |
| 272 'autofill/core/browser/test_autofill_external_delegate.h', | 256 'autofill/core/browser/test_autofill_external_delegate.h', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'autofill/content/renderer/password_generation_agent.cc', | 429 'autofill/content/renderer/password_generation_agent.cc', |
| 446 'autofill/content/renderer/password_generation_agent.h', | 430 'autofill/content/renderer/password_generation_agent.h', |
| 447 'autofill/content/renderer/renderer_save_password_progress_logger.cc
', | 431 'autofill/content/renderer/renderer_save_password_progress_logger.cc
', |
| 448 'autofill/content/renderer/renderer_save_password_progress_logger.h'
, | 432 'autofill/content/renderer/renderer_save_password_progress_logger.h'
, |
| 449 ], | 433 ], |
| 450 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 434 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 451 'msvs_disabled_warnings': [4267, ], | 435 'msvs_disabled_warnings': [4267, ], |
| 452 }, | 436 }, |
| 453 ], | 437 ], |
| 454 }], | 438 }], |
| 455 ['OS == "android"', { | |
| 456 'targets': [ | |
| 457 { | |
| 458 'target_name': 'autofill_java', | |
| 459 'type': 'none', | |
| 460 'dependencies': [ | |
| 461 '../base/base.gyp:base', | |
| 462 '../content/content.gyp:content_java', | |
| 463 ], | |
| 464 'variables': { | |
| 465 'java_in_dir': 'autofill/core/browser/android/java', | |
| 466 }, | |
| 467 'includes': [ '../build/java.gypi' ], | |
| 468 }, | |
| 469 { | |
| 470 'target_name': 'autofill_jni_headers', | |
| 471 'type': 'none', | |
| 472 'sources': [ | |
| 473 'autofill/core/browser/android/java/src/org/chromium/components/brow
ser/autofill/PersonalAutofillPopulator.java', | |
| 474 ], | |
| 475 'variables': { | |
| 476 'jni_gen_package': 'autofill', | |
| 477 }, | |
| 478 'includes': [ '../build/jni_generator.gypi' ], | |
| 479 }, | |
| 480 ], | |
| 481 }], | |
| 482 ], | 439 ], |
| 483 } | 440 } |
| OLD | NEW |