5fc49f56d7da2a9bc3760001eb5278bae9861846
[platform/framework/web/crosswalk.git] / src / xwalk / DEPS.xwalk
1 ''' This file indicate the dependencies crosswalk lays on.
2     DO NOT use this DEPS to checkout code, it's for tools/generate_gclient-xwalk.py.
3 '''
4
5 # chromium_version is the version of chromium crosswalk based,
6 # Usually it's major.minor.build.patch
7 # Use 'Trunk' for trunk.
8 # If using trunk, will use '.DEPS.git' for gclient.
9 chromium_version = '36.0.1985.18'
10 chromium_crosswalk_point = '6488cb72d9cc33832af16d65d75f16e06f0bdd88'
11 blink_crosswalk_point = '07920aa9d1a9ae404ba8fb574ae1a9b109b22083'
12 v8_crosswalk_point = '535cd006e5174ff00fd7b745a581980b1d371a9f'
13 ozone_wayland_point = '5047b6ea8843bfd439a9f5adf2e270cd6fa6db7c'
14
15 deps_xwalk = {
16   'src': 'https://github.com/crosswalk-project/chromium-crosswalk.git@%s' % chromium_crosswalk_point,
17   'src/third_party/WebKit': 'https://github.com/crosswalk-project/blink-crosswalk.git@%s' % blink_crosswalk_point,
18   'src/v8': 'https://github.com/crosswalk-project/v8-crosswalk.git@%s' % v8_crosswalk_point,
19
20   # Ozone-Wayland is required for Wayland support in Chromium.
21   'src/ozone': 'https://github.com/01org/ozone-wayland.git@%s' % ozone_wayland_point,
22 }
23 vars_xwalk = {
24 }