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 # 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/keyboard_accessory_metrics_logger.h', | 253 'autofill/core/browser/keyboard_accessory_metrics_logger.h', |
254 'autofill/core/browser/keyboard_accessory_metrics_logger.mm', | 254 'autofill/core/browser/keyboard_accessory_metrics_logger.mm', |
| 255 ], |
| 256 }], |
| 257 ['OS=="android"', { |
| 258 'sources': [ |
| 259 'autofill/core/browser/assist_manager.cc', |
| 260 'autofill/core/browser/assist_manager.h', |
| 261 'autofill/core/browser/autofill_credit_card_filling_infobar_delegate
_mobile.cc', |
| 262 'autofill/core/browser/autofill_credit_card_filling_infobar_delegate
_mobile.h', |
255 ], | 263 ], |
256 }], | 264 }], |
257 ['OS=="ios" or OS=="android"', { | 265 ['OS=="ios" or OS=="android"', { |
258 'sources': [ | 266 'sources': [ |
259 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
', | 267 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
', |
260 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h'
, | 268 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h'
, |
261 'autofill/core/browser/autofill_save_card_infobar_mobile.h', | 269 'autofill/core/browser/autofill_save_card_infobar_mobile.h', |
262 ], | 270 ], |
263 }] | 271 }] |
264 ], | 272 ], |
(...skipping 18 matching lines...) Expand all Loading... |
283 # GN version: //components/autofill/core/browser:test_support | 291 # GN version: //components/autofill/core/browser:test_support |
284 'target_name': 'autofill_core_test_support', | 292 'target_name': 'autofill_core_test_support', |
285 'type': 'static_library', | 293 'type': 'static_library', |
286 'dependencies': [ | 294 'dependencies': [ |
287 '../base/base.gyp:base', | 295 '../base/base.gyp:base', |
288 '../base/base.gyp:test_support_base', | 296 '../base/base.gyp:test_support_base', |
289 '../skia/skia.gyp:skia', | 297 '../skia/skia.gyp:skia', |
290 '../testing/gtest.gyp:gtest', | 298 '../testing/gtest.gyp:gtest', |
291 'autofill_core_common', | 299 'autofill_core_common', |
292 'autofill_core_browser', | 300 'autofill_core_browser', |
| 301 'infobars', |
293 'os_crypt', | 302 'os_crypt', |
294 'pref_registry', | 303 'pref_registry', |
295 'prefs/prefs.gyp:prefs', | 304 'prefs/prefs.gyp:prefs', |
296 'rappor', | 305 'rappor', |
297 'signin_core_browser_test_support', | 306 'signin_core_browser_test_support', |
298 ], | 307 ], |
299 'sources': [ | 308 'sources': [ |
300 'autofill/core/browser/autofill_test_utils.cc', | 309 'autofill/core/browser/autofill_test_utils.cc', |
301 'autofill/core/browser/autofill_test_utils.h', | 310 'autofill/core/browser/autofill_test_utils.h', |
302 'autofill/core/browser/data_driven_test.cc', | 311 'autofill/core/browser/data_driven_test.cc', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 ], | 658 ], |
650 }, | 659 }, |
651 'includes': [ | 660 'includes': [ |
652 '../ios/web/js_compile_checked.gypi', | 661 '../ios/web/js_compile_checked.gypi', |
653 ], | 662 ], |
654 }, | 663 }, |
655 ], | 664 ], |
656 }], | 665 }], |
657 ], | 666 ], |
658 } | 667 } |
OLD | NEW |