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

Side by Side Diff: samples/todomvc/android/compile.sh

Issue 1649703002: Update project authors statements to Dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 10 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
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file 3 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file
4 # for details. All rights reserved. Use of this source code is governed by a 4 # for details. All rights reserved. Use of this source code is governed by a
5 # BSD-style license that can be found in the LICENSE.md file. 5 # BSD-style license that can be found in the LICENSE.md file.
6 6
7 set -ue 7 set -ue
8 8
9 DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) 9 DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
10 SERVICEC_DIR=$DIR/../../../tools/servicec 10 SERVICEC_DIR=$DIR/../../../tools/servicec
11 JAVA_DIR=$DIR/../java 11 JAVA_DIR=$DIR/../java
12 FLETCH_DIR=$DIR/../../.. 12 FLETCH_DIR=$DIR/../../..
13 13
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 fi 50 fi
51 51
52 # Build snapshot. 52 # Build snapshot.
53 cd $FLETCH_DIR 53 cd $FLETCH_DIR
54 mkdir -p $DIR/TodoMVC/app/src/main/res/raw 54 mkdir -p $DIR/TodoMVC/app/src/main/res/raw
55 55
56 ./out/ReleaseIA32/dart \ 56 ./out/ReleaseIA32/dart \
57 -c --packages=.packages \ 57 -c --packages=.packages \
58 -Dsnapshot="$DIR/TodoMVC/app/src/main/res/raw/todomvc_snapshot" \ 58 -Dsnapshot="$DIR/TodoMVC/app/src/main/res/raw/todomvc_snapshot" \
59 tests/fletchc/run.dart "$DIR/../todomvc.dart" 59 tests/fletchc/run.dart "$DIR/../todomvc.dart"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698