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 'variables': { | 6 'variables': { |
7 'chrome_browser_ui_sources': [ | 7 'chrome_browser_ui_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3090 'browser/ui/autofill/autofill_dialog_common.cc', | 3090 'browser/ui/autofill/autofill_dialog_common.cc', |
3091 'browser/ui/autofill/autofill_dialog_common.h', | 3091 'browser/ui/autofill/autofill_dialog_common.h', |
3092 ], | 3092 ], |
3093 }], | 3093 }], |
3094 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', { | 3094 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', { |
3095 'sources': [ | 3095 'sources': [ |
3096 '<@(chrome_browser_ui_autofill_dialog_sources)', | 3096 '<@(chrome_browser_ui_autofill_dialog_sources)', |
3097 ], | 3097 ], |
3098 'dependencies': [ | 3098 'dependencies': [ |
3099 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3099 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3100 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
strings', | 3100 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
util', |
3101 ], | 3101 ], |
3102 }], | 3102 }], |
3103 ['enable_google_now==0', { | 3103 ['enable_google_now==0', { |
3104 'sources!': [ | 3104 'sources!': [ |
3105 'browser/ui/webui/options/geolocation_options_handler.cc', | 3105 'browser/ui/webui/options/geolocation_options_handler.cc', |
3106 'browser/ui/webui/options/geolocation_options_handler.h', | 3106 'browser/ui/webui/options/geolocation_options_handler.h', |
3107 ], | 3107 ], |
3108 }], | 3108 }], |
3109 ['enable_webrtc==0', { | 3109 ['enable_webrtc==0', { |
3110 'sources!': [ | 3110 'sources!': [ |
(...skipping 12 matching lines...) Expand all Loading... |
3123 ], | 3123 ], |
3124 'sources!': [ | 3124 'sources!': [ |
3125 'browser/ui/views/session_crashed_bubble_view.cc', | 3125 'browser/ui/views/session_crashed_bubble_view.cc', |
3126 'browser/ui/views/session_crashed_bubble_view.h', | 3126 'browser/ui/views/session_crashed_bubble_view.h', |
3127 ], | 3127 ], |
3128 }], | 3128 }], |
3129 ], | 3129 ], |
3130 }, | 3130 }, |
3131 ], | 3131 ], |
3132 } | 3132 } |
OLD | NEW |