| 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 3316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3327 'sources!': [ | 3327 'sources!': [ |
| 3328 'browser/ui/autofill/autofill_dialog_common.cc', | 3328 'browser/ui/autofill/autofill_dialog_common.cc', |
| 3329 'browser/ui/autofill/autofill_dialog_common.h', | 3329 'browser/ui/autofill/autofill_dialog_common.h', |
| 3330 'browser/ui/autofill/data_model_wrapper.cc', | 3330 'browser/ui/autofill/data_model_wrapper.cc', |
| 3331 'browser/ui/autofill/data_model_wrapper.h', | 3331 'browser/ui/autofill/data_model_wrapper.h', |
| 3332 ], | 3332 ], |
| 3333 }], | 3333 }], |
| 3334 ['enable_autofill_dialog==1 and OS!="android"', { | 3334 ['enable_autofill_dialog==1 and OS!="android"', { |
| 3335 'dependencies': [ | 3335 'dependencies': [ |
| 3336 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3336 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3337 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
strings', |
| 3337 ], | 3338 ], |
| 3338 }, { # enable_autofill_dialog!=1 or OS=="android" | 3339 }, { # enable_autofill_dialog!=1 or OS=="android" |
| 3339 'sources!': [ | 3340 'sources!': [ |
| 3340 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 3341 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
| 3341 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 3342 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
| 3342 'browser/ui/autofill/autofill_dialog_i18n_input.cc', | 3343 'browser/ui/autofill/autofill_dialog_i18n_input.cc', |
| 3343 'browser/ui/autofill/autofill_dialog_i18n_input.h', | 3344 'browser/ui/autofill/autofill_dialog_i18n_input.h', |
| 3344 'browser/ui/autofill/autofill_dialog_view.h', | 3345 'browser/ui/autofill/autofill_dialog_view.h', |
| 3345 'browser/ui/autofill/autofill_dialog_view.cc', | 3346 'browser/ui/autofill/autofill_dialog_view.cc', |
| 3346 'browser/ui/autofill/autofill_dialog_view_delegate.h', | 3347 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 3363 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3364 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3365 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3365 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3367 ], | 3368 ], |
| 3368 }], | 3369 }], |
| 3369 ], | 3370 ], |
| 3370 }, | 3371 }, |
| 3371 ], | 3372 ], |
| 3372 } | 3373 } |
| OLD | NEW |