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

Unified Diff: content/public/android/java/content_public.xml

Issue 10209003: Upstream Android Geolocation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address Yaron's concerns. Still need to resolve Java locations. Created 8 years, 8 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: content/public/android/java/content_public.xml
diff --git a/content/public/android/java/content.xml b/content/public/android/java/content_public.xml
similarity index 96%
rename from content/public/android/java/content.xml
rename to content/public/android/java/content_public.xml
index a00a4e564565e80ca852db7c4e466caa8f56acdd..4a98321e505beb533e9ca3d8fcd509333de2ec4c 100644
--- a/content/public/android/java/content.xml
+++ b/content/public/android/java/content_public.xml
@@ -3,7 +3,7 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<project name="Content" default="dist" basedir=".">
+<project name="ContentPublic" default="dist" basedir=".">
<description>
building content java source code with ant
</description>
@@ -49,7 +49,7 @@
<!-- Create the distribution directory -->
<mkdir dir="${jar.dir}"/>
- <!-- Put everything in ${classes.dir} into the chromium_content.jar file -->
+ <!-- Put everything in ${classes.dir} into the chromium_content_public.jar file -->
<jar jarfile="${jar.dir}/chromium_${PACKAGE_NAME}.jar" basedir="${classes.dir}"/>
</target>
« content/public/android/java/content.xml ('K') | « content/public/android/java/content.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698