diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-31 18:08:28 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-31 18:08:28 +0000 |
commit | 012205d7d6c9779431833dbd415d1ef46633ccbe (patch) | |
tree | 200545401039aa07781804ebae3785ee899abb52 /remoting | |
parent | 680aa41d3d4268f1930d8b71e99611e473fe179a (diff) | |
download | chromium_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 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index a100022..4835be6 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -2181,7 +2181,7 @@ '<(RULE_INPUT_PATH)', ], 'process_outputs_as_sources': 1, - 'message': 'Running message compiler on <(RULE_INPUT_PATH).', + 'message': 'Running message compiler on <(RULE_INPUT_PATH)', }, ], }], |