forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
web_view
37 lines (36 loc) · 1.37 KB
/
web_view
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="minimal"/>
</imports>
<projects>
<project name="web_view"
path="apps/web_view"
remote="https://fuchsia.googlesource.com/web_view"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/cairo"
path="third_party/cairo"
remote="https://fuchsia.googlesource.com/third_party/cairo"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
historydepth="1"/>
<project name="third_party/pixman"
path="third_party/pixman"
remote="https://fuchsia.googlesource.com/third_party/pixman"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
historydepth="1"/>
<project name="third_party/webkit"
path="third_party/webkit"
remote="https://fuchsia.googlesource.com/third_party/webkit"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
historydepth="1"/>
</projects>
<hooks>
<hook name="download-libwebkit"
project="web_view"
action="scripts/download-libwebkit.sh"/>
</hooks>
</manifest>