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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'browser/sync/startup_controller_unittest.cc', | 238 'browser/sync/startup_controller_unittest.cc', |
239 'browser/sync/sync_startup_tracker_unittest.cc', | 239 'browser/sync/sync_startup_tracker_unittest.cc', |
240 'browser/sync/test/test_http_bridge_factory.cc', | 240 'browser/sync/test/test_http_bridge_factory.cc', |
241 'browser/sync/test/test_http_bridge_factory.h', | 241 'browser/sync/test/test_http_bridge_factory.h', |
242 'browser/sync/test_profile_sync_service.cc', | 242 'browser/sync/test_profile_sync_service.cc', |
243 'browser/sync/test_profile_sync_service.h', | 243 'browser/sync/test_profile_sync_service.h', |
244 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 244 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
245 'browser/thumbnails/content_analysis_unittest.cc', | 245 'browser/thumbnails/content_analysis_unittest.cc', |
246 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', | 246 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', |
247 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', | 247 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', |
| 248 'browser/thumbnails/thumbnailing_context_unittest.cc', |
248 'browser/thumbnails/thumbnail_service_unittest.cc', | 249 'browser/thumbnails/thumbnail_service_unittest.cc', |
249 'browser/translate/translate_service_unittest.cc', | 250 'browser/translate/translate_service_unittest.cc', |
250 'browser/ui/android/tab_model/tab_model_list_unittest.cc', | 251 'browser/ui/android/tab_model/tab_model_list_unittest.cc', |
251 'browser/ui/android/tab_model/tab_model_unittest.cc', | 252 'browser/ui/android/tab_model/tab_model_unittest.cc', |
252 'browser/ui/autofill/autofill_dialog_models_unittest.cc', | 253 'browser/ui/autofill/autofill_dialog_models_unittest.cc', |
253 'browser/ui/autofill/autofill_dialog_types_unittest.cc', | 254 'browser/ui/autofill/autofill_dialog_types_unittest.cc', |
254 'browser/ui/autofill/popup_controller_common_unittest.cc', | 255 'browser/ui/autofill/popup_controller_common_unittest.cc', |
255 'browser/ui/autofill/test_popup_controller_common.cc', | 256 'browser/ui/autofill/test_popup_controller_common.cc', |
256 'browser/ui/autofill/test_popup_controller_common.h', | 257 'browser/ui/autofill/test_popup_controller_common.h', |
257 'browser/ui/bookmarks/bookmark_editor_unittest.cc', | 258 'browser/ui/bookmarks/bookmark_editor_unittest.cc', |
(...skipping 2715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2973 'dependencies': [ | 2974 'dependencies': [ |
2974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2975 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2975 ], | 2976 ], |
2976 }], | 2977 }], |
2977 ], | 2978 ], |
2978 }, | 2979 }, |
2979 ], | 2980 ], |
2980 }], | 2981 }], |
2981 ], # 'conditions' | 2982 ], # 'conditions' |
2982 } | 2983 } |
OLD | NEW |