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