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', |
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
819 'browser/ui/passwords/manage_passwords_icon.h', | 819 'browser/ui/passwords/manage_passwords_icon.h', |
820 'browser/ui/passwords/manage_passwords_ui_controller.cc', | 820 'browser/ui/passwords/manage_passwords_ui_controller.cc', |
821 'browser/ui/passwords/manage_passwords_ui_controller.h', | 821 'browser/ui/passwords/manage_passwords_ui_controller.h', |
822 'browser/ui/passwords/password_manager_presenter.cc', | 822 'browser/ui/passwords/password_manager_presenter.cc', |
823 'browser/ui/passwords/password_manager_presenter.h', | 823 'browser/ui/passwords/password_manager_presenter.h', |
824 'browser/ui/passwords/password_ui_view.h', | 824 'browser/ui/passwords/password_ui_view.h', |
825 'browser/ui/passwords/save_password_refusal_combobox_model.cc', | 825 'browser/ui/passwords/save_password_refusal_combobox_model.cc', |
826 'browser/ui/passwords/save_password_refusal_combobox_model.h', | 826 'browser/ui/passwords/save_password_refusal_combobox_model.h', |
827 'browser/ui/prefs/prefs_tab_helper.cc', | 827 'browser/ui/prefs/prefs_tab_helper.cc', |
828 'browser/ui/prefs/prefs_tab_helper.h', | 828 'browser/ui/prefs/prefs_tab_helper.h', |
829 'browser/ui/prefs_migrator.cc', | |
Bernhard Bauer
2014/09/10 09:15:47
Move this into prefs/?
gab
2014/09/10 14:40:05
Agreed since its only user is chrome_pref_service_
dgrogan
2014/09/10 23:10:00
Done.
dgrogan
2014/09/10 23:10:00
Done.
| |
830 'browser/ui/prefs_migrator.h', | |
829 'browser/ui/process_singleton_dialog_linux.h', | 831 'browser/ui/process_singleton_dialog_linux.h', |
830 'browser/ui/profile_chooser_constants.h', | 832 'browser/ui/profile_chooser_constants.h', |
831 'browser/ui/profile_error_dialog.cc', | 833 'browser/ui/profile_error_dialog.cc', |
832 'browser/ui/profile_error_dialog.h', | 834 'browser/ui/profile_error_dialog.h', |
833 'browser/ui/protocol_dialog_delegate.h', | 835 'browser/ui/protocol_dialog_delegate.h', |
834 'browser/ui/scoped_tabbed_browser_displayer.cc', | 836 'browser/ui/scoped_tabbed_browser_displayer.cc', |
835 'browser/ui/scoped_tabbed_browser_displayer.h', | 837 'browser/ui/scoped_tabbed_browser_displayer.h', |
836 'browser/ui/screen_capture_notification_ui.h', | 838 'browser/ui/screen_capture_notification_ui.h', |
837 'browser/ui/search/instant_controller.cc', | 839 'browser/ui/search/instant_controller.cc', |
838 'browser/ui/search/instant_controller.h', | 840 'browser/ui/search/instant_controller.h', |
(...skipping 2149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2988 }], | 2990 }], |
2989 ['OS!="android" and OS!="ios"', { | 2991 ['OS!="android" and OS!="ios"', { |
2990 'dependencies': [ | 2992 'dependencies': [ |
2991 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2993 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2992 ], | 2994 ], |
2993 }], | 2995 }], |
2994 ], | 2996 ], |
2995 }, | 2997 }, |
2996 ], | 2998 ], |
2997 } | 2999 } |
OLD | NEW |