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 3085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3096 }], | 3096 }], |
3097 ['enable_autofill_dialog!=1', { | 3097 ['enable_autofill_dialog!=1', { |
3098 'sources!': [ | 3098 'sources!': [ |
3099 'browser/ui/autofill/autofill_dialog_common.cc', | 3099 'browser/ui/autofill/autofill_dialog_common.cc', |
3100 'browser/ui/autofill/autofill_dialog_common.h', | 3100 'browser/ui/autofill/autofill_dialog_common.h', |
3101 ], | 3101 ], |
3102 }], | 3102 }], |
3103 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', { | 3103 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', { |
3104 'dependencies': [ | 3104 'dependencies': [ |
3105 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3105 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3106 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
strings', | 3106 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
3107 ], | 3107 ], |
3108 }, { # enable_autofill_dialog!=1 or OS=="android" or OS=="ios" | 3108 }, { # enable_autofill_dialog!=1 or OS=="android" or OS=="ios" |
3109 'sources!': [ | 3109 'sources!': [ |
3110 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 3110 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
3111 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 3111 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
3112 'browser/ui/autofill/autofill_dialog_i18n_input.cc', | 3112 'browser/ui/autofill/autofill_dialog_i18n_input.cc', |
3113 'browser/ui/autofill/autofill_dialog_i18n_input.h', | 3113 'browser/ui/autofill/autofill_dialog_i18n_input.h', |
3114 'browser/ui/autofill/autofill_dialog_view.h', | 3114 'browser/ui/autofill/autofill_dialog_view.h', |
3115 'browser/ui/autofill/autofill_dialog_view.cc', | 3115 'browser/ui/autofill/autofill_dialog_view.cc', |
3116 'browser/ui/autofill/autofill_dialog_view_delegate.h', | 3116 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
(...skipping 27 matching lines...) Expand all Loading... |
3144 ], | 3144 ], |
3145 'sources!': [ | 3145 'sources!': [ |
3146 'browser/ui/views/session_crashed_bubble_view.cc', | 3146 'browser/ui/views/session_crashed_bubble_view.cc', |
3147 'browser/ui/views/session_crashed_bubble_view.h', | 3147 'browser/ui/views/session_crashed_bubble_view.h', |
3148 ], | 3148 ], |
3149 }], | 3149 }], |
3150 ], | 3150 ], |
3151 }, | 3151 }, |
3152 ], | 3152 ], |
3153 } | 3153 } |
OLD | NEW |