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 | |
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
-rw-r--r-- | build/android/finalize_apk_action.gypi | 2 | ||||
-rw-r--r-- | build/android/write_ordered_libraries.gypi | 2 | ||||
-rw-r--r-- | build/java_apk.gypi | 2 | ||||
-rw-r--r-- | build/linux/system.gyp | 8 | ||||
-rw-r--r-- | build/shim_headers.gypi | 2 | ||||
-rw-r--r-- | chrome/chrome_resources.gyp | 2 | ||||
-rw-r--r-- | chrome/chrome_tests.gypi | 8 | ||||
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 4 | ||||
-rw-r--r-- | media/media.gyp | 2 | ||||
-rw-r--r-- | remoting/remoting.gyp | 2 | ||||
-rw-r--r-- | third_party/yasm/yasm.gyp | 24 | ||||
-rw-r--r-- | third_party/yasm/yasm_compile.gypi | 2 |
12 files changed, 30 insertions, 30 deletions
diff --git a/build/android/finalize_apk_action.gypi b/build/android/finalize_apk_action.gypi index 5ee6043..b88bbba 100644 --- a/build/android/finalize_apk_action.gypi +++ b/build/android/finalize_apk_action.gypi @@ -18,7 +18,7 @@ # { - 'message': 'Signing/aligning <(_target_name) APK: <(input_apk_path).', + 'message': 'Signing/aligning <(_target_name) APK: <(input_apk_path)', 'variables': { 'inputs': [], 'keystore_path%': '<(DEPTH)/build/android/ant/chromium-debug.keystore', diff --git a/build/android/write_ordered_libraries.gypi b/build/android/write_ordered_libraries.gypi index 2b24500..e9b8ba5 100644 --- a/build/android/write_ordered_libraries.gypi +++ b/build/android/write_ordered_libraries.gypi @@ -20,7 +20,7 @@ { 'action_name': 'ordered_libraries_<(_target_name)', - 'message': 'Writing dependency ordered libraries for <(_target_name).', + 'message': 'Writing dependency ordered libraries for <(_target_name)', 'variables': { 'input_libraries%': [], }, diff --git a/build/java_apk.gypi b/build/java_apk.gypi index afc2bab..2485ed5 100644 --- a/build/java_apk.gypi +++ b/build/java_apk.gypi @@ -232,7 +232,7 @@ }, { 'action_name': 'native_libraries_template_data_<(_target_name)', - 'message': 'Creating native_libraries_list.h for <(_target_name).', + 'message': 'Creating native_libraries_list.h for <(_target_name)', 'inputs': [ '<(DEPTH)/build/android/gyp/util/build_utils.py', '<(DEPTH)/build/android/gyp/create_native_libraries_header.py', 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, }, ], diff --git a/build/shim_headers.gypi b/build/shim_headers.gypi index 997a4d0..56d8d3a7 100644 --- a/build/shim_headers.gypi +++ b/build/shim_headers.gypi @@ -54,7 +54,7 @@ '<@(generator_args)', '--generate', ], - 'message': 'Generating <(_target_name) shim headers.', + 'message': 'Generating <(_target_name) shim headers', }, ], } diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index 8824345..744cc36 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -468,7 +468,7 @@ 'credits', '<(about_credits_file)', ], - 'message': 'Generating about:credits.', + 'message': 'Generating about:credits', }, ], }, diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 1d4abb8..326ea38 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2734,7 +2734,7 @@ '<@(swig_args)', 'test/pyautolib/pyautolib.i', ], - 'message': 'Generating swig wrappers for pyautolib.', + 'message': 'Generating swig wrappers for pyautolib', 'msvs_cygwin_shell': 1, }, ], # actions @@ -2932,7 +2932,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' ], @@ -3021,7 +3021,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): @@ -3075,7 +3075,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' ], 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' ], diff --git a/media/media.gyp b/media/media.gyp index b8f82cb..7354dfa 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -673,7 +673,7 @@ '<@(_inputs)', ], 'process_outputs_as_sources': 1, - 'message': 'Generating Pulse stubs for dynamic loading.', + 'message': 'Generating Pulse stubs for dynamic loading', }, ], 'conditions': [ 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)', }, ], }], 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 } |