ffc41efce72df2b1de4221fa55ab6900b35b80e6
[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 [aka -n]
7
8 #Generate the LASTCHANGE files.
9 python $source_root/src/build/util/lastchange.py \
10        -o $source_root/src/build/util/LASTCHANGE \
11        -s $source_root/src
12
13 python $source_root/src/build/util/lastchange.py \
14        -o $source_root/src/build/util/LASTCHANGE.blink \
15        -s $source_root/src/third_party/WebKit