| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'browser/profiles/gaia_info_update_service_unittest.cc', | 191 'browser/profiles/gaia_info_update_service_unittest.cc', |
| 192 'browser/profiles/profile_attributes_storage_unittest.cc', | 192 'browser/profiles/profile_attributes_storage_unittest.cc', |
| 193 'browser/profiles/profile_avatar_icon_util_unittest.cc', | 193 'browser/profiles/profile_avatar_icon_util_unittest.cc', |
| 194 'browser/profiles/profile_downloader_unittest.cc', | 194 'browser/profiles/profile_downloader_unittest.cc', |
| 195 'browser/profiles/profile_info_cache_unittest.cc', | 195 'browser/profiles/profile_info_cache_unittest.cc', |
| 196 'browser/profiles/profile_info_cache_unittest.h', | 196 'browser/profiles/profile_info_cache_unittest.h', |
| 197 'browser/profiles/profile_manager_unittest.cc', | 197 'browser/profiles/profile_manager_unittest.cc', |
| 198 'browser/profiles/profile_statistics_unittest.cc', | 198 'browser/profiles/profile_statistics_unittest.cc', |
| 199 'browser/profiles/profile_shortcut_manager_unittest_win.cc', | 199 'browser/profiles/profile_shortcut_manager_unittest_win.cc', |
| 200 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', | 200 'browser/push_messaging/push_messaging_app_identifier_unittest.cc', |
| 201 'browser/push_messaging/push_messaging_notification_manager_unittest.cc', |
| 201 'browser/push_messaging/push_messaging_permission_context_unittest.cc', | 202 'browser/push_messaging/push_messaging_permission_context_unittest.cc', |
| 202 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', | 203 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', |
| 203 'browser/resources_util_unittest.cc', | 204 'browser/resources_util_unittest.cc', |
| 204 'browser/search/contextual_search_policy_handler_android_unittest.cc', | 205 'browser/search/contextual_search_policy_handler_android_unittest.cc', |
| 205 'browser/search/iframe_source_unittest.cc', | 206 'browser/search/iframe_source_unittest.cc', |
| 206 'browser/search/thumbnail_source_unittest.cc', | 207 'browser/search/thumbnail_source_unittest.cc', |
| 207 'browser/search_engines/search_provider_install_data_unittest.cc', | 208 'browser/search_engines/search_provider_install_data_unittest.cc', |
| 208 'browser/service_process/service_process_control_mac_unittest.mm', | 209 'browser/service_process/service_process_control_mac_unittest.mm', |
| 209 'browser/services/gcm/fake_gcm_profile_service.cc', | 210 'browser/services/gcm/fake_gcm_profile_service.cc', |
| 210 'browser/services/gcm/fake_gcm_profile_service.h', | 211 'browser/services/gcm/fake_gcm_profile_service.h', |
| (...skipping 2777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2988 'dependencies': [ | 2989 'dependencies': [ |
| 2989 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2990 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2990 ], | 2991 ], |
| 2991 }], | 2992 }], |
| 2992 ], | 2993 ], |
| 2993 }, | 2994 }, |
| 2994 ], | 2995 ], |
| 2995 }], | 2996 }], |
| 2996 ], # 'conditions' | 2997 ], # 'conditions' |
| 2997 } | 2998 } |
| OLD | NEW |