| 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 2681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2692 'browser/ui/app_list/speech_auth_helper.cc', | 2692 'browser/ui/app_list/speech_auth_helper.cc', |
| 2693 'browser/ui/app_list/speech_auth_helper.h', | 2693 'browser/ui/app_list/speech_auth_helper.h', |
| 2694 'browser/ui/app_list/speech_recognizer.cc', | 2694 'browser/ui/app_list/speech_recognizer.cc', |
| 2695 'browser/ui/app_list/speech_recognizer.h', | 2695 'browser/ui/app_list/speech_recognizer.h', |
| 2696 'browser/ui/app_list/speech_recognizer_delegate.h', | 2696 'browser/ui/app_list/speech_recognizer_delegate.h', |
| 2697 'browser/ui/app_list/start_page_observer.h', | 2697 'browser/ui/app_list/start_page_observer.h', |
| 2698 'browser/ui/app_list/start_page_service.cc', | 2698 'browser/ui/app_list/start_page_service.cc', |
| 2699 'browser/ui/app_list/start_page_service.h', | 2699 'browser/ui/app_list/start_page_service.h', |
| 2700 'browser/ui/app_list/start_page_service_factory.cc', | 2700 'browser/ui/app_list/start_page_service_factory.cc', |
| 2701 'browser/ui/app_list/start_page_service_factory.h', | 2701 'browser/ui/app_list/start_page_service_factory.h', |
| 2702 'browser/ui/views/app_list/win/activation_tracker_win.cc', | |
| 2703 'browser/ui/views/app_list/win/activation_tracker_win.h', | |
| 2704 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', | |
| 2705 'browser/ui/views/app_list/win/app_list_controller_delegate_win.h', | |
| 2706 'browser/ui/views/app_list/win/app_list_service_win.cc', | |
| 2707 'browser/ui/views/app_list/win/app_list_service_win.h', | |
| 2708 'browser/ui/views/app_list/win/app_list_win.cc', | |
| 2709 'browser/ui/views/app_list/win/app_list_win.h', | |
| 2710 'browser/ui/webui/app_list/start_page_handler.cc', | 2702 'browser/ui/webui/app_list/start_page_handler.cc', |
| 2711 'browser/ui/webui/app_list/start_page_handler.h', | 2703 'browser/ui/webui/app_list/start_page_handler.h', |
| 2712 'browser/ui/webui/app_list/start_page_ui.cc', | 2704 'browser/ui/webui/app_list/start_page_ui.cc', |
| 2713 'browser/ui/webui/app_list/start_page_ui.h', | 2705 'browser/ui/webui/app_list/start_page_ui.h', |
| 2714 ], | 2706 ], |
| 2715 'chrome_browser_ui_app_list_linux_sources': [ | 2707 'chrome_browser_ui_app_list_linux_sources': [ |
| 2716 'browser/ui/views/app_list/linux/app_list_linux.cc', | 2708 'browser/ui/views/app_list/linux/app_list_linux.cc', |
| 2717 'browser/ui/views/app_list/linux/app_list_linux.h', | 2709 'browser/ui/views/app_list/linux/app_list_linux.h', |
| 2718 'browser/ui/views/app_list/linux/app_list_service_linux.cc', | 2710 'browser/ui/views/app_list/linux/app_list_service_linux.cc', |
| 2719 'browser/ui/views/app_list/linux/app_list_service_linux.h', | 2711 'browser/ui/views/app_list/linux/app_list_service_linux.h', |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3367 ], | 3359 ], |
| 3368 'sources': [ | 3360 'sources': [ |
| 3369 '<@(chrome_browser_ui_non_mobile_sources)', | 3361 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3370 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3362 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3371 ], | 3363 ], |
| 3372 }], | 3364 }], |
| 3373 ], | 3365 ], |
| 3374 }, | 3366 }, |
| 3375 ], | 3367 ], |
| 3376 } | 3368 } |
| OLD | NEW |