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 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1578 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc', | 1578 'browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc', |
1579 'browser/ui/webui/options/autofill_options_handler_unittest.cc', | 1579 'browser/ui/webui/options/autofill_options_handler_unittest.cc', |
1580 'browser/ui/webui/options/language_options_handler_unittest.cc', | 1580 'browser/ui/webui/options/language_options_handler_unittest.cc', |
1581 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc'
, | 1581 'browser/ui/webui/options/pepper_flash_content_settings_utils_unittest.cc'
, |
1582 'browser/ui/webui/options/sync_setup_handler_unittest.cc', | 1582 'browser/ui/webui/options/sync_setup_handler_unittest.cc', |
1583 'browser/ui/webui/signin/login_ui_service_unittest.cc', | 1583 'browser/ui/webui/signin/login_ui_service_unittest.cc', |
1584 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 1584 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
1585 'browser/ui/window_sizer/window_sizer_common_unittest.cc', | 1585 'browser/ui/window_sizer/window_sizer_common_unittest.cc', |
1586 'browser/ui/window_sizer/window_sizer_unittest.cc', | 1586 'browser/ui/window_sizer/window_sizer_unittest.cc', |
1587 'browser/ui/zoom/zoom_controller_unittest.cc', | 1587 'browser/ui/zoom/zoom_controller_unittest.cc', |
| 1588 'browser/usb/web_usb_permission_store_unittest.cc', |
1588 # The importer code is not used on Android. | 1589 # The importer code is not used on Android. |
1589 'common/importer/firefox_importer_utils_unittest.cc', | 1590 'common/importer/firefox_importer_utils_unittest.cc', |
1590 # No service process (which also requires multiprocess lock). | 1591 # No service process (which also requires multiprocess lock). |
1591 'common/multi_process_lock_unittest.cc', | 1592 'common/multi_process_lock_unittest.cc', |
1592 'test/base/browser_with_test_window_test.cc', | 1593 'test/base/browser_with_test_window_test.cc', |
1593 'test/base/browser_with_test_window_test.h', | 1594 'test/base/browser_with_test_window_test.h', |
1594 'utility/importer/bookmark_html_reader_unittest.cc', | 1595 'utility/importer/bookmark_html_reader_unittest.cc', |
1595 'utility/importer/bookmarks_file_importer_unittest.cc', | 1596 'utility/importer/bookmarks_file_importer_unittest.cc', |
1596 'utility/importer/firefox_importer_unittest.cc', | 1597 'utility/importer/firefox_importer_unittest.cc', |
1597 'utility/importer/firefox_importer_unittest_messages_internal.h', | 1598 'utility/importer/firefox_importer_unittest_messages_internal.h', |
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2958 'dependencies': [ | 2959 'dependencies': [ |
2959 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2960 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2960 ], | 2961 ], |
2961 }], | 2962 }], |
2962 ], | 2963 ], |
2963 }, | 2964 }, |
2964 ], | 2965 ], |
2965 }], | 2966 }], |
2966 ], # 'conditions' | 2967 ], # 'conditions' |
2967 } | 2968 } |
OLD | NEW |