| 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 }], |
| 264 ], | 269 ], |
| 270 |
| 265 }, | 271 }, |
| 266 | 272 |
| 267 { | 273 { |
| 268 # Protobuf compiler / generate rule for Autofill's server proto. | 274 # Protobuf compiler / generate rule for Autofill's server proto. |
| 269 # GN version: //components/autofill/core/browser/proto | 275 # GN version: //components/autofill/core/browser/proto |
| 270 'target_name': 'autofill_server_proto', | 276 'target_name': 'autofill_server_proto', |
| 271 'type': 'static_library', | 277 'type': 'static_library', |
| 272 'sources': [ | 278 'sources': [ |
| 273 'autofill/core/browser/proto/server.proto', | 279 'autofill/core/browser/proto/server.proto', |
| 274 ], | 280 ], |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 ], | 655 ], |
| 650 }, | 656 }, |
| 651 'includes': [ | 657 'includes': [ |
| 652 '../ios/web/js_compile_checked.gypi', | 658 '../ios/web/js_compile_checked.gypi', |
| 653 ], | 659 ], |
| 654 }, | 660 }, |
| 655 ], | 661 ], |
| 656 }], | 662 }], |
| 657 ], | 663 ], |
| 658 } | 664 } |
| OLD | NEW |