| 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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1080 'browser/ui/passwords/manage_passwords_bubble.h', | 1080 'browser/ui/passwords/manage_passwords_bubble.h', |
| 1081 'browser/ui/passwords/manage_passwords_bubble_model.cc', | 1081 'browser/ui/passwords/manage_passwords_bubble_model.cc', |
| 1082 'browser/ui/passwords/manage_passwords_bubble_model.h', | 1082 'browser/ui/passwords/manage_passwords_bubble_model.h', |
| 1083 'browser/ui/passwords/manage_passwords_icon.cc', | 1083 'browser/ui/passwords/manage_passwords_icon.cc', |
| 1084 'browser/ui/passwords/manage_passwords_icon.h', | 1084 'browser/ui/passwords/manage_passwords_icon.h', |
| 1085 'browser/ui/passwords/manage_passwords_ui_controller.cc', | 1085 'browser/ui/passwords/manage_passwords_ui_controller.cc', |
| 1086 'browser/ui/passwords/manage_passwords_ui_controller.h', | 1086 'browser/ui/passwords/manage_passwords_ui_controller.h', |
| 1087 'browser/ui/passwords/password_manager_presenter.cc', | 1087 'browser/ui/passwords/password_manager_presenter.cc', |
| 1088 'browser/ui/passwords/password_manager_presenter.h', | 1088 'browser/ui/passwords/password_manager_presenter.h', |
| 1089 'browser/ui/passwords/password_ui_view.h', | 1089 'browser/ui/passwords/password_ui_view.h', |
| 1090 'browser/ui/pdf/adobe_reader_info_win.cc', |
| 1091 'browser/ui/pdf/adobe_reader_info_win.h', |
| 1090 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', | 1092 'browser/ui/pdf/open_pdf_in_reader_prompt_delegate.h', |
| 1091 'browser/ui/pdf/pdf_tab_helper.cc', | 1093 'browser/ui/pdf/pdf_tab_helper.cc', |
| 1092 'browser/ui/pdf/pdf_tab_helper.h', | 1094 'browser/ui/pdf/pdf_tab_helper.h', |
| 1093 'browser/ui/pdf/pdf_unsupported_feature.cc', | 1095 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 1094 'browser/ui/pdf/pdf_unsupported_feature.h', | 1096 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 1095 'browser/ui/prefs/prefs_tab_helper.cc', | 1097 'browser/ui/prefs/prefs_tab_helper.cc', |
| 1096 'browser/ui/prefs/prefs_tab_helper.h', | 1098 'browser/ui/prefs/prefs_tab_helper.h', |
| 1097 'browser/ui/process_singleton_dialog_linux.h', | 1099 'browser/ui/process_singleton_dialog_linux.h', |
| 1098 'browser/ui/profile_chooser_constants.h', | 1100 'browser/ui/profile_chooser_constants.h', |
| 1099 'browser/ui/profile_error_dialog.cc', | 1101 'browser/ui/profile_error_dialog.cc', |
| (...skipping 2023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3123 ], | 3125 ], |
| 3124 'sources!': [ | 3126 'sources!': [ |
| 3125 'browser/ui/views/session_crashed_bubble_view.cc', | 3127 'browser/ui/views/session_crashed_bubble_view.cc', |
| 3126 'browser/ui/views/session_crashed_bubble_view.h', | 3128 'browser/ui/views/session_crashed_bubble_view.h', |
| 3127 ], | 3129 ], |
| 3128 }], | 3130 }], |
| 3129 ], | 3131 ], |
| 3130 }, | 3132 }, |
| 3131 ], | 3133 ], |
| 3132 } | 3134 } |
| OLD | NEW |