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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10533095: Added pyautolib (dependency to run pyauto tests) to coverage_build target. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | tools/code_coverage/coverage_posix.py » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 4568 matching lines...) Expand 10 before | Expand all | Expand 10 after
4579 #'../net/net.gyp:curvecp_unittests', 4579 #'../net/net.gyp:curvecp_unittests',
4580 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', 4580 '../build/temp_gyp/googleurl.gyp:googleurl_unittests',
4581 'gpu_tests', 4581 'gpu_tests',
4582 '../jingle/jingle.gyp:jingle_unittests', 4582 '../jingle/jingle.gyp:jingle_unittests',
4583 '../net/net.gyp:net_perftests', 4583 '../net/net.gyp:net_perftests',
4584 'performance_ui_tests', 4584 'performance_ui_tests',
4585 'reliability_tests', 4585 'reliability_tests',
4586 'safe_browsing_tests', 4586 'safe_browsing_tests',
4587 'sync_integration_tests', 4587 'sync_integration_tests',
4588 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy p:webkit_unit_tests', 4588 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy p:webkit_unit_tests',
4589 'pyautolib',
4589 ]}], 4590 ]}],
4590 ['OS=="mac"', { 4591 ['OS=="mac"', {
4591 'dependencies': [ 4592 'dependencies': [
4592 # Placeholder; empty for now. 4593 # Placeholder; empty for now.
4593 ]}], 4594 ]}],
4594 ], # 'conditions' 4595 ], # 'conditions'
4595 'actions': [ 4596 'actions': [
4596 { 4597 {
4597 # 'message' for Linux/scons in particular. Scons 4598 # 'message' for Linux/scons in particular. Scons
4598 # requires the 'coverage' target be run from within 4599 # requires the 'coverage' target be run from within
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
4667 # Use outputs of this action as inputs for the main target build. 4668 # Use outputs of this action as inputs for the main target build.
4668 # Seems as a misnomer but makes this happy on Linux (scons). 4669 # Seems as a misnomer but makes this happy on Linux (scons).
4669 'process_outputs_as_sources': 1, 4670 'process_outputs_as_sources': 1,
4670 }, 4671 },
4671 ], # 'actions' 4672 ], # 'actions'
4672 }, 4673 },
4673 ] 4674 ]
4674 }], # 'coverage!=0' 4675 }], # 'coverage!=0'
4675 ], # 'conditions' 4676 ], # 'conditions'
4676 } 4677 }
OLDNEW
« no previous file with comments | « no previous file | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698