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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'browser/ui/autofill/loading_animation.cc', | 45 'browser/ui/autofill/loading_animation.cc', |
46 'browser/ui/autofill/loading_animation.h', | 46 'browser/ui/autofill/loading_animation.h', |
47 'browser/ui/autofill/password_generation_popup_controller.h', | 47 'browser/ui/autofill/password_generation_popup_controller.h', |
48 'browser/ui/autofill/password_generation_popup_controller_impl.cc', | 48 'browser/ui/autofill/password_generation_popup_controller_impl.cc', |
49 'browser/ui/autofill/password_generation_popup_controller_impl.h', | 49 'browser/ui/autofill/password_generation_popup_controller_impl.h', |
50 'browser/ui/autofill/password_generation_popup_observer.h', | 50 'browser/ui/autofill/password_generation_popup_observer.h', |
51 'browser/ui/autofill/password_generation_popup_view.cc', | 51 'browser/ui/autofill/password_generation_popup_view.cc', |
52 'browser/ui/autofill/password_generation_popup_view.h', | 52 'browser/ui/autofill/password_generation_popup_view.h', |
53 'browser/ui/autofill/popup_controller_common.cc', | 53 'browser/ui/autofill/popup_controller_common.cc', |
54 'browser/ui/autofill/popup_controller_common.h', | 54 'browser/ui/autofill/popup_controller_common.h', |
| 55 'browser/ui/autofill/save_card_bubble_controller.cc', |
55 'browser/ui/autofill/save_card_bubble_controller.h', | 56 'browser/ui/autofill/save_card_bubble_controller.h', |
56 'browser/ui/autofill/save_card_bubble_controller_impl.cc', | 57 'browser/ui/autofill/save_card_bubble_controller_impl.cc', |
57 'browser/ui/autofill/save_card_bubble_controller_impl.h', | 58 'browser/ui/autofill/save_card_bubble_controller_impl.h', |
58 'browser/ui/autofill/save_card_bubble_view.h', | 59 'browser/ui/autofill/save_card_bubble_view.h', |
59 'browser/ui/blocked_content/blocked_window_params.cc', | 60 'browser/ui/blocked_content/blocked_window_params.cc', |
60 'browser/ui/blocked_content/blocked_window_params.h', | 61 'browser/ui/blocked_content/blocked_window_params.h', |
61 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', | 62 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', |
62 'browser/ui/blocked_content/popup_blocker_tab_helper.h', | 63 'browser/ui/blocked_content/popup_blocker_tab_helper.h', |
63 'browser/ui/bookmarks/bookmark_bar.h', | 64 'browser/ui/bookmarks/bookmark_bar.h', |
64 'browser/ui/bookmarks/bookmark_bar_constants.h', | 65 'browser/ui/bookmarks/bookmark_bar_constants.h', |
(...skipping 3204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3269 ], | 3270 ], |
3270 'sources': [ | 3271 'sources': [ |
3271 '<@(chrome_browser_ui_non_mobile_sources)', | 3272 '<@(chrome_browser_ui_non_mobile_sources)', |
3272 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3273 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3273 ], | 3274 ], |
3274 }], | 3275 }], |
3275 ], | 3276 ], |
3276 }, | 3277 }, |
3277 ], | 3278 ], |
3278 } | 3279 } |
OLD | NEW |