| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 'browser/password_manager/save_password_infobar_delegate_android_unittest.
cc', | 372 'browser/password_manager/save_password_infobar_delegate_android_unittest.
cc', |
| 373 'browser/permissions/permission_queue_controller_unittest.cc', | 373 'browser/permissions/permission_queue_controller_unittest.cc', |
| 374 ], | 374 ], |
| 375 'chrome_unit_tests_non_mobile_sources': [ | 375 'chrome_unit_tests_non_mobile_sources': [ |
| 376 'browser/download/download_dir_policy_handler_unittest.cc', | 376 'browser/download/download_dir_policy_handler_unittest.cc', |
| 377 'browser/lifetime/keep_alive_registry_unittest.cc', | 377 'browser/lifetime/keep_alive_registry_unittest.cc', |
| 378 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', | 378 'browser/renderer_context_menu/render_view_context_menu_test_util.cc', |
| 379 'browser/renderer_context_menu/render_view_context_menu_test_util.h', | 379 'browser/renderer_context_menu/render_view_context_menu_test_util.h', |
| 380 'browser/ui/autofill/country_combobox_model_unittest.cc', | 380 'browser/ui/autofill/country_combobox_model_unittest.cc', |
| 381 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc', | 381 'browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc', |
| 382 'browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc', |
| 382 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', | 383 'browser/ui/passwords/manage_passwords_ui_controller_unittest.cc', |
| 383 ], | 384 ], |
| 384 'chrome_unit_tests_spellchecker_sources': [ | 385 'chrome_unit_tests_spellchecker_sources': [ |
| 385 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 386 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
| 386 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', | 387 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', |
| 387 'browser/spellchecker/spellcheck_message_filter_unittest.cc', | 388 'browser/spellchecker/spellcheck_message_filter_unittest.cc', |
| 388 'browser/spellchecker/spellcheck_service_unittest.cc', | 389 'browser/spellchecker/spellcheck_service_unittest.cc', |
| 389 'browser/spellchecker/spelling_service_client_unittest.cc', | 390 'browser/spellchecker/spelling_service_client_unittest.cc', |
| 390 'tools/convert_dict/convert_dict_unittest.cc', | 391 'tools/convert_dict/convert_dict_unittest.cc', |
| 391 ], | 392 ], |
| (...skipping 2624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3016 'dependencies': [ | 3017 'dependencies': [ |
| 3017 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3018 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3018 ], | 3019 ], |
| 3019 }], | 3020 }], |
| 3020 ], | 3021 ], |
| 3021 }, | 3022 }, |
| 3022 ], | 3023 ], |
| 3023 }], | 3024 }], |
| 3024 ], # 'conditions' | 3025 ], # 'conditions' |
| 3025 } | 3026 } |
| OLD | NEW |