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 2313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2324 'browser/ui/views/passwords/manage_passwords_bubble_view.h', | 2324 'browser/ui/views/passwords/manage_passwords_bubble_view.h', |
2325 'browser/ui/views/passwords/manage_passwords_icon_views.cc', | 2325 'browser/ui/views/passwords/manage_passwords_icon_views.cc', |
2326 'browser/ui/views/passwords/manage_passwords_icon_views.h', | 2326 'browser/ui/views/passwords/manage_passwords_icon_views.h', |
2327 'browser/ui/views/process_singleton_dialog_linux.cc', | 2327 'browser/ui/views/process_singleton_dialog_linux.cc', |
2328 'browser/ui/views/profiles/avatar_menu_button.cc', | 2328 'browser/ui/views/profiles/avatar_menu_button.cc', |
2329 'browser/ui/views/profiles/avatar_menu_button.h', | 2329 'browser/ui/views/profiles/avatar_menu_button.h', |
2330 'browser/ui/views/profiles/profile_chooser_view.cc', | 2330 'browser/ui/views/profiles/profile_chooser_view.cc', |
2331 'browser/ui/views/profiles/profile_chooser_view.h', | 2331 'browser/ui/views/profiles/profile_chooser_view.h', |
2332 'browser/ui/views/profiles/profile_reset_bubble_view.cc', | 2332 'browser/ui/views/profiles/profile_reset_bubble_view.cc', |
2333 'browser/ui/views/profiles/profile_reset_bubble_view.h', | 2333 'browser/ui/views/profiles/profile_reset_bubble_view.h', |
| 2334 'browser/ui/views/profiles/signin_view_controller.cc', |
| 2335 'browser/ui/views/profiles/signin_view_controller.h', |
2334 'browser/ui/views/profiles/supervised_user_avatar_label.cc', | 2336 'browser/ui/views/profiles/supervised_user_avatar_label.cc', |
2335 'browser/ui/views/profiles/supervised_user_avatar_label.h', | 2337 'browser/ui/views/profiles/supervised_user_avatar_label.h', |
2336 'browser/ui/views/profiles/user_manager_view.cc', | 2338 'browser/ui/views/profiles/user_manager_view.cc', |
2337 'browser/ui/views/profiles/user_manager_view.h', | 2339 'browser/ui/views/profiles/user_manager_view.h', |
2338 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc', | 2340 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc', |
2339 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h', | 2341 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h', |
2340 'browser/ui/views/sad_tab_view.cc', | 2342 'browser/ui/views/sad_tab_view.cc', |
2341 'browser/ui/views/sad_tab_view.h', | 2343 'browser/ui/views/sad_tab_view.h', |
2342 'browser/ui/views/session_crashed_bubble_view.cc', | 2344 'browser/ui/views/session_crashed_bubble_view.cc', |
2343 'browser/ui/views/session_crashed_bubble_view.h', | 2345 'browser/ui/views/session_crashed_bubble_view.h', |
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3248 ], | 3250 ], |
3249 'sources': [ | 3251 'sources': [ |
3250 '<@(chrome_browser_ui_non_mobile_sources)', | 3252 '<@(chrome_browser_ui_non_mobile_sources)', |
3251 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3253 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3252 ], | 3254 ], |
3253 }], | 3255 }], |
3254 ], | 3256 ], |
3255 }, | 3257 }, |
3256 ], | 3258 ], |
3257 } | 3259 } |
OLD | NEW |