summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 18:08:28 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 18:08:28 +0000
commit012205d7d6c9779431833dbd415d1ef46633ccbe (patch)
tree200545401039aa07781804ebae3785ee899abb52 /chrome_frame
parent680aa41d3d4268f1930d8b71e99611e473fe179a (diff)
downloadchromium_src-012205d7d6c9779431833dbd415d1ef46633ccbe.zip
chromium_src-012205d7d6c9779431833dbd415d1ef46633ccbe.tar.gz
chromium_src-012205d7d6c9779431833dbd415d1ef46633ccbe.tar.bz2
Remove trailing "." from message lines.
cs.chromium.org has way fewer hits for 'message'.*\.',?$ file:gyp than for 'message'.*[^\.]',?$ file:gyp so standardize on the latter. BUG=none TEST=less ocd when watching build output NOTRY=true Review URL: https://codereview.chromium.org/51843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_frame.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 2d8554f..9eca9ac 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -835,7 +835,7 @@
'process_outputs_as_sources': 1,
'message':
'Assembling <(RULE_INPUT_PATH) to ' \
- '<(INTERMEDIATE_DIR)\<(RULE_INPUT_ROOT).obj.',
+ '<(INTERMEDIATE_DIR)\<(RULE_INPUT_ROOT).obj',
},
],
'msvs_settings': {
@@ -974,7 +974,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)/gcf_coverage.info' ],
'outputs': [ '<(PRODUCT_DIR)/gcf_coverage-build-and-run.stamp' ],