| 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 # There are two sections of sources: | 7 # There are two sections of sources: |
| 8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
| 9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
| 10 | 10 |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'browser/ui/translate/translate_bubble_model_impl.cc', | 165 'browser/ui/translate/translate_bubble_model_impl.cc', |
| 166 'browser/ui/translate/translate_bubble_model_impl.h', | 166 'browser/ui/translate/translate_bubble_model_impl.h', |
| 167 'browser/ui/translate/translate_bubble_view_state_transition.cc', | 167 'browser/ui/translate/translate_bubble_view_state_transition.cc', |
| 168 'browser/ui/translate/translate_bubble_view_state_transition.h', | 168 'browser/ui/translate/translate_bubble_view_state_transition.h', |
| 169 'browser/ui/uninstall_browser_prompt.h', | 169 'browser/ui/uninstall_browser_prompt.h', |
| 170 'browser/ui/validation_message_bubble.h', | 170 'browser/ui/validation_message_bubble.h', |
| 171 'browser/ui/view_ids.h', | 171 'browser/ui/view_ids.h', |
| 172 'browser/ui/views/platform_keys_certificate_selector_chromeos.cc', | 172 'browser/ui/views/platform_keys_certificate_selector_chromeos.cc', |
| 173 'browser/ui/views/platform_keys_certificate_selector_chromeos.h', | 173 'browser/ui/views/platform_keys_certificate_selector_chromeos.h', |
| 174 'browser/ui/web_contents_sizer.h', | 174 'browser/ui/web_contents_sizer.h', |
| 175 'browser/ui/website_settings/permission_bubble_request.cc', | |
| 176 'browser/ui/website_settings/permission_bubble_request.h', | |
| 177 'browser/ui/website_settings/website_settings.cc', | 175 'browser/ui/website_settings/website_settings.cc', |
| 178 'browser/ui/website_settings/website_settings.h', | 176 'browser/ui/website_settings/website_settings.h', |
| 179 'browser/ui/website_settings/website_settings_ui.cc', | 177 'browser/ui/website_settings/website_settings_ui.cc', |
| 180 'browser/ui/website_settings/website_settings_ui.h', | 178 'browser/ui/website_settings/website_settings_ui.h', |
| 181 'browser/ui/webui/about_ui.cc', | 179 'browser/ui/webui/about_ui.cc', |
| 182 'browser/ui/webui/about_ui.h', | 180 'browser/ui/webui/about_ui.h', |
| 183 'browser/ui/webui/browsing_history_handler.cc', | 181 'browser/ui/webui/browsing_history_handler.cc', |
| 184 'browser/ui/webui/browsing_history_handler.h', | 182 'browser/ui/webui/browsing_history_handler.h', |
| 185 'browser/ui/webui/chrome_web_ui_controller_factory.cc', | 183 'browser/ui/webui/chrome_web_ui_controller_factory.cc', |
| 186 'browser/ui/webui/chrome_web_ui_controller_factory.h', | 184 'browser/ui/webui/chrome_web_ui_controller_factory.h', |
| (...skipping 3183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3370 ], | 3368 ], |
| 3371 'sources': [ | 3369 'sources': [ |
| 3372 '<@(chrome_browser_ui_non_mobile_sources)', | 3370 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3373 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3374 ], | 3372 ], |
| 3375 }], | 3373 }], |
| 3376 ], | 3374 ], |
| 3377 }, | 3375 }, |
| 3378 ], | 3376 ], |
| 3379 } | 3377 } |
| OLD | NEW |