| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'browser/ui/translate/translate_bubble_model_impl.cc', | 174 'browser/ui/translate/translate_bubble_model_impl.cc', |
| 175 'browser/ui/translate/translate_bubble_model_impl.h', | 175 'browser/ui/translate/translate_bubble_model_impl.h', |
| 176 'browser/ui/translate/translate_bubble_view_state_transition.cc', | 176 'browser/ui/translate/translate_bubble_view_state_transition.cc', |
| 177 'browser/ui/translate/translate_bubble_view_state_transition.h', | 177 'browser/ui/translate/translate_bubble_view_state_transition.h', |
| 178 'browser/ui/uninstall_browser_prompt.h', | 178 'browser/ui/uninstall_browser_prompt.h', |
| 179 'browser/ui/validation_message_bubble.h', | 179 'browser/ui/validation_message_bubble.h', |
| 180 'browser/ui/view_ids.h', | 180 'browser/ui/view_ids.h', |
| 181 'browser/ui/views/platform_keys_certificate_selector_chromeos.cc', | 181 'browser/ui/views/platform_keys_certificate_selector_chromeos.cc', |
| 182 'browser/ui/views/platform_keys_certificate_selector_chromeos.h', | 182 'browser/ui/views/platform_keys_certificate_selector_chromeos.h', |
| 183 'browser/ui/web_contents_sizer.h', | 183 'browser/ui/web_contents_sizer.h', |
| 184 'browser/ui/website_settings/permission_bubble_request.cc', | |
| 185 'browser/ui/website_settings/permission_bubble_request.h', | |
| 186 'browser/ui/website_settings/website_settings.cc', | 184 'browser/ui/website_settings/website_settings.cc', |
| 187 'browser/ui/website_settings/website_settings.h', | 185 'browser/ui/website_settings/website_settings.h', |
| 188 'browser/ui/website_settings/website_settings_ui.cc', | 186 'browser/ui/website_settings/website_settings_ui.cc', |
| 189 'browser/ui/website_settings/website_settings_ui.h', | 187 'browser/ui/website_settings/website_settings_ui.h', |
| 190 'browser/ui/webui/about_ui.cc', | 188 'browser/ui/webui/about_ui.cc', |
| 191 'browser/ui/webui/about_ui.h', | 189 'browser/ui/webui/about_ui.h', |
| 192 'browser/ui/webui/browsing_history_handler.cc', | 190 'browser/ui/webui/browsing_history_handler.cc', |
| 193 'browser/ui/webui/browsing_history_handler.h', | 191 'browser/ui/webui/browsing_history_handler.h', |
| 194 'browser/ui/webui/chrome_web_ui_controller_factory.cc', | 192 'browser/ui/webui/chrome_web_ui_controller_factory.cc', |
| 195 'browser/ui/webui/chrome_web_ui_controller_factory.h', | 193 'browser/ui/webui/chrome_web_ui_controller_factory.h', |
| (...skipping 3178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3374 ], | 3372 ], |
| 3375 'sources': [ | 3373 'sources': [ |
| 3376 '<@(chrome_browser_ui_non_mobile_sources)', | 3374 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3377 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3375 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3378 ], | 3376 ], |
| 3379 }], | 3377 }], |
| 3380 ], | 3378 ], |
| 3381 }, | 3379 }, |
| 3382 ], | 3380 ], |
| 3383 } | 3381 } |
| OLD | NEW |