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

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

Issue 10823435: Fix the gdb path for NDK-r8b. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add variable for all ant action. Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | build/android/envsetup_functions.sh » ('j') | build/android/envsetup_functions.sh » ('J')
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 <property name="@{name}" value="@{value}"/> 68 <property name="@{name}" value="@{value}"/>
69 <check-property-value property="@{name}"/> 69 <check-property-value property="@{name}"/>
70 </sequential> 70 </sequential>
71 </macrodef> 71 </macrodef>
72 72
73 <!-- Common environment properties. --> 73 <!-- Common environment properties. -->
74 <property-location name="sdk.dir" location="${ANDROID_SDK_ROOT}"/> 74 <property-location name="sdk.dir" location="${ANDROID_SDK_ROOT}"/>
75 <property-value name="target" value="android-${ANDROID_SDK_VERSION}"/> 75 <property-value name="target" value="android-${ANDROID_SDK_VERSION}"/>
76 <property name="source.dir" location="src"/> 76 <property name="source.dir" location="src"/>
77 <property-location name="toolchain.dir" location="${ANDROID_TOOLCHAIN}"/> 77 <property-location name="toolchain.dir" location="${ANDROID_TOOLCHAIN}"/>
78 <property-value name="ndk.target.arch" value="${ANDROID_TARGET_ARCH}"/>
78 </project> 79 </project>
OLDNEW
« no previous file with comments | « no previous file | build/android/envsetup_functions.sh » ('j') | build/android/envsetup_functions.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698