a7eca558d02adaf41d86d119b65c451e5b74c534
[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 = '35.0.1916.114'
10 chromium_crosswalk_point = 'e76fa1eeaea6745b72a693cf746e5d3d8ece1bef'
11 blink_crosswalk_point = '3cf743afc1a77a1141f08897c4f2c3b805124f25'
12 v8_crosswalk_point = '64b8b78dee87a9d465f9d095e2021bdb9d45d37d'
13 ozone_wayland_point = 'f4faec532d7d2f482b3ffe1e52be6fa3e6fc8629'
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 }