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

Unified Diff: build/protoc_java.gypi

Issue 580343002: Add proto_java_library to gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: = Created 6 years, 3 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 | « build/config/android/rules.gni ('k') | build/protoc_java.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/protoc_java.gypi
diff --git a/build/protoc_java.gypi b/build/protoc_java.gypi
index e1525b00d7e69a3e8d645db37c9ab4ca085243df..9ed597becfe3e9f7678973783cc83d02679dd080 100644
--- a/build/protoc_java.gypi
+++ b/build/protoc_java.gypi
@@ -65,10 +65,10 @@
],
'action': [
'<(script)',
- '<(protoc)',
- '<(proto_in_dir)',
- '<(java_out_dir)',
- '<(stamp_file)',
+ '--protoc=<(protoc)',
+ '--proto-path=<(proto_in_dir)',
+ '--java-out-dir=<(java_out_dir)',
+ '--stamp=<(stamp_file)',
'<@(_sources)',
],
'message': 'Generating Java code from protobuf files in <(proto_in_dir)',
« no previous file with comments | « build/config/android/rules.gni ('k') | build/protoc_java.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698