[Crosswalk] Switch repositories to CT and bgerrit.
[platform/framework/web/chromium-efl.git] / tizen_src / DEPS
1 include_rules = [
2 ]
3
4 vars = {
5 }
6
7 deps = {
8   "src/xwalk": "ssh://a1.gomes@10.251.52.177:29419/xwalk/efl/crosswalk-efl.git@efl/crosswalk-11/40.0.2214.28",
9 }
10
11 hooks = [
12   {
13     # Generate .gclient-xwalk for Crosswalk's dependencies, including
14     # custom chromium and WebKit repositories.
15     "name": "generate-gclient-xwalk",
16     "pattern": ".",
17     "action": ["python", "src/tizen_src/scripts/xwalk/generate_gclient-xwalk.py"],
18   },
19   {
20     # Fetch Crosswalk dependencies.
21     "name": "fetch-deps",
22     "pattern": ".",
23     "action": ["python", "src/xwalk/tools/fetch_deps.py", "-v"],
24   },
25 ]