diff options
author | qsr <qsr@chromium.org> | 2014-08-27 08:18:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-27 15:19:23 +0000 |
commit | 063e1e3acae7473399f5064c66296de55b0ac04b (patch) | |
tree | be39acfeda277b1b7fe355df3f33e4bf633e85fd /build | |
parent | fbcfb84493065cd31fd50a4cde1d9580b93d8211 (diff) | |
download | chromium_src-063e1e3acae7473399f5064c66296de55b0ac04b.zip chromium_src-063e1e3acae7473399f5064c66296de55b0ac04b.tar.gz chromium_src-063e1e3acae7473399f5064c66296de55b0ac04b.tar.bz2 |
mojo: generate Proxies and Stubs for java bindings.
This CL allows to generate Stub and Proxy of mojo service in java. This
allows to call interfaces method through message pipes.
Committed: https://chromium.googlesource.com/chromium/src/+/b2ef91ee4abe584e712db7a51d47a1b6d9a96e57
Review URL: https://codereview.chromium.org/411913002
Cr-Commit-Position: refs/heads/master@{#292154}
Diffstat (limited to 'build')
-rwxr-xr-x | build/get_landmines.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/get_landmines.py b/build/get_landmines.py index 3aac6e7..3473cbb 100755 --- a/build/get_landmines.py +++ b/build/get_landmines.py @@ -28,7 +28,7 @@ def print_landmines(): builder() == 'ninja'): print 'Need to clobber winja goma due to backend cwd cache fix.' if platform() == 'android': - print 'Clobber: To delete generated class files (we just use jars now).' + print 'Clobber: To delete generated mojo class files.' if platform() == 'win' and builder() == 'ninja': print 'Compile on cc_unittests fails due to symbols removed in r185063.' if platform() == 'linux' and builder() == 'ninja': |