OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 4329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4340 'target_name': 'security_tests', | 4340 'target_name': 'security_tests', |
4341 'type': 'shared_library', | 4341 'type': 'shared_library', |
4342 'include_dirs': [ | 4342 'include_dirs': [ |
4343 '..', | 4343 '..', |
4344 ], | 4344 ], |
4345 'sources': [ | 4345 'sources': [ |
4346 'test/security_tests/ipc_security_tests.cc', | 4346 'test/security_tests/ipc_security_tests.cc', |
4347 'test/security_tests/ipc_security_tests.h', | 4347 'test/security_tests/ipc_security_tests.h', |
4348 'test/security_tests/security_tests.cc', | 4348 'test/security_tests/security_tests.cc', |
4349 '../content/common/injection_test_dll.h', | 4349 '../content/common/injection_test_dll.h', |
4350 '../sandbox/tests/validation_tests/commands.cc', | 4350 '../sandbox/win/tests/validation_tests/commands.cc', |
4351 '../sandbox/tests/validation_tests/commands.h', | 4351 '../sandbox/win/tests/validation_tests/commands.h', |
4352 ], | 4352 ], |
4353 }, | 4353 }, |
4354 ]}, # 'targets' | 4354 ]}, # 'targets' |
4355 ], # OS=="win" | 4355 ], # OS=="win" |
4356 # If you change this condition, make sure you also change it in all.gyp | 4356 # If you change this condition, make sure you also change it in all.gyp |
4357 # for the chromium_builder_qa target. | 4357 # for the chromium_builder_qa target. |
4358 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and targe
t_arch==python_arch))', { | 4358 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and targe
t_arch==python_arch))', { |
4359 'targets': [ | 4359 'targets': [ |
4360 { | 4360 { |
4361 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 4361 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4669 # Use outputs of this action as inputs for the main target build. | 4669 # Use outputs of this action as inputs for the main target build. |
4670 # Seems as a misnomer but makes this happy on Linux (scons). | 4670 # Seems as a misnomer but makes this happy on Linux (scons). |
4671 'process_outputs_as_sources': 1, | 4671 'process_outputs_as_sources': 1, |
4672 }, | 4672 }, |
4673 ], # 'actions' | 4673 ], # 'actions' |
4674 }, | 4674 }, |
4675 ] | 4675 ] |
4676 }], # 'coverage!=0' | 4676 }], # 'coverage!=0' |
4677 ], # 'conditions' | 4677 ], # 'conditions' |
4678 } | 4678 } |
OLD | NEW |