| 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 11 matching lines...) Expand all Loading... |
| 22 'browser/ui/autofill/autofill_dialog_controller.cc', | 22 'browser/ui/autofill/autofill_dialog_controller.cc', |
| 23 'browser/ui/autofill/autofill_dialog_controller.h', | 23 'browser/ui/autofill/autofill_dialog_controller.h', |
| 24 'browser/ui/autofill/autofill_dialog_models.cc', | 24 'browser/ui/autofill/autofill_dialog_models.cc', |
| 25 'browser/ui/autofill/autofill_dialog_models.h', | 25 'browser/ui/autofill/autofill_dialog_models.h', |
| 26 'browser/ui/autofill/autofill_dialog_types.cc', | 26 'browser/ui/autofill/autofill_dialog_types.cc', |
| 27 'browser/ui/autofill/autofill_dialog_types.h', | 27 'browser/ui/autofill/autofill_dialog_types.h', |
| 28 'browser/ui/autofill/autofill_popup_controller.h', | 28 'browser/ui/autofill/autofill_popup_controller.h', |
| 29 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 29 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
| 30 'browser/ui/autofill/autofill_popup_controller_impl.h', | 30 'browser/ui/autofill/autofill_popup_controller_impl.h', |
| 31 'browser/ui/autofill/autofill_popup_view.h', | 31 'browser/ui/autofill/autofill_popup_view.h', |
| 32 'browser/ui/autofill/autofill_popup_view_helper.cc', |
| 33 'browser/ui/autofill/autofill_popup_view_helper.h', |
| 32 'browser/ui/autofill/autofill_popup_view_delegate.h', | 34 'browser/ui/autofill/autofill_popup_view_delegate.h', |
| 33 'browser/ui/autofill/chrome_autofill_client.cc', | 35 'browser/ui/autofill/chrome_autofill_client.cc', |
| 34 'browser/ui/autofill/chrome_autofill_client.h', | 36 'browser/ui/autofill/chrome_autofill_client.h', |
| 35 'browser/ui/autofill/country_combobox_model.cc', | 37 'browser/ui/autofill/country_combobox_model.cc', |
| 36 'browser/ui/autofill/country_combobox_model.h', | 38 'browser/ui/autofill/country_combobox_model.h', |
| 37 'browser/ui/autofill/create_card_unmask_prompt_view.h', | 39 'browser/ui/autofill/create_card_unmask_prompt_view.h', |
| 38 'browser/ui/autofill/credit_card_scanner_controller.cc', | 40 'browser/ui/autofill/credit_card_scanner_controller.cc', |
| 39 'browser/ui/autofill/credit_card_scanner_controller.h', | 41 'browser/ui/autofill/credit_card_scanner_controller.h', |
| 40 'browser/ui/autofill/credit_card_scanner_view.cc', | 42 'browser/ui/autofill/credit_card_scanner_view.cc', |
| 41 'browser/ui/autofill/credit_card_scanner_view.h', | 43 'browser/ui/autofill/credit_card_scanner_view.h', |
| 42 'browser/ui/autofill/credit_card_scanner_view_delegate.h', | 44 'browser/ui/autofill/credit_card_scanner_view_delegate.h', |
| 43 'browser/ui/autofill/loading_animation.cc', | 45 'browser/ui/autofill/loading_animation.cc', |
| 44 'browser/ui/autofill/loading_animation.h', | 46 'browser/ui/autofill/loading_animation.h', |
| 45 'browser/ui/autofill/password_generation_popup_controller.h', | 47 'browser/ui/autofill/password_generation_popup_controller.h', |
| 46 'browser/ui/autofill/password_generation_popup_controller_impl.cc', | 48 'browser/ui/autofill/password_generation_popup_controller_impl.cc', |
| 47 'browser/ui/autofill/password_generation_popup_controller_impl.h', | 49 'browser/ui/autofill/password_generation_popup_controller_impl.h', |
| 48 'browser/ui/autofill/password_generation_popup_observer.h', | 50 'browser/ui/autofill/password_generation_popup_observer.h', |
| 49 'browser/ui/autofill/password_generation_popup_view.cc', | 51 'browser/ui/autofill/password_generation_popup_view.cc', |
| 50 'browser/ui/autofill/password_generation_popup_view.h', | 52 'browser/ui/autofill/password_generation_popup_view.h', |
| 51 'browser/ui/autofill/popup_controller_common.cc', | 53 'browser/ui/autofill/popup_controller_common.cc', |
| 52 'browser/ui/autofill/popup_controller_common.h', | 54 'browser/ui/autofill/popup_controller_common.h', |
| 55 'browser/ui/autofill/popup_view_common.cc', |
| 56 'browser/ui/autofill/popup_view_common.h', |
| 53 'browser/ui/blocked_content/blocked_window_params.cc', | 57 'browser/ui/blocked_content/blocked_window_params.cc', |
| 54 'browser/ui/blocked_content/blocked_window_params.h', | 58 'browser/ui/blocked_content/blocked_window_params.h', |
| 55 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', | 59 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', |
| 56 'browser/ui/blocked_content/popup_blocker_tab_helper.h', | 60 'browser/ui/blocked_content/popup_blocker_tab_helper.h', |
| 57 'browser/ui/bookmarks/bookmark_bar.h', | 61 'browser/ui/bookmarks/bookmark_bar.h', |
| 58 'browser/ui/bookmarks/bookmark_bar_constants.h', | 62 'browser/ui/bookmarks/bookmark_bar_constants.h', |
| 59 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', | 63 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', |
| 60 'browser/ui/bookmarks/bookmark_bubble_observer.h', | 64 'browser/ui/bookmarks/bookmark_bubble_observer.h', |
| 61 'browser/ui/bookmarks/bookmark_editor.cc', | 65 'browser/ui/bookmarks/bookmark_editor.cc', |
| 62 'browser/ui/bookmarks/bookmark_editor.h', | 66 'browser/ui/bookmarks/bookmark_editor.h', |
| (...skipping 3244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3307 ], | 3311 ], |
| 3308 'sources': [ | 3312 'sources': [ |
| 3309 '<@(chrome_browser_ui_non_mobile_sources)', | 3313 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3310 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3314 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3311 ], | 3315 ], |
| 3312 }], | 3316 }], |
| 3313 ], | 3317 ], |
| 3314 }, | 3318 }, |
| 3315 ], | 3319 ], |
| 3316 } | 3320 } |
| OLD | NEW |