| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'browser/ui/app_list/search/app_search_provider.h', | 168 'browser/ui/app_list/search/app_search_provider.h', |
| 169 'browser/ui/app_list/search/chrome_search_result.h', | 169 'browser/ui/app_list/search/chrome_search_result.h', |
| 170 'browser/ui/app_list/search/common/dictionary_data_store.cc', | 170 'browser/ui/app_list/search/common/dictionary_data_store.cc', |
| 171 'browser/ui/app_list/search/common/dictionary_data_store.h', | 171 'browser/ui/app_list/search/common/dictionary_data_store.h', |
| 172 'browser/ui/app_list/search/common/json_response_fetcher.cc', | 172 'browser/ui/app_list/search/common/json_response_fetcher.cc', |
| 173 'browser/ui/app_list/search/common/json_response_fetcher.h', | 173 'browser/ui/app_list/search/common/json_response_fetcher.h', |
| 174 'browser/ui/app_list/search/common/url_icon_source.cc', | 174 'browser/ui/app_list/search/common/url_icon_source.cc', |
| 175 'browser/ui/app_list/search/common/url_icon_source.h', | 175 'browser/ui/app_list/search/common/url_icon_source.h', |
| 176 'browser/ui/app_list/search/common/webservice_cache.cc', | 176 'browser/ui/app_list/search/common/webservice_cache.cc', |
| 177 'browser/ui/app_list/search/common/webservice_cache.h', | 177 'browser/ui/app_list/search/common/webservice_cache.h', |
| 178 'browser/ui/app_list/search/common/webservice_cache_factory.cc', |
| 179 'browser/ui/app_list/search/common/webservice_cache_factory.h', |
| 178 'browser/ui/app_list/search/common/webservice_search_provider.cc', | 180 'browser/ui/app_list/search/common/webservice_search_provider.cc', |
| 179 'browser/ui/app_list/search/common/webservice_search_provider.h', | 181 'browser/ui/app_list/search/common/webservice_search_provider.h', |
| 180 'browser/ui/app_list/search/history.cc', | 182 'browser/ui/app_list/search/history.cc', |
| 181 'browser/ui/app_list/search/history.h', | 183 'browser/ui/app_list/search/history.h', |
| 182 'browser/ui/app_list/search/history_data.cc', | 184 'browser/ui/app_list/search/history_data.cc', |
| 183 'browser/ui/app_list/search/history_data.h', | 185 'browser/ui/app_list/search/history_data.h', |
| 184 'browser/ui/app_list/search/history_data_store.cc', | 186 'browser/ui/app_list/search/history_data_store.cc', |
| 185 'browser/ui/app_list/search/history_data_store.h', | 187 'browser/ui/app_list/search/history_data_store.h', |
| 186 'browser/ui/app_list/search/history_factory.cc', | 188 'browser/ui/app_list/search/history_factory.cc', |
| 187 'browser/ui/app_list/search/history_factory.h', | 189 'browser/ui/app_list/search/history_factory.h', |
| (...skipping 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3297 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3299 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3298 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3300 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3299 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3301 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3300 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3302 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3301 ], | 3303 ], |
| 3302 }], | 3304 }], |
| 3303 ], | 3305 ], |
| 3304 }, | 3306 }, |
| 3305 ], | 3307 ], |
| 3306 } | 3308 } |
| OLD | NEW |