OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 2682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2693 }, | 2693 }, |
2694 }, | 2694 }, |
2695 }, | 2695 }, |
2696 }], | 2696 }], |
2697 ], | 2697 ], |
2698 }, | 2698 }, |
2699 ]}, # 'targets' | 2699 ]}, # 'targets' |
2700 ], | 2700 ], |
2701 # If you change this condition, make sure you also change it in all.gyp | 2701 # If you change this condition, make sure you also change it in all.gyp |
2702 # for the chromium_builder_qa target. | 2702 # for the chromium_builder_qa target. |
2703 ['enable_automation==1 and (OS=="mac" or OS=="win" or (os_posix==1 and targe
t_arch==python_arch))', { | 2703 ['enable_automation==1 and (OS=="mac" or ((OS=="win" or os_posix==1) and tar
get_arch==python_arch))', { |
2704 'targets': [ | 2704 'targets': [ |
2705 { | 2705 { |
2706 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 2706 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
2707 'target_name': 'pyautolib', | 2707 'target_name': 'pyautolib', |
2708 'type': 'loadable_module', | 2708 'type': 'loadable_module', |
2709 'product_prefix': '_', | 2709 'product_prefix': '_', |
2710 'dependencies': [ | 2710 'dependencies': [ |
2711 'chrome', | 2711 'chrome', |
2712 'chrome_resources.gyp:chrome_resources', | 2712 'chrome_resources.gyp:chrome_resources', |
2713 'chrome_resources.gyp:chrome_strings', | 2713 'chrome_resources.gyp:chrome_strings', |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3144 # more details. | 3144 # more details. |
3145 'DebugInformationFormat': '3', | 3145 'DebugInformationFormat': '3', |
3146 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3146 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3147 }, | 3147 }, |
3148 }, | 3148 }, |
3149 }, | 3149 }, |
3150 ], | 3150 ], |
3151 }], | 3151 }], |
3152 ], # 'conditions' | 3152 ], # 'conditions' |
3153 } | 3153 } |
OLD | NEW |