Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7905)

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 51843002: Remove trailing "." from message lines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 4d6dea74f06cb3dc447dfebae049770d60a9552b..cae725b221b3cef067dd3266f077e53aab1b3f3f 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -837,7 +837,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': {
@@ -976,7 +976,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' ],
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698