Switch xwalk repo from bgerrit to github
[platform/framework/web/chromium-efl.git] / tizen_src / DEPS
1 include_rules = [
2 ]
3
4 vars = {
5 }
6
7 deps = {
8   "src/xwalk": "https://github.com/crosswalk-project/crosswalk-efl.git@efl/crosswalk-14/42.0.2311.39",
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 ]