Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / build / protoc_java.gypi
index e1525b0..9ed597b 100644 (file)
       ],
       '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)',