OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 3357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3368 ], | 3368 ], |
3369 }, | 3369 }, |
3370 'sources': [ | 3370 'sources': [ |
3371 'test/chrome_plugin/test_chrome_plugin.cc', | 3371 'test/chrome_plugin/test_chrome_plugin.cc', |
3372 'test/chrome_plugin/test_chrome_plugin.def', | 3372 'test/chrome_plugin/test_chrome_plugin.def', |
3373 'test/chrome_plugin/test_chrome_plugin.h', | 3373 'test/chrome_plugin/test_chrome_plugin.h', |
3374 ], | 3374 ], |
3375 }, | 3375 }, |
3376 ]}, # 'targets' | 3376 ]}, # 'targets' |
3377 ], # OS=="win" | 3377 ], # OS=="win" |
| 3378 # If you change this condition, make sure you also change it in all.gyp |
| 3379 # for the chromium_builder_qa target. |
3378 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { | 3380 ['OS=="mac" or OS=="win" or (OS=="linux" and target_arch==python_arch)', { |
3379 'targets': [ | 3381 'targets': [ |
3380 { | 3382 { |
3381 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 3383 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
3382 'target_name': 'pyautolib', | 3384 'target_name': 'pyautolib', |
3383 'type': 'shared_library', | 3385 'type': 'shared_library', |
3384 'product_prefix': '_', | 3386 'product_prefix': '_', |
3385 'dependencies': [ | 3387 'dependencies': [ |
3386 'chrome', | 3388 'chrome', |
3387 'policy', | 3389 'policy', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3695 ] | 3697 ] |
3696 }], # 'coverage!=0' | 3698 }], # 'coverage!=0' |
3697 ], # 'conditions' | 3699 ], # 'conditions' |
3698 } | 3700 } |
3699 | 3701 |
3700 # Local Variables: | 3702 # Local Variables: |
3701 # tab-width:2 | 3703 # tab-width:2 |
3702 # indent-tabs-mode:nil | 3704 # indent-tabs-mode:nil |
3703 # End: | 3705 # End: |
3704 # vim: set expandtab tabstop=2 shiftwidth=2: | 3706 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |