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

Unified Diff: chrome/chrome.gyp

Issue 141016: Fix Linux code coverage. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 18506)
+++ chrome/chrome.gyp (working copy)
@@ -4661,7 +4661,9 @@
],
'actions': [
{
- # 'message' for Linux/scons in particular
+ # 'message' for Linux/scons in particular. Scons
+ # requires the 'coverage' target be run from within
+ # src/chrome.
'message': 'Running coverage_posix.py to generate coverage numbers',
'inputs': [],
'outputs': [],
« 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