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

Unified Diff: build/config/android/rules.gni

Issue 1552073002: Fix proto_java_library comment example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 7d93fe6c300d3249a307853cc2ccd29f60baacc7..0ba7996ae7038f27b9d8e95c4721ac0fd342f81d 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -2211,7 +2211,7 @@ template("create_native_executable_dist") {
#
# Example:
# proto_java_library("foo_proto_java") {
-# proto_path = [ "src/foo" ]
+# proto_path = "src/foo"
# sources = [ "$proto_path/foo.proto" ]
# }
template("proto_java_library") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698