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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
243 'browser/thumbnails/content_analysis_unittest.cc', | 243 'browser/thumbnails/content_analysis_unittest.cc', |
244 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', | 244 'browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc', |
245 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', | 245 'browser/thumbnails/simple_thumbnail_crop_unittest.cc', |
246 'browser/thumbnails/thumbnail_service_unittest.cc', | 246 'browser/thumbnails/thumbnail_service_unittest.cc', |
247 'browser/translate/translate_service_unittest.cc', | 247 'browser/translate/translate_service_unittest.cc', |
248 'browser/ui/android/tab_model/tab_model_list_unittest.cc', | 248 'browser/ui/android/tab_model/tab_model_list_unittest.cc', |
249 'browser/ui/android/tab_model/tab_model_unittest.cc', | 249 'browser/ui/android/tab_model/tab_model_unittest.cc', |
250 'browser/ui/autofill/autofill_dialog_models_unittest.cc', | 250 'browser/ui/autofill/autofill_dialog_models_unittest.cc', |
251 'browser/ui/autofill/autofill_dialog_types_unittest.cc', | 251 'browser/ui/autofill/autofill_dialog_types_unittest.cc', |
252 'browser/ui/autofill/popup_controller_common_unittest.cc', | 252 'browser/ui/autofill/popup_controller_common_unittest.cc', |
253 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc', | |
bondd
2015/11/11 01:53:37
Unit tests will run on Mac, even though controller
Evan Stade
2015/11/11 22:22:54
sure
| |
253 'browser/ui/autofill/test_popup_controller_common.cc', | 254 'browser/ui/autofill/test_popup_controller_common.cc', |
254 'browser/ui/autofill/test_popup_controller_common.h', | 255 'browser/ui/autofill/test_popup_controller_common.h', |
255 'browser/ui/bookmarks/bookmark_editor_unittest.cc', | 256 'browser/ui/bookmarks/bookmark_editor_unittest.cc', |
256 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc', | 257 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc', |
257 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc', | 258 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc', |
258 'browser/ui/chrome_select_file_policy_unittest.cc', | 259 'browser/ui/chrome_select_file_policy_unittest.cc', |
259 # It is safe to list */cocoa/* files in the "common" file list | 260 # It is safe to list */cocoa/* files in the "common" file list |
260 # without an explicit exclusion since gyp is smart enough to | 261 # without an explicit exclusion since gyp is smart enough to |
261 # exclude them from non-Mac builds. | 262 # exclude them from non-Mac builds. |
262 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', | 263 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', |
(...skipping 2717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2980 'dependencies': [ | 2981 'dependencies': [ |
2981 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2982 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2982 ], | 2983 ], |
2983 }], | 2984 }], |
2984 ], | 2985 ], |
2985 }, | 2986 }, |
2986 ], | 2987 ], |
2987 }], | 2988 }], |
2988 ], # 'conditions' | 2989 ], # 'conditions' |
2989 } | 2990 } |
OLD | NEW |