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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc', | 220 'autofill/core/browser/webdata/autofill_webdata_backend_impl.cc', |
221 'autofill/core/browser/webdata/autofill_webdata_backend_impl.h', | 221 'autofill/core/browser/webdata/autofill_webdata_backend_impl.h', |
222 'autofill/core/browser/webdata/autofill_webdata_service.cc', | 222 'autofill/core/browser/webdata/autofill_webdata_service.cc', |
223 'autofill/core/browser/webdata/autofill_webdata_service.h', | 223 'autofill/core/browser/webdata/autofill_webdata_service.h', |
224 'autofill/core/browser/webdata/autofill_webdata_service_observer.h', | 224 'autofill/core/browser/webdata/autofill_webdata_service_observer.h', |
225 | 225 |
226 # This file is generated by the autofill_regexes action. | 226 # This file is generated by the autofill_regexes action. |
227 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', | 227 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', |
228 ], | 228 ], |
229 'conditions': [ | 229 'conditions': [ |
230 ['desktop_linux==1', { | 230 ['desktop_linux != 1', { |
231 # Controls whether Wallet cards can be saved to the local instance of | 231 # Controls whether Wallet cards can be saved to the local instance of |
232 # chrome. | 232 # chrome. |
233 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY=0' ], | 233 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY' ], |
234 }, { | |
235 'defines': [ 'ENABLE_SAVE_WALLET_CARDS_LOCALLY=1' ], | |
236 }], | 234 }], |
237 ], | 235 ], |
238 | 236 |
239 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 237 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
240 'msvs_disabled_warnings': [4267, ], | 238 'msvs_disabled_warnings': [4267, ], |
241 }, | 239 }, |
242 | 240 |
243 { | 241 { |
244 # GN version: //components/autofill/core/browser:test_support | 242 # GN version: //components/autofill/core/browser:test_support |
245 'target_name': 'autofill_core_test_support', | 243 'target_name': 'autofill_core_test_support', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 ], | 490 ], |
493 }, | 491 }, |
494 'includes': [ | 492 'includes': [ |
495 '../ios/web/js_compile.gypi', | 493 '../ios/web/js_compile.gypi', |
496 ], | 494 ], |
497 }, | 495 }, |
498 ], | 496 ], |
499 }], | 497 }], |
500 ], | 498 ], |
501 } | 499 } |
OLD | NEW |