Side by Side Diff: third_party/go/src/golang.org/x/mobile/example/libhello/all.bash
Issue 1275153002 :
Remove third_party/golang.org/x/mobile as it is no longer used with Go 1.5. (Closed)
Patch Set: Remove golang.org/x/mobile
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
third_party/go/src/golang.org/x/mobile/AUTHORS
third_party/go/src/golang.org/x/mobile/CONTRIBUTING.md
third_party/go/src/golang.org/x/mobile/CONTRIBUTORS
third_party/go/src/golang.org/x/mobile/Dockerfile
third_party/go/src/golang.org/x/mobile/LICENSE
third_party/go/src/golang.org/x/mobile/PATENTS
third_party/go/src/golang.org/x/mobile/README.chromium
third_party/go/src/golang.org/x/mobile/README.md
third_party/go/src/golang.org/x/mobile/app/Go.java
third_party/go/src/golang.org/x/mobile/app/android.c
third_party/go/src/golang.org/x/mobile/app/android.go
third_party/go/src/golang.org/x/mobile/app/android_arm.c
third_party/go/src/golang.org/x/mobile/app/android_x86.c
third_party/go/src/golang.org/x/mobile/app/app.go
third_party/go/src/golang.org/x/mobile/app/darwin_amd64.go
third_party/go/src/golang.org/x/mobile/app/darwin_amd64.m
third_party/go/src/golang.org/x/mobile/app/darwin_arm.go
third_party/go/src/golang.org/x/mobile/app/darwin_arm.m
third_party/go/src/golang.org/x/mobile/app/debug/fps.go
third_party/go/src/golang.org/x/mobile/app/desktop.go
third_party/go/src/golang.org/x/mobile/app/doc.go
third_party/go/src/golang.org/x/mobile/app/loop_android.go
third_party/go/src/golang.org/x/mobile/app/stdio_android.go
third_party/go/src/golang.org/x/mobile/app/x11.c
third_party/go/src/golang.org/x/mobile/app/x11.go
third_party/go/src/golang.org/x/mobile/audio/al/al.go
third_party/go/src/golang.org/x/mobile/audio/al/const.go
third_party/go/src/golang.org/x/mobile/audio/alc/alc.go
third_party/go/src/golang.org/x/mobile/audio/audio.go
third_party/go/src/golang.org/x/mobile/audio/audio_test.go
third_party/go/src/golang.org/x/mobile/bind/bind.go
third_party/go/src/golang.org/x/mobile/bind/bind_test.go
third_party/go/src/golang.org/x/mobile/bind/gengo.go
third_party/go/src/golang.org/x/mobile/bind/genjava.go
third_party/go/src/golang.org/x/mobile/bind/java/Seq.java
third_party/go/src/golang.org/x/mobile/bind/java/SeqTest.java
third_party/go/src/golang.org/x/mobile/bind/java/doc.go
third_party/go/src/golang.org/x/mobile/bind/java/javatest.go
third_party/go/src/golang.org/x/mobile/bind/java/noimpl.go
third_party/go/src/golang.org/x/mobile/bind/java/seq_android.h
third_party/go/src/golang.org/x/mobile/bind/java/seq_android.c
third_party/go/src/golang.org/x/mobile/bind/java/seq_android.go
third_party/go/src/golang.org/x/mobile/bind/java/test.bash
third_party/go/src/golang.org/x/mobile/bind/java/testpkg/Testpkg.java
third_party/go/src/golang.org/x/mobile/bind/java/testpkg/go_testpkg/go_testpkg.go
third_party/go/src/golang.org/x/mobile/bind/java/testpkg/testpkg.go
third_party/go/src/golang.org/x/mobile/bind/printer.go
third_party/go/src/golang.org/x/mobile/bind/seq.go
third_party/go/src/golang.org/x/mobile/bind/seq/buffer.go
third_party/go/src/golang.org/x/mobile/bind/seq/ref.go
third_party/go/src/golang.org/x/mobile/bind/seq/seq.go
third_party/go/src/golang.org/x/mobile/bind/seq/seq_test.go
third_party/go/src/golang.org/x/mobile/bind/seq/utf16.go
third_party/go/src/golang.org/x/mobile/bind/seq/utf16_test.go
third_party/go/src/golang.org/x/mobile/bind/testdata/basictypes.go
third_party/go/src/golang.org/x/mobile/bind/testdata/basictypes.go.golden
third_party/go/src/golang.org/x/mobile/bind/testdata/basictypes.java.golden
third_party/go/src/golang.org/x/mobile/bind/testdata/interfaces.go
third_party/go/src/golang.org/x/mobile/bind/testdata/interfaces.go.golden
third_party/go/src/golang.org/x/mobile/bind/testdata/interfaces.java.golden
third_party/go/src/golang.org/x/mobile/bind/testdata/structs.go
third_party/go/src/golang.org/x/mobile/bind/testdata/structs.go.golden
third_party/go/src/golang.org/x/mobile/bind/testdata/structs.java.golden
third_party/go/src/golang.org/x/mobile/build/androidtest.bash
third_party/go/src/golang.org/x/mobile/build/go_android_exec.go
third_party/go/src/golang.org/x/mobile/cmd/gobind/doc.go
third_party/go/src/golang.org/x/mobile/cmd/gobind/gen.go
third_party/go/src/golang.org/x/mobile/cmd/gobind/main.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/binary_xml.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/binary_xml_test.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/bind.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/build.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/cert.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/cert_test.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/init.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/init_test.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/install.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/main.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/manifest.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/release.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/strings_flag.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/writer.go
third_party/go/src/golang.org/x/mobile/cmd/gomobile/writer_test.go
third_party/go/src/golang.org/x/mobile/event/touch.go
third_party/go/src/golang.org/x/mobile/example/basic/AndroidManifest.xml
third_party/go/src/golang.org/x/mobile/example/basic/all.bash
third_party/go/src/golang.org/x/mobile/example/basic/all.bat
third_party/go/src/golang.org/x/mobile/example/basic/build.xml
third_party/go/src/golang.org/x/mobile/example/basic/jni/Android.mk
third_party/go/src/golang.org/x/mobile/example/basic/main.go
third_party/go/src/golang.org/x/mobile/example/basic/make.bash
third_party/go/src/golang.org/x/mobile/example/basic/make.bat
third_party/go/src/golang.org/x/mobile/example/libhello/AndroidManifest.xml
third_party/go/src/golang.org/x/mobile/example/libhello/README
third_party/go/src/golang.org/x/mobile/example/libhello/all.bash
third_party/go/src/golang.org/x/mobile/example/libhello/all.bat
third_party/go/src/golang.org/x/mobile/example/libhello/build.xml
third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go
third_party/go/src/golang.org/x/mobile/example/libhello/hi/hi.go
third_party/go/src/golang.org/x/mobile/example/libhello/main.go
third_party/go/src/golang.org/x/mobile/example/libhello/make.bash
third_party/go/src/golang.org/x/mobile/example/libhello/make.bat
third_party/go/src/golang.org/x/mobile/example/libhello/src/com/example/hello/MainActivity.java
third_party/go/src/golang.org/x/mobile/example/libhello/src/go/hi/Hi.java
third_party/go/src/golang.org/x/mobile/example/libhellojni/Demo.java
third_party/go/src/golang.org/x/mobile/example/libhellojni/hello.c
third_party/go/src/golang.org/x/mobile/example/libhellojni/hello.go
third_party/go/src/golang.org/x/mobile/example/libhellojni/main.go
third_party/go/src/golang.org/x/mobile/example/libhellojni/make.bash
third_party/go/src/golang.org/x/mobile/example/libhellojni/make.bat
third_party/go/src/golang.org/x/mobile/example/sprite/AndroidManifest.xml
third_party/go/src/golang.org/x/mobile/example/sprite/all.bash
third_party/go/src/golang.org/x/mobile/example/sprite/all.bat
third_party/go/src/golang.org/x/mobile/example/sprite/assets/waza-gophers.jpeg
third_party/go/src/golang.org/x/mobile/example/sprite/build.xml
third_party/go/src/golang.org/x/mobile/example/sprite/jni/Android.mk
third_party/go/src/golang.org/x/mobile/example/sprite/main.go
third_party/go/src/golang.org/x/mobile/example/sprite/make.bash
third_party/go/src/golang.org/x/mobile/example/sprite/make.bat
third_party/go/src/golang.org/x/mobile/f32/affine.go
third_party/go/src/golang.org/x/mobile/f32/affine_test.go
third_party/go/src/golang.org/x/mobile/f32/f32.go
third_party/go/src/golang.org/x/mobile/f32/f32_test.go
third_party/go/src/golang.org/x/mobile/f32/gen.go
third_party/go/src/golang.org/x/mobile/f32/mat3.go
third_party/go/src/golang.org/x/mobile/f32/mat4.go
third_party/go/src/golang.org/x/mobile/f32/table.go
third_party/go/src/golang.org/x/mobile/f32/vec3.go
third_party/go/src/golang.org/x/mobile/f32/vec4.go
third_party/go/src/golang.org/x/mobile/font/doc.go
third_party/go/src/golang.org/x/mobile/font/font.go
third_party/go/src/golang.org/x/mobile/font/font_android.go
third_party/go/src/golang.org/x/mobile/font/font_darwin.go
third_party/go/src/golang.org/x/mobile/font/font_linux.go
third_party/go/src/golang.org/x/mobile/font/font_test.go
third_party/go/src/golang.org/x/mobile/geom/geom.go
third_party/go/src/golang.org/x/mobile/gl/consts.go
third_party/go/src/golang.org/x/mobile/gl/doc.go
third_party/go/src/golang.org/x/mobile/gl/gendebug.go
third_party/go/src/golang.org/x/mobile/gl/gl.go
third_party/go/src/golang.org/x/mobile/gl/gldebug.go
third_party/go/src/golang.org/x/mobile/gl/glutil/context_darwin_amd64.go
third_party/go/src/golang.org/x/mobile/gl/glutil/context_x11.go
third_party/go/src/golang.org/x/mobile/gl/glutil/glimage.go
third_party/go/src/golang.org/x/mobile/gl/glutil/glimage_test.go
third_party/go/src/golang.org/x/mobile/gl/glutil/glutil.go
third_party/go/src/golang.org/x/mobile/gl/types_common.go
third_party/go/src/golang.org/x/mobile/gl/types_debug.go
third_party/go/src/golang.org/x/mobile/gl/types_prod.go
third_party/go/src/golang.org/x/mobile/sprite/clock/clock.go
third_party/go/src/golang.org/x/mobile/sprite/clock/tween.go
third_party/go/src/golang.org/x/mobile/sprite/clock/tween_test.go
third_party/go/src/golang.org/x/mobile/sprite/glsprite/glsprite.go
third_party/go/src/golang.org/x/mobile/sprite/portable/affine.go
third_party/go/src/golang.org/x/mobile/sprite/portable/affine_test.go
third_party/go/src/golang.org/x/mobile/sprite/portable/bilinear.go
third_party/go/src/golang.org/x/mobile/sprite/portable/bilinear_test.go
third_party/go/src/golang.org/x/mobile/sprite/portable/portable.go
third_party/go/src/golang.org/x/mobile/sprite/sprite.go
third_party/go/src/golang.org/x/mobile/testdata/gophercolor.png
third_party/go/src/golang.org/x/mobile/testdata/gopherswim.png
third_party/go/src/golang.org/x/mobile/testdata/testpattern.png
third_party/go/src/golang.org/x/mobile/testdata/testpattern-window.png