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

Side by Side Diff: samples/android_sample/build.xml

Issue 11416343: Refactored Android samples / embedder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix type error on playBackground 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
3 for details. All rights reserved. Use of this source code is governed by a
4 BSD-style license that can be found in the LICENSE file. -->
5
2 <project name="NativeActivity" default="help"> 6 <project name="NativeActivity" default="help">
3 7
4 <!-- The local.properties file is created and updated by the 'android' tool. 8 <!-- The local.properties file is created and updated by the 'android' tool.
5 It contains the path to the SDK. It should *NOT* be checked into 9 It contains the path to the SDK. It should *NOT* be checked into
6 Version Control Systems. --> 10 Version Control Systems. -->
7 <property file="local.properties" /> 11 <property file="local.properties" />
8 12
9 <!-- The ant.properties file can be created by you. It is only edited by the 13 <!-- The ant.properties file can be created by you. It is only edited by the
10 'android' tool to add properties to it. 14 'android' tool to add properties to it.
11 This is the place to change some Ant specific build properties. 15 This is the place to change some Ant specific build properties.
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 *********************** 87 ***********************
84 ****** IMPORTANT ****** 88 ****** IMPORTANT ******
85 *********************** 89 ***********************
86 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer, 90 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer,
87 in order to avoid having your file be overridden by tools such as "andr oid update project" 91 in order to avoid having your file be overridden by tools such as "andr oid update project"
88 --> 92 -->
89 <!-- version-tag: 1 --> 93 <!-- version-tag: 1 -->
90 <import file="${sdk.dir}/tools/ant/build.xml" /> 94 <import file="${sdk.dir}/tools/ant/build.xml" />
91 95
92 </project> 96 </project>
OLDNEW
« no previous file with comments | « samples/android_sample/assets/dart/android_extension.dart ('k') | samples/android_sample/custom_rules.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698