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

Side by Side Diff: build/android/ant/common.xml

Issue 11614023: [Android] Fix specification of android build deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more general Created 8 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="chrome_common_defines"> 7 <project name="chrome_common_defines">
8 <!-- Common build properties for Chrome for android. --> 8 <!-- Common build properties for Chrome for android. -->
9 9
10 <!-- 10 <!--
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 make sure to update gyp files and test scripts constants in 80 make sure to update gyp files and test scripts constants in
81 build/android/pylib/constants.py 81 build/android/pylib/constants.py
82 --> 82 -->
83 <!-- Common directory for chromium_*.jars. --> 83 <!-- Common directory for chromium_*.jars. -->
84 <property-location name="lib.java.dir" location="${PRODUCT_DIR}/lib.java"/> 84 <property-location name="lib.java.dir" location="${PRODUCT_DIR}/lib.java"/>
85 <!-- Common directory for test jars. --> 85 <!-- Common directory for test jars. -->
86 <property-location name="test.lib.java.dir" 86 <property-location name="test.lib.java.dir"
87 location="${PRODUCT_DIR}/test.lib.java"/> 87 location="${PRODUCT_DIR}/test.lib.java"/>
88 <!-- Common directory for apks. --> 88 <!-- Common directory for apks. -->
89 <property-location name="apks.dir" location="${PRODUCT_DIR}/apks"/> 89 <property-location name="apks.dir" location="${PRODUCT_DIR}/apks"/>
90 <!-- Don't worry about computing deps in ant. They're managed in gyp. -->
91 <property name="dont.do.deps" value="true"/>
90 </project> 92 </project>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698