| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
| 8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
| 9 'browser/views/find_bar_host_browsertest.cc', | 9 'browser/views/find_bar_host_browsertest.cc', |
| 10 ], | 10 ], |
| (...skipping 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1786 # If you add new tests here you may need to update the croc configs. | 1786 # If you add new tests here you may need to update the croc configs. |
| 1787 # E.g. build/{linux|mac}/chrome_linux.croc | 1787 # E.g. build/{linux|mac}/chrome_linux.croc |
| 1788 'dependencies': [ | 1788 'dependencies': [ |
| 1789 'automated_ui_tests', | 1789 'automated_ui_tests', |
| 1790 '../app/app.gyp:app_unittests', | 1790 '../app/app.gyp:app_unittests', |
| 1791 '../base/base.gyp:base_unittests', | 1791 '../base/base.gyp:base_unittests', |
| 1792 '../ipc/ipc.gyp:ipc_tests', | 1792 '../ipc/ipc.gyp:ipc_tests', |
| 1793 '../media/media.gyp:media_unittests', | 1793 '../media/media.gyp:media_unittests', |
| 1794 '../net/net.gyp:net_unittests', | 1794 '../net/net.gyp:net_unittests', |
| 1795 '../printing/printing.gyp:printing_unittests', | 1795 '../printing/printing.gyp:printing_unittests', |
| 1796 'ui_tests', | 1796 # Mac coverage bot having trouble launching a profiled |
| 1797 # Chromium from within ui_tests; disabling for now. |
| 1798 # 'ui_tests', |
| 1797 'unit_tests', | 1799 'unit_tests', |
| 1798 ], | 1800 ], |
| 1799 'actions': [ | 1801 'actions': [ |
| 1800 { | 1802 { |
| 1801 # 'message' for Linux/scons in particular. Scons | 1803 # 'message' for Linux/scons in particular. Scons |
| 1802 # requires the 'coverage' target be run from within | 1804 # requires the 'coverage' target be run from within |
| 1803 # src/chrome. | 1805 # src/chrome. |
| 1804 'message': 'Running coverage_posix.py to generate coverage numbers
', | 1806 'message': 'Running coverage_posix.py to generate coverage numbers
', |
| 1805 # MSVS must have an input file and an output file. | 1807 # MSVS must have an input file and an output file. |
| 1806 'inputs': [ '../tools/code_coverage/coverage_posix.py' ], | 1808 'inputs': [ '../tools/code_coverage/coverage_posix.py' ], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 1823 ] | 1825 ] |
| 1824 }], # 'coverage!=0' | 1826 }], # 'coverage!=0' |
| 1825 ], # 'conditions' | 1827 ], # 'conditions' |
| 1826 } | 1828 } |
| 1827 | 1829 |
| 1828 # Local Variables: | 1830 # Local Variables: |
| 1829 # tab-width:2 | 1831 # tab-width:2 |
| 1830 # indent-tabs-mode:nil | 1832 # indent-tabs-mode:nil |
| 1831 # End: | 1833 # End: |
| 1832 # vim: set expandtab tabstop=2 shiftwidth=2: | 1834 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |