OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
10 ], | 10 ], |
(...skipping 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2140 # Cross platform test bundles. If you add new tests you may | 2140 # Cross platform test bundles. If you add new tests you may |
2141 # need to update the croc configs. For example, see the | 2141 # need to update the croc configs. For example, see the |
2142 # first regexp in build/(linux|mac|win)/chrome_*.croc. | 2142 # first regexp in build/(linux|mac|win)/chrome_*.croc. |
2143 'dependencies': [ | 2143 'dependencies': [ |
2144 'automated_ui_tests', | 2144 'automated_ui_tests', |
2145 '../app/app.gyp:app_unittests', | 2145 '../app/app.gyp:app_unittests', |
2146 '../base/base.gyp:base_unittests', | 2146 '../base/base.gyp:base_unittests', |
2147 'browser_tests', | 2147 'browser_tests', |
2148 '../ipc/ipc.gyp:ipc_tests', | 2148 '../ipc/ipc.gyp:ipc_tests', |
2149 '../media/media.gyp:media_unittests', | 2149 '../media/media.gyp:media_unittests', |
| 2150 'nacl_ui_tests', |
2150 '../net/net.gyp:net_unittests', | 2151 '../net/net.gyp:net_unittests', |
2151 '../printing/printing.gyp:printing_unittests', | 2152 '../printing/printing.gyp:printing_unittests', |
2152 # ui_tests seem unhappy on both Mac and Win when run under | 2153 # ui_tests seem unhappy on both Mac and Win when run under |
2153 # coverage (all tests fail, often with a | 2154 # coverage (all tests fail, often with a |
2154 # "server_->WaitForInitialLoads()"). TODO(jrg): | 2155 # "server_->WaitForInitialLoads()"). TODO(jrg): |
2155 # investigate why. | 2156 # investigate why. |
2156 # 'ui_tests', | 2157 # 'ui_tests', |
2157 'unit_tests', | 2158 'unit_tests', |
2158 ], | 2159 ], |
2159 # Platform specific unit test bundles. Unless staging | 2160 # Platform specific unit test bundles. Unless staging |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2207 ] | 2208 ] |
2208 }], # 'coverage!=0' | 2209 }], # 'coverage!=0' |
2209 ], # 'conditions' | 2210 ], # 'conditions' |
2210 } | 2211 } |
2211 | 2212 |
2212 # Local Variables: | 2213 # Local Variables: |
2213 # tab-width:2 | 2214 # tab-width:2 |
2214 # indent-tabs-mode:nil | 2215 # indent-tabs-mode:nil |
2215 # End: | 2216 # End: |
2216 # vim: set expandtab tabstop=2 shiftwidth=2: | 2217 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |