| 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 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1283 'browser/ui/cocoa/passwords/account_chooser_view_controller_unittest.mm', | 1283 'browser/ui/cocoa/passwords/account_chooser_view_controller_unittest.mm', |
| 1284 'browser/ui/cocoa/passwords/autosignin_prompt_view_controller_unittest.mm'
, | 1284 'browser/ui/cocoa/passwords/autosignin_prompt_view_controller_unittest.mm'
, |
| 1285 'browser/ui/cocoa/passwords/base_passwords_controller_test.h', | 1285 'browser/ui/cocoa/passwords/base_passwords_controller_test.h', |
| 1286 'browser/ui/cocoa/passwords/base_passwords_controller_test.mm', | 1286 'browser/ui/cocoa/passwords/base_passwords_controller_test.mm', |
| 1287 'browser/ui/cocoa/passwords/confirmation_password_saved_view_controller_un
ittest.mm', | 1287 'browser/ui/cocoa/passwords/confirmation_password_saved_view_controller_un
ittest.mm', |
| 1288 'browser/ui/cocoa/passwords/manage_passwords_view_controller_unittest.mm', | 1288 'browser/ui/cocoa/passwords/manage_passwords_view_controller_unittest.mm', |
| 1289 'browser/ui/cocoa/passwords/passwords_bubble_cocoa_unittest.mm', | 1289 'browser/ui/cocoa/passwords/passwords_bubble_cocoa_unittest.mm', |
| 1290 'browser/ui/cocoa/passwords/passwords_bubble_controller_unittest.mm', | 1290 'browser/ui/cocoa/passwords/passwords_bubble_controller_unittest.mm', |
| 1291 'browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm', | 1291 'browser/ui/cocoa/passwords/passwords_list_view_controller_unittest.mm', |
| 1292 'browser/ui/cocoa/passwords/save_pending_password_view_controller_unittest
.mm', | 1292 'browser/ui/cocoa/passwords/save_pending_password_view_controller_unittest
.mm', |
| 1293 'browser/ui/cocoa/passwords/signin_promo_view_controller_unittest.mm', |
| 1293 'browser/ui/cocoa/passwords/update_pending_password_view_controller_unitte
st.mm', | 1294 'browser/ui/cocoa/passwords/update_pending_password_view_controller_unitte
st.mm', |
| 1294 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm', | 1295 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm', |
| 1295 'browser/ui/cocoa/profiles/avatar_button_unittest.mm', | 1296 'browser/ui/cocoa/profiles/avatar_button_unittest.mm', |
| 1296 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm', | 1297 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm', |
| 1297 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm', | 1298 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm', |
| 1298 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm', | 1299 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm', |
| 1299 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm', | 1300 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm', |
| 1300 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm', | 1301 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm', |
| 1301 'browser/ui/cocoa/run_loop_testing_unittest.mm', | 1302 'browser/ui/cocoa/run_loop_testing_unittest.mm', |
| 1302 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm', | 1303 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm', |
| (...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3008 'dependencies': [ | 3009 'dependencies': [ |
| 3009 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3010 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3010 ], | 3011 ], |
| 3011 }], | 3012 }], |
| 3012 ], | 3013 ], |
| 3013 }, | 3014 }, |
| 3014 ], | 3015 ], |
| 3015 }], | 3016 }], |
| 3016 ], # 'conditions' | 3017 ], # 'conditions' |
| 3017 } | 3018 } |
| OLD | NEW |