OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 # Variables for js2gtest rules | 6 # Variables for js2gtest rules |
7 'gypv8sh': '../tools/gypv8sh.py', | 7 'gypv8sh': '../tools/gypv8sh.py', |
8 'js2gtest': 'test/base/js2gtest.js', | 8 'js2gtest': 'test/base/js2gtest.js', |
9 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
(...skipping 4177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4188 '../base/base.gyp:base_unittests', | 4188 '../base/base.gyp:base_unittests', |
4189 # browser_tests's use of subprocesses chokes gcov on 10.6? | 4189 # browser_tests's use of subprocesses chokes gcov on 10.6? |
4190 # Disabling for now (enabled on linux/windows below). | 4190 # Disabling for now (enabled on linux/windows below). |
4191 # 'browser_tests', | 4191 # 'browser_tests', |
4192 '../ipc/ipc.gyp:ipc_tests', | 4192 '../ipc/ipc.gyp:ipc_tests', |
4193 '../media/media.gyp:media_unittests', | 4193 '../media/media.gyp:media_unittests', |
4194 '../net/net.gyp:net_unittests', | 4194 '../net/net.gyp:net_unittests', |
4195 '../printing/printing.gyp:printing_unittests', | 4195 '../printing/printing.gyp:printing_unittests', |
4196 '../remoting/remoting.gyp:remoting_unittests', | 4196 '../remoting/remoting.gyp:remoting_unittests', |
4197 '../sql/sql.gyp:sql_unittests', | 4197 '../sql/sql.gyp:sql_unittests', |
| 4198 '../content/content.gyp:content_unittests', |
4198 # ui_tests seem unhappy on both Mac and Win when run under | 4199 # ui_tests seem unhappy on both Mac and Win when run under |
4199 # coverage (all tests fail, often with a | 4200 # coverage (all tests fail, often with a |
4200 # "server_->WaitForInitialLoads()"). TODO(jrg): | 4201 # "server_->WaitForInitialLoads()"). TODO(jrg): |
4201 # investigate why. | 4202 # investigate why. |
4202 # 'ui_tests', | 4203 # 'ui_tests', |
4203 'unit_tests', | 4204 'unit_tests', |
4204 'sync_unit_tests', | 4205 'sync_unit_tests', |
4205 ], # 'dependencies' | 4206 ], # 'dependencies' |
4206 'conditions': [ | 4207 'conditions': [ |
4207 ['OS=="win"', { | 4208 ['OS=="win"', { |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4300 # Use outputs of this action as inputs for the main target build. | 4301 # Use outputs of this action as inputs for the main target build. |
4301 # Seems as a misnomer but makes this happy on Linux (scons). | 4302 # Seems as a misnomer but makes this happy on Linux (scons). |
4302 'process_outputs_as_sources': 1, | 4303 'process_outputs_as_sources': 1, |
4303 }, | 4304 }, |
4304 ], # 'actions' | 4305 ], # 'actions' |
4305 }, | 4306 }, |
4306 ] | 4307 ] |
4307 }], # 'coverage!=0' | 4308 }], # 'coverage!=0' |
4308 ], # 'conditions' | 4309 ], # 'conditions' |
4309 } | 4310 } |
OLD | NEW |