| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 904898e0992f001976a0816889c81979e2fe905b..9f3e467772c508e4122ecf6e83d9b177e898369a 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2732,7 +2732,7 @@
|
| '<@(swig_args)',
|
| 'test/pyautolib/pyautolib.i',
|
| ],
|
| - 'message': 'Generating swig wrappers for pyautolib.',
|
| + 'message': 'Generating swig wrappers for pyautolib',
|
| 'msvs_cygwin_shell': 1,
|
| },
|
| ], # actions
|
| @@ -2930,7 +2930,7 @@
|
| 'type': 'none',
|
| 'actions': [
|
| {
|
| - 'message': 'Coverage is now complete.',
|
| + 'message': 'Coverage is now complete',
|
| # MSVS must have an input file and an output file.
|
| 'inputs': [ '<(PRODUCT_DIR)/coverage.info' ],
|
| 'outputs': [ '<(PRODUCT_DIR)/coverage-build-and-run.stamp' ],
|
| @@ -3019,7 +3019,7 @@
|
| # 'message' for Linux/scons in particular. Scons
|
| # requires the 'coverage' target be run from within
|
| # src/chrome.
|
| - 'message': 'Compiling coverage bundles.',
|
| + 'message': 'Compiling coverage bundles',
|
| # MSVS must have an input file and an output file.
|
| #
|
| # TODO(jrg):
|
| @@ -3073,7 +3073,7 @@
|
| # 'message' for Linux/scons in particular. Scons
|
| # requires the 'coverage' target be run from within
|
| # src/chrome.
|
| - 'message': 'Running the coverage script. NOT building anything.',
|
| + 'message': 'Running the coverage script, NOT building anything',
|
| # MSVS must have an input file and an output file.
|
| 'inputs': [ '<(PRODUCT_DIR)/coverage_bundles.py' ],
|
| 'outputs': [ '<(PRODUCT_DIR)/coverage.info' ],
|
|
|