[M120 Migration] Free content_image_elm_host_properly
[platform/framework/web/chromium-efl.git] / tizen_src / DEPS
1 include_rules = [
2 ]
3
4 vars = {
5 }
6
7 deps = {
8 }
9
10 hooks = [
11   {
12     # Generate .gclient-efl for chromium-efl's dependencies, including
13     # custom chromium and WebKit repositories.
14     "name": "generate-gclient-efl",
15     "pattern": ".",
16     "action": ["python", "src/tizen_src/scripts/generate_gclient-efl.py"],
17   },
18   {
19     # Fetch Crosswalk dependencies.
20     "name": "fetch-deps",
21     "pattern": ".",
22     "action": ["python", "src/tizen_src/scripts/fetch_deps.py", "-v"],
23   },
24 ]