summaryrefslogtreecommitdiffstats
path: root/third_party/yasm
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 /third_party/yasm
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 'third_party/yasm')
-rw-r--r--third_party/yasm/yasm.gyp24
-rw-r--r--third_party/yasm/yasm_compile.gypi2
2 files changed, 13 insertions, 13 deletions
diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp
index 5f93573..f135421 100644
--- a/third_party/yasm/yasm.gyp
+++ b/third_party/yasm/yasm.gyp
@@ -187,7 +187,7 @@
],
# These files are #included, so do not treat them as sources.
'process_outputs_as_sources': 0,
- 'message': 'yasm gperf for <(RULE_INPUT_PATH).',
+ 'message': 'yasm gperf for <(RULE_INPUT_PATH)',
},
{
'rule_name': 'generate_re2c',
@@ -203,7 +203,7 @@
'<(RULE_INPUT_PATH)',
],
'process_outputs_as_sources': 1,
- 'message': 'yasm re2c for <(RULE_INPUT_PATH).',
+ 'message': 'yasm re2c for <(RULE_INPUT_PATH)',
},
],
'actions': [
@@ -226,7 +226,7 @@
# Not a direct source because this is #included by
# source/patched-yasm/modules/parsers/nasm/nasm-parser.c
'process_outputs_as_sources': 1,
- 'message': 'yasm genmacro for <(infile).',
+ 'message': 'yasm genmacro for <(infile)',
},
{
'action_name': 'generate_nasm_version',
@@ -245,7 +245,7 @@
# Not a direct source because this is #included by
# source/patched-yasm/modules/preprocs/nasm/nasm-preproc.c
'process_outputs_as_sources': 0,
- 'message': 'yasm genmacro for <(infile).',
+ 'message': 'yasm genmacro for <(infile)',
},
{
'action_name': 'generate_win64_gas',
@@ -264,7 +264,7 @@
# Not a direct source because this is #included by
# source/patched-yasm/modules/objfmts/coff/coff-objfmt.c
'process_outputs_as_sources': 0,
- 'message': 'yasm genmacro for <(infile).',
+ 'message': 'yasm genmacro for <(infile)',
},
{
'action_name': 'generate_win64_nasm',
@@ -285,7 +285,7 @@
# Not a direct source because this is #included by
# source/patched-yasm/modules/objfmts/coff/coff-objfmt.c
'process_outputs_as_sources': 0,
- 'message': 'yasm genmacro for <(infile).',
+ 'message': 'yasm genmacro for <(infile)',
},
###
@@ -310,7 +310,7 @@
# Not a direct source because this is #included by
# source/patched-yasm/frontends/yasm/yasm.c
'process_outputs_as_sources': 0,
- 'message': 'Generating yasm embeddable license.',
+ 'message': 'Generating yasm embeddable license',
},
###
@@ -334,7 +334,7 @@
'<(infile)'
],
'process_outputs_as_sources': 1,
- 'message': 'Generating yasm tokens for lc3b.',
+ 'message': 'Generating yasm tokens for lc3b',
},
###
@@ -360,7 +360,7 @@
'<(outfile)'
],
'process_outputs_as_sources': 1,
- 'message': 'Generating yasm module information.',
+ 'message': 'Generating yasm module information',
},
],
},
@@ -399,7 +399,7 @@
'<(shared_generated_dir)/<(RULE_INPUT_ROOT).c',
],
'process_outputs_as_sources': 0,
- 'message': 'yasm genperf for <(RULE_INPUT_PATH).',
+ 'message': 'yasm genperf for <(RULE_INPUT_PATH)',
},
],
'actions': [
@@ -420,7 +420,7 @@
'<(gen_insn_path)',
'<(shared_generated_dir)',
],
- 'message': 'Running <(gen_insn_path).',
+ 'message': 'Running <(gen_insn_path)',
'process_outputs_as_sources': 0,
},
{
@@ -433,7 +433,7 @@
'<(shared_generated_dir)/<(version_file)'
],
'message': 'Generating yasm version file: '
- '<(shared_generated_dir)/<(version_file).',
+ '<(shared_generated_dir)/<(version_file)',
'process_outputs_as_sources': 0,
},
],
diff --git a/third_party/yasm/yasm_compile.gypi b/third_party/yasm/yasm_compile.gypi
index ce72172..75b8705 100644
--- a/third_party/yasm/yasm_compile.gypi
+++ b/third_party/yasm/yasm_compile.gypi
@@ -113,7 +113,7 @@
'<(RULE_INPUT_PATH)',
],
'process_outputs_as_sources': 1,
- 'message': 'Compile assembly <(RULE_INPUT_PATH).',
+ 'message': 'Compile assembly <(RULE_INPUT_PATH)',
},
], # rules
}