| 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 'browser/ui/passwords/password_manager_presenter_unittest.cc', | 461 'browser/ui/passwords/password_manager_presenter_unittest.cc', |
| 462 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', | 462 'browser/ui/search_engines/keyword_editor_controller_unittest.cc', |
| 463 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', | 463 'browser/ui/sync/profile_signin_confirmation_helper_unittest.cc', |
| 464 'browser/ui/sync/sync_promo_ui_unittest.cc', | 464 'browser/ui/sync/sync_promo_ui_unittest.cc', |
| 465 'browser/ui/tests/ui_gfx_image_unittest.cc', | 465 'browser/ui/tests/ui_gfx_image_unittest.cc', |
| 466 'browser/ui/tests/ui_gfx_image_unittest.mm', | 466 'browser/ui/tests/ui_gfx_image_unittest.mm', |
| 467 'browser/ui/website_settings/website_settings_unittest.cc', | 467 'browser/ui/website_settings/website_settings_unittest.cc', |
| 468 'browser/ui/webui/browsing_history_handler_unittest.cc', | 468 'browser/ui/webui/browsing_history_handler_unittest.cc', |
| 469 'browser/ui/webui/fileicon_source_unittest.cc', | 469 'browser/ui/webui/fileicon_source_unittest.cc', |
| 470 'browser/ui/webui/log_web_ui_url_unittest.cc', | 470 'browser/ui/webui/log_web_ui_url_unittest.cc', |
| 471 'browser/ui/startup/startup_browser_creator_win_unittest.cc', |
| 471 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', | 472 'browser/update_client/chrome_update_query_params_delegate_unittest.cc', |
| 472 'common/chrome_content_client_unittest.cc', | 473 'common/chrome_content_client_unittest.cc', |
| 473 'common/chrome_paths_unittest.cc', | 474 'common/chrome_paths_unittest.cc', |
| 474 'common/cloud_print/cloud_print_helpers_unittest.cc', | 475 'common/cloud_print/cloud_print_helpers_unittest.cc', |
| 475 'common/component_flash_hint_file_linux_unittest.cc', | 476 'common/component_flash_hint_file_linux_unittest.cc', |
| 476 'common/crash_keys_unittest.cc', | 477 'common/crash_keys_unittest.cc', |
| 477 'common/ini_parser_unittest.cc', | 478 'common/ini_parser_unittest.cc', |
| 478 'common/instant_types_unittest.cc', | 479 'common/instant_types_unittest.cc', |
| 479 'common/mac/cfbundle_blocker_unittest.mm', | 480 'common/mac/cfbundle_blocker_unittest.mm', |
| 480 'common/mac/mock_launchd.cc', | 481 'common/mac/mock_launchd.cc', |
| (...skipping 2524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3005 'dependencies': [ | 3006 'dependencies': [ |
| 3006 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3007 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3007 ], | 3008 ], |
| 3008 }], | 3009 }], |
| 3009 ], | 3010 ], |
| 3010 }, | 3011 }, |
| 3011 ], | 3012 ], |
| 3012 }], | 3013 }], |
| 3013 ], # 'conditions' | 3014 ], # 'conditions' |
| 3014 } | 3015 } |
| OLD | NEW |