Merge "[Tizen] Enable HWKey emulation for all native platform" into tizen
[platform/framework/web/crosswalk.git] / Tizen_sync
1 #This should fetch Crosswalk into src/xwalk and generate a
2 #   .gclient-xwalk with the other dependencies.
3 gclient sync
4
5 #This will fetch all the other source files but not run any hooks.
6 gclient sync --gclientfile=.gclient-xwalk --nohooks
7
8 #Generate the LASTCHANGE files.
9 source_root=$(pwd)
10 python $source_root/src/build/util/lastchange.py \
11        -o $source_root/src/build/util/LASTCHANGE \
12        -s $source_root/src
13
14 python $source_root/src/build/util/lastchange.py \
15        -o $source_root/src/build/util/LASTCHANGE.blink \
16        -s $source_root/src/third_party/WebKit
17
18
19 #Import packging (gbs do not allow link.)
20 mkdir -p packaging
21 cp src/xwalk/packaging/* packaging/
22 rm -f packaging/gbp*
23