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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2052 }], | 2052 }], |
2053 ['p2p_apis==1', { | 2053 ['p2p_apis==1', { |
2054 'sources': [ | 2054 'sources': [ |
2055 '../content/browser/renderer_host/p2p/socket_host_test_utils.h', | 2055 '../content/browser/renderer_host/p2p/socket_host_test_utils.h', |
2056 '../content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | 2056 '../content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc', |
2057 '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittes
t.cc', | 2057 '../content/browser/renderer_host/p2p/socket_host_tcp_server_unittes
t.cc', |
2058 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 2058 '../content/browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
2059 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', | 2059 '../content/renderer/p2p/p2p_transport_impl_unittest.cc', |
2060 ], | 2060 ], |
2061 }], | 2061 }], |
| 2062 ['use_aura==1', { |
| 2063 'sources/': [ |
| 2064 ['exclude', '^browser/automation/automation_provider_unittest.cc'], |
| 2065 ], |
| 2066 }], |
2062 ['touchui==0', { | 2067 ['touchui==0', { |
2063 'sources/': [ | 2068 'sources/': [ |
2064 ['exclude', '^browser/ui/touch/'], | 2069 ['exclude', '^browser/ui/touch/'], |
2065 ['exclude', '^browser/ui/webui/chromeos/login/'], | 2070 ['exclude', '^browser/ui/webui/chromeos/login/'], |
2066 ], | 2071 ], |
2067 }], | 2072 }], |
2068 ['file_manager_extension==0', { | 2073 ['file_manager_extension==0', { |
2069 'sources!': [ | 2074 'sources!': [ |
2070 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 2075 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
2071 ], | 2076 ], |
(...skipping 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4296 # 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. |
4297 # Seems as a misnomer but makes this happy on Linux (scons). | 4302 # Seems as a misnomer but makes this happy on Linux (scons). |
4298 'process_outputs_as_sources': 1, | 4303 'process_outputs_as_sources': 1, |
4299 }, | 4304 }, |
4300 ], # 'actions' | 4305 ], # 'actions' |
4301 }, | 4306 }, |
4302 ] | 4307 ] |
4303 }], # 'coverage!=0' | 4308 }], # 'coverage!=0' |
4304 ], # 'conditions' | 4309 ], # 'conditions' |
4305 } | 4310 } |
OLD | NEW |