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_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_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', |
11 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', | 11 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', |
12 'browser/ui/android/autofill/autofill_dialog_controller_android.h', | 12 'browser/ui/android/autofill/autofill_dialog_controller_android.h', |
13 'browser/ui/android/autofill/autofill_dialog_result.cc', | 13 'browser/ui/android/autofill/autofill_dialog_result.cc', |
14 'browser/ui/android/autofill/autofill_dialog_result.h', | 14 'browser/ui/android/autofill/autofill_dialog_result.h', |
15 'browser/ui/android/autofill/autofill_logger_android.cc', | 15 'browser/ui/android/autofill/autofill_logger_android.cc', |
16 'browser/ui/android/autofill/autofill_logger_android.h', | 16 'browser/ui/android/autofill/autofill_logger_android.h', |
17 'browser/ui/android/autofill/autofill_popup_view_android.cc', | 17 'browser/ui/android/autofill/autofill_popup_view_android.cc', |
18 'browser/ui/android/autofill/autofill_popup_view_android.h', | 18 'browser/ui/android/autofill/autofill_popup_view_android.h', |
19 'browser/ui/android/autofill/country_adapter_android.cc', | |
20 'browser/ui/android/autofill/country_adapter_android.h', | |
21 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', | 19 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', |
22 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', | 20 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', |
23 'browser/ui/android/infobars/auto_login_infobar_delegate_android.cc', | 21 'browser/ui/android/infobars/auto_login_infobar_delegate_android.cc', |
24 'browser/ui/android/infobars/auto_login_infobar_delegate_android.h', | 22 'browser/ui/android/infobars/auto_login_infobar_delegate_android.h', |
25 'browser/ui/android/infobars/auto_login_prompter.cc', | 23 'browser/ui/android/infobars/auto_login_prompter.cc', |
26 'browser/ui/android/infobars/auto_login_prompter.h', | 24 'browser/ui/android/infobars/auto_login_prompter.h', |
27 'browser/ui/android/infobars/confirm_infobar.cc', | 25 'browser/ui/android/infobars/confirm_infobar.cc', |
28 'browser/ui/android/infobars/confirm_infobar.h', | 26 'browser/ui/android/infobars/confirm_infobar.h', |
29 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc', | 27 'browser/ui/android/infobars/data_reduction_proxy_infobar.cc', |
30 'browser/ui/android/infobars/data_reduction_proxy_infobar.h', | 28 'browser/ui/android/infobars/data_reduction_proxy_infobar.h', |
(...skipping 2942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2973 }], | 2971 }], |
2974 ['OS!="android" and OS!="ios"', { | 2972 ['OS!="android" and OS!="ios"', { |
2975 'dependencies': [ | 2973 'dependencies': [ |
2976 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2974 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2977 ], | 2975 ], |
2978 }], | 2976 }], |
2979 ], | 2977 ], |
2980 }, | 2978 }, |
2981 ], | 2979 ], |
2982 } | 2980 } |
OLD | NEW |