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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 2170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2181 # OpenSSL build does not support firefox importer. See | 2181 # OpenSSL build does not support firefox importer. See |
2182 # http://crbug.com/64926 | 2182 # http://crbug.com/64926 |
2183 ['exclude', '^browser/importer/'], | 2183 ['exclude', '^browser/importer/'], |
2184 ], | 2184 ], |
2185 }], | 2185 }], |
2186 ['use_cups==1 and OS!="mac"', { | 2186 ['use_cups==1 and OS!="mac"', { |
2187 'defines': [ | 2187 'defines': [ |
2188 'USE_CUPS', | 2188 'USE_CUPS', |
2189 ], | 2189 ], |
2190 'sources': [ | 2190 'sources': [ |
2191 'browser/printing/print_system_task_proxy_unittest.cc', | 2191 'browser/ui/webui/print_preview_handler_unittest.cc', |
2192 ], | 2192 ], |
2193 }], | 2193 }], |
2194 ], | 2194 ], |
2195 }, | 2195 }, |
2196 { | 2196 { |
2197 # Executable that runs each browser test in a new process. | 2197 # Executable that runs each browser test in a new process. |
2198 'target_name': 'browser_tests', | 2198 'target_name': 'browser_tests', |
2199 'type': 'executable', | 2199 'type': 'executable', |
2200 'variables': { | 2200 'variables': { |
2201 'gypv8sh': '../tools/gypv8sh.py', | 2201 'gypv8sh': '../tools/gypv8sh.py', |
(...skipping 1845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4047 # Use outputs of this action as inputs for the main target build. | 4047 # Use outputs of this action as inputs for the main target build. |
4048 # Seems as a misnomer but makes this happy on Linux (scons). | 4048 # Seems as a misnomer but makes this happy on Linux (scons). |
4049 'process_outputs_as_sources': 1, | 4049 'process_outputs_as_sources': 1, |
4050 }, | 4050 }, |
4051 ], # 'actions' | 4051 ], # 'actions' |
4052 }, | 4052 }, |
4053 ] | 4053 ] |
4054 }], # 'coverage!=0' | 4054 }], # 'coverage!=0' |
4055 ], # 'conditions' | 4055 ], # 'conditions' |
4056 } | 4056 } |
OLD | NEW |