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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6368109: Add new target for building qa-related targets on the qa waterfall. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 9 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/all.gyp ('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 (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
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
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:
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698