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

Side by Side Diff: third_party/protobuf/java/core/generate-sources-build.xml

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <project name="generate-sources">
2 <echo message="Running protoc ..."/>
3 <mkdir dir="${generated.sources.dir}"/>
4 <exec executable="${protoc}">
5 <arg value="--java_out=${generated.sources.dir}"/>
6 <arg value="--proto_path=${protobuf.source.dir}"/>
7 <arg value="${protobuf.source.dir}/google/protobuf/any.proto"/>
8 <arg value="${protobuf.source.dir}/google/protobuf/api.proto"/>
9 <arg value="${protobuf.source.dir}/google/protobuf/descriptor.proto"/>
10 <arg value="${protobuf.source.dir}/google/protobuf/duration.proto"/>
11 <arg value="${protobuf.source.dir}/google/protobuf/empty.proto"/>
12 <arg value="${protobuf.source.dir}/google/protobuf/field_mask.proto"/>
13 <arg value="${protobuf.source.dir}/google/protobuf/source_context.proto" />
14 <arg value="${protobuf.source.dir}/google/protobuf/struct.proto"/>
15 <arg value="${protobuf.source.dir}/google/protobuf/timestamp.proto"/>
16 <arg value="${protobuf.source.dir}/google/protobuf/type.proto"/>
17 <arg value="${protobuf.source.dir}/google/protobuf/wrappers.proto"/>
18 <arg value="${protobuf.source.dir}/google/protobuf/compiler/plugin.proto "/>
19 </exec>
20 </project>
OLDNEW
« no previous file with comments | « third_party/protobuf/generate_descriptor_proto.sh ('k') | third_party/protobuf/java/core/generate-test-sources-build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698