| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'browser/translate/translate_service_unittest.cc', | 264 'browser/translate/translate_service_unittest.cc', |
| 265 'browser/ui/android/tab_model/tab_model_list_unittest.cc', | 265 'browser/ui/android/tab_model/tab_model_list_unittest.cc', |
| 266 'browser/ui/android/tab_model/tab_model_unittest.cc', | 266 'browser/ui/android/tab_model/tab_model_unittest.cc', |
| 267 'browser/ui/autofill/autofill_dialog_models_unittest.cc', | 267 'browser/ui/autofill/autofill_dialog_models_unittest.cc', |
| 268 'browser/ui/autofill/autofill_popup_layout_model_unittest.cc', | 268 'browser/ui/autofill/autofill_popup_layout_model_unittest.cc', |
| 269 'browser/ui/autofill/popup_view_common_unittest.cc', | 269 'browser/ui/autofill/popup_view_common_unittest.cc', |
| 270 'browser/ui/bookmarks/bookmark_editor_unittest.cc', | 270 'browser/ui/bookmarks/bookmark_editor_unittest.cc', |
| 271 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc', | 271 'browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc', |
| 272 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc', | 272 'browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc', |
| 273 'browser/ui/chrome_select_file_policy_unittest.cc', | 273 'browser/ui/chrome_select_file_policy_unittest.cc', |
| 274 'browser/ui/chrome_pages_unittest.cc', |
| 274 'browser/ui/find_bar/find_backend_unittest.cc', | 275 'browser/ui/find_bar/find_backend_unittest.cc', |
| 275 'browser/ui/login/login_handler_unittest.cc', | 276 'browser/ui/login/login_handler_unittest.cc', |
| 276 'browser/ui/passwords/manage_passwords_state_unittest.cc', | 277 'browser/ui/passwords/manage_passwords_state_unittest.cc', |
| 277 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc', | 278 'browser/ui/passwords/manage_passwords_view_utils_unittest.cc', |
| 278 'browser/ui/passwords/password_bubble_experiment_unittest.cc', | 279 'browser/ui/passwords/password_bubble_experiment_unittest.cc', |
| 279 'browser/ui/passwords/password_manager_presenter_unittest.cc', | 280 'browser/ui/passwords/password_manager_presenter_unittest.cc', |
| 280 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', | 281 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', |
| 281 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', | 282 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', |
| 282 'browser/ui/sync/sync_promo_ui_unittest.cc', | 283 'browser/ui/sync/sync_promo_ui_unittest.cc', |
| 283 'browser/ui/tests/ui_gfx_image_unittest.cc', | 284 'browser/ui/tests/ui_gfx_image_unittest.cc', |
| (...skipping 2718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3002 'dependencies': [ | 3003 'dependencies': [ |
| 3003 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3004 ], | 3005 ], |
| 3005 }], | 3006 }], |
| 3006 ], | 3007 ], |
| 3007 }, | 3008 }, |
| 3008 ], | 3009 ], |
| 3009 }], | 3010 }], |
| 3010 ], # 'conditions' | 3011 ], # 'conditions' |
| 3011 } | 3012 } |
| OLD | NEW |