| 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', | 218 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', |
| 219 'browser/push_messaging/push_messaging_notification_manager_unittest.cc', | 219 'browser/push_messaging/push_messaging_notification_manager_unittest.cc', |
| 220 'browser/push_messaging/push_messaging_service_unittest.cc', | 220 'browser/push_messaging/push_messaging_service_unittest.cc', |
| 221 'browser/renderer_host/chrome_navigation_data_unittest.cc', | 221 'browser/renderer_host/chrome_navigation_data_unittest.cc', |
| 222 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', | 222 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', |
| 223 'browser/renderer_host/chrome_resource_dispatcher_host_delegate_unittest.c
c', | 223 'browser/renderer_host/chrome_resource_dispatcher_host_delegate_unittest.c
c', |
| 224 'browser/resources_util_unittest.cc', | 224 'browser/resources_util_unittest.cc', |
| 225 'browser/search/contextual_search_policy_handler_android_unittest.cc', | 225 'browser/search/contextual_search_policy_handler_android_unittest.cc', |
| 226 'browser/search/iframe_source_unittest.cc', | 226 'browser/search/iframe_source_unittest.cc', |
| 227 'browser/search/thumbnail_source_unittest.cc', | 227 'browser/search/thumbnail_source_unittest.cc', |
| 228 'browser/search_engines/search_provider_install_data_unittest.cc', | |
| 229 | 228 |
| 230 # TODO(hashimoto): those tests should be componentized and moved to | 229 # TODO(hashimoto): those tests should be componentized and moved to |
| 231 # //components:components_unittests, http://crbug.com/527882. | 230 # //components:components_unittests, http://crbug.com/527882. |
| 232 'browser/search_engines/template_url_fetcher_unittest.cc', | 231 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 233 'browser/search_engines/template_url_parser_unittest.cc', | 232 'browser/search_engines/template_url_parser_unittest.cc', |
| 234 'browser/search_engines/template_url_service_sync_unittest.cc', | 233 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 235 'browser/search_engines/template_url_service_unittest.cc', | 234 'browser/search_engines/template_url_service_unittest.cc', |
| 236 | 235 |
| 237 'browser/service_process/service_process_control_mac_unittest.mm', | 236 'browser/service_process/service_process_control_mac_unittest.mm', |
| 238 'browser/services/gcm/fake_gcm_profile_service.cc', | 237 'browser/services/gcm/fake_gcm_profile_service.cc', |
| (...skipping 2789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3028 'dependencies': [ | 3027 'dependencies': [ |
| 3029 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3028 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3030 ], | 3029 ], |
| 3031 }], | 3030 }], |
| 3032 ], | 3031 ], |
| 3033 }, | 3032 }, |
| 3034 ], | 3033 ], |
| 3035 }], | 3034 }], |
| 3036 ], # 'conditions' | 3035 ], # 'conditions' |
| 3037 } | 3036 } |
| OLD | NEW |