Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12334038: Disable pyauto for Win64 build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698