Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / .gclient
1 solutions = [
2   { "name"        : "src/xwalk",
3     "url"         : "git://github.com/crosswalk-project/crosswalk.git",
4     "deps_file"   : "DEPS",
5     "managed"     : True,
6     "custom_deps" : {
7     },
8     "safesync_url": "",
9     "custom_hooks": [
10       {
11         "name": "generate-gclient-xwalk",
12         "pattern": ".",
13         "action": ["python", "src/xwalk/tools/generate_gclient-xwalk.py"],
14       },
15       { "name": "fetch-deps" },
16       { "name": "gyp-xwalk" },
17     ],
18   },
19 ]
20 cache_dir = None