| 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' ],
|
|
|