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

Unified Diff: build/java_apk.gypi

Issue 130873002: Remove trailing periods from rule messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | chrome/chrome_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 5ca61e3794e32e4f6ce9b2d08599875e557979ff..036d569a878dd88eafafaaa0f79c462a98ff734e 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -289,7 +289,7 @@
'<@(linker_tests_gcc_preprocess_defines)',
],
},
- 'message': 'Creating NativeLibraries.java for <(_target_name).',
+ 'message': 'Creating NativeLibraries.java for <(_target_name)',
'inputs': [
'<(DEPTH)/build/android/gyp/util/build_utils.py',
'<(DEPTH)/build/android/gyp/gcc_preprocess.py',
@@ -340,7 +340,7 @@
},
{
'action_name': 'create device library symlinks',
- 'message': 'Creating links on device for <(_target_name).',
+ 'message': 'Creating links on device for <(_target_name)',
'inputs': [
'<(DEPTH)/build/android/gyp/util/build_utils.py',
'<(DEPTH)/build/android/gyp/create_device_library_links.py',
@@ -684,7 +684,7 @@
},
{
'action_name': 'ant package resources',
- 'message': 'Packaging resources for <(_target_name) APK.',
+ 'message': 'Packaging resources for <(_target_name) APK',
'inputs': [
'<(DEPTH)/build/android/ant/apk-package-resources.xml',
'<(DEPTH)/build/android/gyp/util/build_utils.py',
@@ -737,7 +737,7 @@
},
{
'action_name': 'ant_package_<(_target_name)',
- 'message': 'Packaging <(_target_name).',
+ 'message': 'Packaging <(_target_name)',
'inputs': [
'<(DEPTH)/build/android/ant/apk-package.xml',
'<(DEPTH)/build/android/gyp/util/build_utils.py',
« no previous file with comments | « no previous file | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698