Clean up DEPS and python scripts
[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-efl for chromium-efl's dependencies, including
14     # custom chromium and WebKit repositories.
15     "name": "generate-gclient-efl",
16     "pattern": ".",
17     "action": ["python", "src/tizen_src/scripts/generate_gclient-efl.py"],
18   },
19   {
20     # Fetch Crosswalk dependencies.
21     "name": "fetch-deps",
22     "pattern": ".",
23     "action": ["python", "src/tizen_src/scripts/fetch_deps.py", "-v"],
24   },
25 ]