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 /build/linux | |
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 'build/linux')
-rw-r--r-- | build/linux/system.gyp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index 68e1c0a..4a7e857 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -285,7 +285,7 @@ 'g_settings_get_strv', 'g_settings_list_schemas', ], - 'message': 'Generating libgio library loader.', + 'message': 'Generating libgio library loader', 'process_outputs_as_sources': 1, }, ], @@ -471,7 +471,7 @@ 'brlapi__writeDots', 'brlapi__readKey', ], - 'message': 'Generating libbrlapi library loader.', + 'message': 'Generating libbrlapi library loader', 'process_outputs_as_sources': 1, }, ], @@ -562,7 +562,7 @@ 'pci_fill_info', 'pci_lookup_name', ], - 'message': 'Generating libpci library loader.', + 'message': 'Generating libpci library loader', 'process_outputs_as_sources': 1, }, ], @@ -650,7 +650,7 @@ 'spd_list_modules', 'spd_set_output_module', ], - 'message': 'Generating libspeechd library loader.', + 'message': 'Generating libspeechd library loader', 'process_outputs_as_sources': 1, }, ], |