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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5794006: Fix pyautolib so that it builds on Windows in multi-dll mode.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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 | « no previous file | third_party/swig/Lib/python/pyruntime.swg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 3224 matching lines...) Expand 10 before | Expand all | Expand 10 after
3235 ], 3235 ],
3236 }, 3236 },
3237 'sources': [ 3237 'sources': [
3238 'test/chrome_plugin/test_chrome_plugin.cc', 3238 'test/chrome_plugin/test_chrome_plugin.cc',
3239 'test/chrome_plugin/test_chrome_plugin.def', 3239 'test/chrome_plugin/test_chrome_plugin.def',
3240 'test/chrome_plugin/test_chrome_plugin.h', 3240 'test/chrome_plugin/test_chrome_plugin.h',
3241 ], 3241 ],
3242 }, 3242 },
3243 ]}, # 'targets' 3243 ]}, # 'targets'
3244 ], # OS=="win" 3244 ], # OS=="win"
3245 ['OS=="mac" or (OS=="win" and component=="static_library") ' 3245 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', {
3246 'or (OS=="linux" and target_arch==python_arch)', {
3247 'targets': [ 3246 'targets': [
3248 { 3247 {
3249 # Documentation: http://dev.chromium.org/developers/testing/pyauto 3248 # Documentation: http://dev.chromium.org/developers/testing/pyauto
3250 'target_name': 'pyautolib', 3249 'target_name': 'pyautolib',
3251 'type': 'shared_library', 3250 'type': 'shared_library',
3252 'product_prefix': '_', 3251 'product_prefix': '_',
3253 'dependencies': [ 3252 'dependencies': [
3254 'chrome', 3253 'chrome',
3255 'debugger', 3254 'debugger',
3256 'syncapi', 3255 'syncapi',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
3560 ] 3559 ]
3561 }], # 'coverage!=0' 3560 }], # 'coverage!=0'
3562 ], # 'conditions' 3561 ], # 'conditions'
3563 } 3562 }
3564 3563
3565 # Local Variables: 3564 # Local Variables:
3566 # tab-width:2 3565 # tab-width:2
3567 # indent-tabs-mode:nil 3566 # indent-tabs-mode:nil
3568 # End: 3567 # End:
3569 # vim: set expandtab tabstop=2 shiftwidth=2: 3568 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | third_party/swig/Lib/python/pyruntime.swg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698