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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 'browser/push_messaging/push_messaging_permission_context_unittest.cc', | 212 'browser/push_messaging/push_messaging_permission_context_unittest.cc', |
213 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 213 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
214 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 214 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
215 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', | 215 'browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper_u
nit_test.mm', |
216 'browser/resources_util_unittest.cc', | 216 'browser/resources_util_unittest.cc', |
217 'browser/search/contextual_search_policy_handler_android_unittest.cc', | 217 'browser/search/contextual_search_policy_handler_android_unittest.cc', |
218 'browser/search/iframe_source_unittest.cc', | 218 'browser/search/iframe_source_unittest.cc', |
219 'browser/search/instant_unittest_base.cc', | 219 'browser/search/instant_unittest_base.cc', |
220 'browser/search/instant_unittest_base.h', | 220 'browser/search/instant_unittest_base.h', |
221 'browser/search/most_visited_iframe_source_unittest.cc', | 221 'browser/search/most_visited_iframe_source_unittest.cc', |
222 'browser/search/search_android_unittest.cc', | |
223 'browser/search_engines/search_provider_install_data_unittest.cc', | 222 'browser/search_engines/search_provider_install_data_unittest.cc', |
224 'browser/service_process/service_process_control_mac_unittest.mm', | 223 'browser/service_process/service_process_control_mac_unittest.mm', |
225 'browser/services/gcm/fake_gcm_profile_service.cc', | 224 'browser/services/gcm/fake_gcm_profile_service.cc', |
226 'browser/services/gcm/fake_gcm_profile_service.h', | 225 'browser/services/gcm/fake_gcm_profile_service.h', |
227 'browser/services/gcm/fake_signin_manager.cc', | 226 'browser/services/gcm/fake_signin_manager.cc', |
228 'browser/services/gcm/fake_signin_manager.h', | 227 'browser/services/gcm/fake_signin_manager.h', |
229 'browser/services/gcm/gcm_account_tracker_unittest.cc', | 228 'browser/services/gcm/gcm_account_tracker_unittest.cc', |
230 'browser/shell_integration_win_unittest.cc', | 229 'browser/shell_integration_win_unittest.cc', |
231 'browser/signin/account_reconcilor_unittest.cc', | 230 'browser/signin/account_reconcilor_unittest.cc', |
232 'browser/signin/chrome_signin_client_unittest.cc', | 231 'browser/signin/chrome_signin_client_unittest.cc', |
(...skipping 2670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2903 'dependencies': [ | 2902 'dependencies': [ |
2904 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2903 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2905 ], | 2904 ], |
2906 }], | 2905 }], |
2907 ], | 2906 ], |
2908 }, | 2907 }, |
2909 ], | 2908 ], |
2910 }], | 2909 }], |
2911 ], # 'conditions' | 2910 ], # 'conditions' |
2912 } | 2911 } |
OLD | NEW |