OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 3347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3358 'sources!': [ | 3358 'sources!': [ |
3359 'browser/ui/autofill/autofill_dialog_common.cc', | 3359 'browser/ui/autofill/autofill_dialog_common.cc', |
3360 'browser/ui/autofill/autofill_dialog_common.h', | 3360 'browser/ui/autofill/autofill_dialog_common.h', |
3361 'browser/ui/autofill/data_model_wrapper.cc', | 3361 'browser/ui/autofill/data_model_wrapper.cc', |
3362 'browser/ui/autofill/data_model_wrapper.h', | 3362 'browser/ui/autofill/data_model_wrapper.h', |
3363 ], | 3363 ], |
3364 }], | 3364 }], |
3365 ['enable_autofill_dialog==1 and OS!="android"', { | 3365 ['enable_autofill_dialog==1 and OS!="android"', { |
3366 'dependencies': [ | 3366 'dependencies': [ |
3367 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3367 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3368 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
strings', |
3368 ], | 3369 ], |
3369 }, { # enable_autofill_dialog!=1 or OS=="android" | 3370 }, { # enable_autofill_dialog!=1 or OS=="android" |
3370 'sources!': [ | 3371 'sources!': [ |
3371 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 3372 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
3372 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 3373 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
3373 'browser/ui/autofill/autofill_dialog_i18n_input.cc', | 3374 'browser/ui/autofill/autofill_dialog_i18n_input.cc', |
3374 'browser/ui/autofill/autofill_dialog_i18n_input.h', | 3375 'browser/ui/autofill/autofill_dialog_i18n_input.h', |
3375 'browser/ui/autofill/autofill_dialog_view.h', | 3376 'browser/ui/autofill/autofill_dialog_view.h', |
3376 'browser/ui/autofill/autofill_dialog_view.cc', | 3377 'browser/ui/autofill/autofill_dialog_view.cc', |
3377 'browser/ui/autofill/autofill_dialog_view_delegate.h', | 3378 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
(...skipping 16 matching lines...) Expand all Loading... |
3394 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3395 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3395 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3396 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3397 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3398 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3398 ], | 3399 ], |
3399 }], | 3400 }], |
3400 ], | 3401 ], |
3401 }, | 3402 }, |
3402 ], | 3403 ], |
3403 } | 3404 } |
OLD | NEW |