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

Unified Diff: third_party/go/src/golang.org/x/mobile/example/libhello/build.xml

Issue 1275153002: Remove third_party/golang.org/x/mobile as it is no longer used with Go 1.5. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove golang.org/x/mobile Created 5 years, 4 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
Index: third_party/go/src/golang.org/x/mobile/example/libhello/build.xml
diff --git a/third_party/go/src/golang.org/x/mobile/example/libhello/build.xml b/third_party/go/src/golang.org/x/mobile/example/libhello/build.xml
deleted file mode 100644
index 066f91466ed549176021957f0107d619ed3ee648..0000000000000000000000000000000000000000
--- a/third_party/go/src/golang.org/x/mobile/example/libhello/build.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-Copyright 2014 The Go Authors. All rights reserved.
-Use of this source code is governed by a BSD-style
-license that can be found in the LICENSE file.
--->
-<project name="Hello" default="help">
- <property name="target" value="android-19" />
- <property environment="env" />
- <condition property="sdk.dir" value="${env.ANDROID_HOME}">
- <isset property="env.ANDROID_HOME" />
- </condition>
- <fail message="missing ANDROID_HOME env variable" unless="sdk.dir" />
- <import file="${sdk.dir}/tools/ant/build.xml" />
-</project>

Powered by Google App Engine
This is Rietveld 408576698