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

Unified Diff: chrome/chrome_tests.gypi

Issue 51843002: Remove trailing "." from message lines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « chrome/chrome_resources.gyp ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698