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/autofill_assistant.cc', |
| 260 'autofill/core/browser/autofill_assistant.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 ['OS!="ios"', { | 272 ['OS!="ios"', { |
(...skipping 24 matching lines...) Expand all Loading... |
289 # GN version: //components/autofill/core/browser:test_support | 297 # GN version: //components/autofill/core/browser:test_support |
290 'target_name': 'autofill_core_test_support', | 298 'target_name': 'autofill_core_test_support', |
291 'type': 'static_library', | 299 'type': 'static_library', |
292 'dependencies': [ | 300 'dependencies': [ |
293 '../base/base.gyp:base', | 301 '../base/base.gyp:base', |
294 '../base/base.gyp:test_support_base', | 302 '../base/base.gyp:test_support_base', |
295 '../skia/skia.gyp:skia', | 303 '../skia/skia.gyp:skia', |
296 '../testing/gtest.gyp:gtest', | 304 '../testing/gtest.gyp:gtest', |
297 'autofill_core_common', | 305 'autofill_core_common', |
298 'autofill_core_browser', | 306 'autofill_core_browser', |
| 307 'infobars', |
299 'os_crypt', | 308 'os_crypt', |
300 'pref_registry', | 309 'pref_registry', |
301 'prefs/prefs.gyp:prefs', | 310 'prefs/prefs.gyp:prefs', |
302 'rappor', | 311 'rappor', |
303 'signin_core_browser_test_support', | 312 'signin_core_browser_test_support', |
304 ], | 313 ], |
305 'sources': [ | 314 'sources': [ |
306 'autofill/core/browser/autofill_test_utils.cc', | 315 'autofill/core/browser/autofill_test_utils.cc', |
307 'autofill/core/browser/autofill_test_utils.h', | 316 'autofill/core/browser/autofill_test_utils.h', |
308 'autofill/core/browser/data_driven_test.cc', | 317 'autofill/core/browser/data_driven_test.cc', |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 ], | 661 ], |
653 }, | 662 }, |
654 'includes': [ | 663 'includes': [ |
655 '../ios/web/js_compile_checked.gypi', | 664 '../ios/web/js_compile_checked.gypi', |
656 ], | 665 ], |
657 }, | 666 }, |
658 ], | 667 ], |
659 }], | 668 }], |
660 ], | 669 ], |
661 } | 670 } |
OLD | NEW |