OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webtry
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/skia/experimental/webtry/setup/
webtry_setup.sh
3
# Script to setup a GCE instance to run the
webtry
server.
8
echo "Adding the
webtry
user account"
9
sudo adduser
webtry
11
sudo cp continue_install /home/
webtry
/continue_install
12
sudo chmod 766 /home/
webtry
/continue_install
13
sudo chown
webtry
:
webtry
/home/
webtry
/continue_install
14
sudo su
webtry
-c /home/
webtry
/continue_instal
[
all
...]
continue_install
3
# Don't execute this script directly, instead it is copied into the
webtry
4
# user's directory and executed as the user
webtry
by the webtry_setup.sh
32
mkdir /home/
webtry
/cache
33
mkdir /home/
webtry
/cache/src
34
mkdir /home/
webtry
/inout
35
chmod 777 /home/
webtry
/inout
55
GYP_GENERATORS=ninja ./gyp_skia gyp/
webtry
.gyp gyp/most.gyp -Dskia_gpu=0
56
ninja -C out/Debug
webtry
58
cd experimental/
webtry
61
go build
webtry
.g
[
all
...]
/external/skia/experimental/webtry/setup/
webtry_setup.sh
3
# Script to setup a GCE instance to run the
webtry
server.
8
echo "Adding the
webtry
user account"
9
sudo adduser
webtry
11
sudo cp continue_install /home/
webtry
/continue_install
12
sudo chmod 766 /home/
webtry
/continue_install
13
sudo chown
webtry
:
webtry
/home/
webtry
/continue_install
14
sudo su
webtry
-c /home/
webtry
/continue_instal
[
all
...]
continue_install
3
# Don't execute this script directly, instead it is copied into the
webtry
4
# user's directory and executed as the user
webtry
by the webtry_setup.sh
32
mkdir /home/
webtry
/cache
33
mkdir /home/
webtry
/inout
34
chmod 777 /home/
webtry
/inout
54
GYP_GENERATORS=ninja ./gyp_skia gyp/
webtry
.gyp gyp/most.gyp -Dskia_gpu=0
55
ninja -C out/Debug
webtry
57
cd experimental/
webtry
60
go build
webtry
.go
/external/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_init
3
# Provides:
webtry
8
# Short-Description: Start
webtry
.
22
DESC="The Skia
webtry
application."
23
NAME=
webtry
24
DAEMON=/home/
webtry
/skia/experimental/
webtry
/$NAME
52
start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON --make-pidfile --background --chuid
webtry
--test > /dev/null \
54
start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON --make-pidfile --background --chuid
webtry
--exec $DAEMON -- \
/external/skia/experimental/webtry/sys/
webtry_init
3
# Provides:
webtry
8
# Short-Description: Start
webtry
.
22
DESC="The Skia
webtry
application."
23
NAME=
webtry
24
DAEMON=/home/
webtry
/skia/experimental/
webtry
/$NAME
52
start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON --make-pidfile --background --chuid
webtry
--test > /dev/null \
54
start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON --make-pidfile --background --chuid
webtry
--exec $DAEMON -- \
/external/chromium_org/third_party/skia/experimental/webtry/
build
3
# This script builds the
webtry
server; before compilation we need to create the code template
6
# By default, the script expects to be run out of the skia/experimental/
webtry
directory;
8
# environment variables to point to the skia source tree and the
webtry
source tree,
20
echo "Building
webtry
..."
21
go build
webtry
.go
/external/chromium_org/third_party/skia/experimental/webtry/poly/
Gruntfile.js
35
banner: '/*! <%= pkg.name %> built from /exerimental/
webtry
/poly <%= grunt.template.today("yyyy-mm-dd") %> */\n'
/external/skia/experimental/webtry/poly/
Gruntfile.js
35
banner: '/*! <%= pkg.name %> built from /exerimental/
webtry
/poly <%= grunt.template.today("yyyy-mm-dd") %> */\n'
Completed in 83 milliseconds