| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'browser/ui/app_list/search/app_search_provider.h', | 136 'browser/ui/app_list/search/app_search_provider.h', |
| 137 'browser/ui/app_list/search/chrome_search_result.h', | 137 'browser/ui/app_list/search/chrome_search_result.h', |
| 138 'browser/ui/app_list/search/mixer.cc', | 138 'browser/ui/app_list/search/mixer.cc', |
| 139 'browser/ui/app_list/search/mixer.h', | 139 'browser/ui/app_list/search/mixer.h', |
| 140 'browser/ui/app_list/search/omnibox_provider.cc', | 140 'browser/ui/app_list/search/omnibox_provider.cc', |
| 141 'browser/ui/app_list/search/omnibox_provider.h', | 141 'browser/ui/app_list/search/omnibox_provider.h', |
| 142 'browser/ui/app_list/search/search_controller.cc', | 142 'browser/ui/app_list/search/search_controller.cc', |
| 143 'browser/ui/app_list/search/search_controller.h', | 143 'browser/ui/app_list/search/search_controller.h', |
| 144 'browser/ui/app_list/search/search_provider.cc', | 144 'browser/ui/app_list/search/search_provider.cc', |
| 145 'browser/ui/app_list/search/search_provider.h', | 145 'browser/ui/app_list/search/search_provider.h', |
| 146 'browser/ui/app_list/search/search_webstore_result.cc', |
| 147 'browser/ui/app_list/search/search_webstore_result.h', |
| 146 'browser/ui/app_list/search/term_break_iterator.cc', | 148 'browser/ui/app_list/search/term_break_iterator.cc', |
| 147 'browser/ui/app_list/search/term_break_iterator.h', | 149 'browser/ui/app_list/search/term_break_iterator.h', |
| 148 'browser/ui/app_list/search/tokenized_string.cc', | 150 'browser/ui/app_list/search/tokenized_string.cc', |
| 149 'browser/ui/app_list/search/tokenized_string.h', | 151 'browser/ui/app_list/search/tokenized_string.h', |
| 150 'browser/ui/app_list/search/tokenized_string_char_iterator.cc', | 152 'browser/ui/app_list/search/tokenized_string_char_iterator.cc', |
| 151 'browser/ui/app_list/search/tokenized_string_char_iterator.h', | 153 'browser/ui/app_list/search/tokenized_string_char_iterator.h', |
| 152 'browser/ui/app_list/search/tokenized_string_match.cc', | 154 'browser/ui/app_list/search/tokenized_string_match.cc', |
| 153 'browser/ui/app_list/search/tokenized_string_match.h', | 155 'browser/ui/app_list/search/tokenized_string_match.h', |
| 156 'browser/ui/app_list/search/webstore_provider.cc', |
| 157 'browser/ui/app_list/search/webstore_provider.h', |
| 158 'browser/ui/app_list/search/webstore_result.cc', |
| 159 'browser/ui/app_list/search/webstore_result.h', |
| 160 'browser/ui/app_list/search/webstore_result_icon_source.cc', |
| 161 'browser/ui/app_list/search/webstore_result_icon_source.h', |
| 162 'browser/ui/app_list/search/webstore_search_fetcher.cc', |
| 163 'browser/ui/app_list/search/webstore_search_fetcher.h', |
| 154 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', | 164 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', |
| 155 'browser/ui/app_modal_dialogs/app_modal_dialog.h', | 165 'browser/ui/app_modal_dialogs/app_modal_dialog.h', |
| 156 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', | 166 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', |
| 157 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', | 167 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', |
| 158 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', | 168 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', |
| 159 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', | 169 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', |
| 160 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', | 170 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', |
| 161 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', | 171 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', |
| 162 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', | 172 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', |
| 163 'browser/ui/ash/ash_keyboard_controller_proxy.cc', | 173 'browser/ui/ash/ash_keyboard_controller_proxy.cc', |
| (...skipping 2778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2942 ['exclude', '^browser/ui/views/app_list/'], | 2952 ['exclude', '^browser/ui/views/app_list/'], |
| 2943 ['exclude', '^browser/ui/app_list/'], | 2953 ['exclude', '^browser/ui/app_list/'], |
| 2944 ['include', '^browser/ui/app_list/app_list_service.h'], | 2954 ['include', '^browser/ui/app_list/app_list_service.h'], |
| 2945 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2955 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
| 2946 ], | 2956 ], |
| 2947 }], | 2957 }], |
| 2948 ], | 2958 ], |
| 2949 }, | 2959 }, |
| 2950 ], | 2960 ], |
| 2951 } | 2961 } |
| OLD | NEW |