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

Side by Side Diff: content/shell/android/content_shell_apk.xml

Issue 10223007: Package and load native library in content shell. Add content shell util scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nilesh tweak 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- 2 <!--
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <project name="ContentShell" default="debug" basedir="."> 7 <project name="ContentShell" default="debug" basedir=".">
8 8
9 <description> 9 <description>
10 Building ContentShell.apk 10 Building ContentShell.apk
(...skipping 17 matching lines...) Expand all
28 <fail message="PRODUCT_DIR env var not set?" /> 28 <fail message="PRODUCT_DIR env var not set?" />
29 </else> 29 </else>
30 </if> 30 </if>
31 </target> 31 </target>
32 32
33 <property name="out.dir" location="${PRODUCT_DIR}/content_shell"/> 33 <property name="out.dir" location="${PRODUCT_DIR}/content_shell"/>
34 34
35 <property name="resource.absolute.dir" value="res"/> 35 <property name="resource.absolute.dir" value="res"/>
36 <property name="gen.absolute.dir" value="${out.dir}/gen"/> 36 <property name="gen.absolute.dir" value="${out.dir}/gen"/>
37 <property name="jar.libs.dir" value="${out.dir}/java/libs"/> 37 <property name="jar.libs.dir" value="${out.dir}/java/libs"/>
38 <property name="native.libs.absolute.dir" location="${out.dir}/libs" />
38 39
39 <import file="${sdk.dir}/tools/ant/build.xml" /> 40 <import file="${sdk.dir}/tools/ant/build.xml" />
40 41
41 </project> 42 </project>
OLDNEW
« no previous file with comments | « content/shell/android/OWNERS ('k') | content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698