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/sync_startup_tracker_unittest.cc', | 238 'browser/sync/sync_startup_tracker_unittest.cc', |
239 'browser/sync/test/test_http_bridge_factory.cc', | 239 'browser/sync/test/test_http_bridge_factory.cc', |
240 'browser/sync/test/test_http_bridge_factory.h', | 240 'browser/sync/test/test_http_bridge_factory.h', |
241 'browser/sync/test_profile_sync_service.cc', | 241 'browser/sync/test_profile_sync_service.cc', |
242 'browser/sync/test_profile_sync_service.h', | 242 'browser/sync/test_profile_sync_service.h', |
243 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', | 243 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', |
244 'browser/thumbnails/content_analysis_unittest.cc', | 244 'browser/thumbnails/content_analysis_unittest.cc', |
245 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', | 245 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', |
246 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', | 246 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', |
247 'browser/thumbnails/thumbnail_service_unittest.cc', | 247 'browser/thumbnails/thumbnail_service_unittest.cc', |
248 'browser/thumbnails/thumbnailing_context_unittest.cc', | |
249 'browser/translate/translate_service_unittest.cc', | 248 'browser/translate/translate_service_unittest.cc', |
250 'browser/ui/android/tab_model/tab_model_list_unittest.cc', | 249 'browser/ui/android/tab_model/tab_model_list_unittest.cc', |
251 'browser/ui/android/tab_model/tab_model_unittest.cc', | 250 'browser/ui/android/tab_model/tab_model_unittest.cc', |
252 'browser/ui/autofill/autofill_dialog_models_unittest.cc', | 251 'browser/ui/autofill/autofill_dialog_models_unittest.cc', |
253 'browser/ui/autofill/autofill_dialog_types_unittest.cc', | 252 'browser/ui/autofill/autofill_dialog_types_unittest.cc', |
254 'browser/ui/autofill/popup_controller_common_unittest.cc', | 253 'browser/ui/autofill/popup_controller_common_unittest.cc', |
255 'browser/ui/autofill/test_popup_controller_common.cc', | 254 'browser/ui/autofill/test_popup_controller_common.cc', |
256 'browser/ui/autofill/test_popup_controller_common.h', | 255 'browser/ui/autofill/test_popup_controller_common.h', |
257 'browser/ui/bookmarks/bookmark_editor_unittest.cc', | 256 'browser/ui/bookmarks/bookmark_editor_unittest.cc', |
258 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc', | 257 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc', |
(...skipping 2728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2987 'dependencies': [ | 2986 'dependencies': [ |
2988 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2987 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2989 ], | 2988 ], |
2990 }], | 2989 }], |
2991 ], | 2990 ], |
2992 }, | 2991 }, |
2993 ], | 2992 ], |
2994 }], | 2993 }], |
2995 ], # 'conditions' | 2994 ], # 'conditions' |
2996 } | 2995 } |
OLD | NEW |