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 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1139 'common/extensions/api/file_system_provider/file_system_provider_handler_u
nittest.cc', | 1139 'common/extensions/api/file_system_provider/file_system_provider_handler_u
nittest.cc', |
1140 ], | 1140 ], |
1141 'chrome_unit_tests_chromeos_js_sources': [ | 1141 'chrome_unit_tests_chromeos_js_sources': [ |
1142 'browser/resources/chromeos/braille_ime/braille_ime.js', | 1142 'browser/resources/chromeos/braille_ime/braille_ime.js', |
1143 ], | 1143 ], |
1144 'chrome_unit_tests_chromeos_gtestjs_sources': [ | 1144 'chrome_unit_tests_chromeos_gtestjs_sources': [ |
1145 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', | 1145 'browser/resources/chromeos/braille_ime/braille_ime_unittest.gtestjs', |
1146 ], | 1146 ], |
1147 'chrome_unit_tests_desktop_linux_sources': [ | 1147 'chrome_unit_tests_desktop_linux_sources': [ |
1148 'browser/password_manager/native_backend_kwallet_x_unittest.cc', | 1148 'browser/password_manager/native_backend_kwallet_x_unittest.cc', |
| 1149 'browser/password_manager/kwallet_dbus_unittest.cc', |
1149 'browser/shell_integration_linux_unittest.cc', | 1150 'browser/shell_integration_linux_unittest.cc', |
1150 ], | 1151 ], |
1151 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources. | 1152 # Tests corresponding to the files in chrome_browser_ui_cocoa_sources. |
1152 # Built on Mac, except when mac_views_browser==1. | 1153 # Built on Mac, except when mac_views_browser==1. |
1153 'chrome_unit_tests_cocoa_sources': [ | 1154 'chrome_unit_tests_cocoa_sources': [ |
1154 'browser/task_manager/task_manager_unittest.cc', | 1155 'browser/task_manager/task_manager_unittest.cc', |
1155 'browser/task_manager/task_manager_util_unittest.cc', | 1156 'browser/task_manager/task_manager_util_unittest.cc', |
1156 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', | 1157 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', |
1157 'browser/ui/cocoa/animatable_image_unittest.mm', | 1158 'browser/ui/cocoa/animatable_image_unittest.mm', |
1158 'browser/ui/cocoa/animatable_view_unittest.mm', | 1159 'browser/ui/cocoa/animatable_view_unittest.mm', |
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3012 'dependencies': [ | 3013 'dependencies': [ |
3013 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3014 ], | 3015 ], |
3015 }], | 3016 }], |
3016 ], | 3017 ], |
3017 }, | 3018 }, |
3018 ], | 3019 ], |
3019 }], | 3020 }], |
3020 ], # 'conditions' | 3021 ], # 'conditions' |
3021 } | 3022 } |
OLD | NEW |