| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ], | 255 ], |
| 256 }], | 256 }], |
| 257 ['OS=="ios" or OS=="android"', { | 257 ['OS=="ios" or OS=="android"', { |
| 258 'sources': [ | 258 'sources': [ |
| 259 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
', | 259 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
', |
| 260 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h'
, | 260 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h'
, |
| 261 'autofill/core/browser/autofill_save_card_infobar_mobile.h', | 261 'autofill/core/browser/autofill_save_card_infobar_mobile.h', |
| 262 ], | 262 ], |
| 263 }], | 263 }] |
| 264 ['OS!="ios"', { | |
| 265 'dependencies': [ | |
| 266 '../device/geolocation/geolocation.gyp:device_geolocation', | |
| 267 ] | |
| 268 }], | |
| 269 ], | 264 ], |
| 270 | |
| 271 }, | 265 }, |
| 272 | 266 |
| 273 { | 267 { |
| 274 # Protobuf compiler / generate rule for Autofill's server proto. | 268 # Protobuf compiler / generate rule for Autofill's server proto. |
| 275 # GN version: //components/autofill/core/browser/proto | 269 # GN version: //components/autofill/core/browser/proto |
| 276 'target_name': 'autofill_server_proto', | 270 'target_name': 'autofill_server_proto', |
| 277 'type': 'static_library', | 271 'type': 'static_library', |
| 278 'sources': [ | 272 'sources': [ |
| 279 'autofill/core/browser/proto/server.proto', | 273 'autofill/core/browser/proto/server.proto', |
| 280 ], | 274 ], |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 ], | 649 ], |
| 656 }, | 650 }, |
| 657 'includes': [ | 651 'includes': [ |
| 658 '../ios/web/js_compile_checked.gypi', | 652 '../ios/web/js_compile_checked.gypi', |
| 659 ], | 653 ], |
| 660 }, | 654 }, |
| 661 ], | 655 ], |
| 662 }], | 656 }], |
| 663 ], | 657 ], |
| 664 } | 658 } |
| OLD | NEW |