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 4338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4349 'target_name': 'security_tests', | 4349 'target_name': 'security_tests', |
4350 'type': 'shared_library', | 4350 'type': 'shared_library', |
4351 'include_dirs': [ | 4351 'include_dirs': [ |
4352 '..', | 4352 '..', |
4353 ], | 4353 ], |
4354 'sources': [ | 4354 'sources': [ |
4355 'test/security_tests/ipc_security_tests.cc', | 4355 'test/security_tests/ipc_security_tests.cc', |
4356 'test/security_tests/ipc_security_tests.h', | 4356 'test/security_tests/ipc_security_tests.h', |
4357 'test/security_tests/security_tests.cc', | 4357 'test/security_tests/security_tests.cc', |
4358 '../content/common/injection_test_dll.h', | 4358 '../content/common/injection_test_dll.h', |
4359 '../sandbox/tests/validation_tests/commands.cc', | 4359 '../sandbox/win/tests/validation_tests/commands.cc', |
4360 '../sandbox/tests/validation_tests/commands.h', | 4360 '../sandbox/win/tests/validation_tests/commands.h', |
4361 ], | 4361 ], |
4362 }, | 4362 }, |
4363 ]}, # 'targets' | 4363 ]}, # 'targets' |
4364 ], # OS=="win" | 4364 ], # OS=="win" |
4365 # If you change this condition, make sure you also change it in all.gyp | 4365 # If you change this condition, make sure you also change it in all.gyp |
4366 # for the chromium_builder_qa target. | 4366 # for the chromium_builder_qa target. |
4367 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and targe
t_arch==python_arch))', { | 4367 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and targe
t_arch==python_arch))', { |
4368 'targets': [ | 4368 'targets': [ |
4369 { | 4369 { |
4370 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 4370 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4700 'input_jars_paths': [ | 4700 'input_jars_paths': [ |
4701 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 4701 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
4702 ], | 4702 ], |
4703 }, | 4703 }, |
4704 'includes': [ '../build/apk_test.gypi' ], | 4704 'includes': [ '../build/apk_test.gypi' ], |
4705 }, | 4705 }, |
4706 ], | 4706 ], |
4707 }], | 4707 }], |
4708 ], # 'conditions' | 4708 ], # 'conditions' |
4709 } | 4709 } |
OLD | NEW |