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 4288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4299 'test/security_tests/security_tests.cc', | 4299 'test/security_tests/security_tests.cc', |
4300 '../content/common/injection_test_dll.h', | 4300 '../content/common/injection_test_dll.h', |
4301 '../sandbox/tests/validation_tests/commands.cc', | 4301 '../sandbox/tests/validation_tests/commands.cc', |
4302 '../sandbox/tests/validation_tests/commands.h', | 4302 '../sandbox/tests/validation_tests/commands.h', |
4303 ], | 4303 ], |
4304 }, | 4304 }, |
4305 ]}, # 'targets' | 4305 ]}, # 'targets' |
4306 ], # OS=="win" | 4306 ], # OS=="win" |
4307 # If you change this condition, make sure you also change it in all.gyp | 4307 # If you change this condition, make sure you also change it in all.gyp |
4308 # for the chromium_builder_qa target. | 4308 # for the chromium_builder_qa target. |
4309 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc
h)', { | 4309 ['OS == "mac" or OS == "win" or (os_posix == 1 and OS != "android" and targe
t_arch == python_arch)', { |
4310 'targets': [ | 4310 'targets': [ |
4311 { | 4311 { |
4312 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 4312 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
4313 'target_name': 'pyautolib', | 4313 'target_name': 'pyautolib', |
4314 'type': 'loadable_module', | 4314 'type': 'loadable_module', |
4315 'product_prefix': '_', | 4315 'product_prefix': '_', |
4316 'dependencies': [ | 4316 'dependencies': [ |
4317 'chrome', | 4317 'chrome', |
4318 'chrome_resources.gyp:chrome_resources', | 4318 'chrome_resources.gyp:chrome_resources', |
4319 'chrome_resources.gyp:chrome_strings', | 4319 'chrome_resources.gyp:chrome_strings', |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4604 # Use outputs of this action as inputs for the main target build. | 4604 # Use outputs of this action as inputs for the main target build. |
4605 # Seems as a misnomer but makes this happy on Linux (scons). | 4605 # Seems as a misnomer but makes this happy on Linux (scons). |
4606 'process_outputs_as_sources': 1, | 4606 'process_outputs_as_sources': 1, |
4607 }, | 4607 }, |
4608 ], # 'actions' | 4608 ], # 'actions' |
4609 }, | 4609 }, |
4610 ] | 4610 ] |
4611 }], # 'coverage!=0' | 4611 }], # 'coverage!=0' |
4612 ], # 'conditions' | 4612 ], # 'conditions' |
4613 } | 4613 } |
OLD | NEW |