#This should fetch Crosswalk into src/xwalk and generate a # .gclient-xwalk with the other dependencies. gclient sync #This will fetch all the other source files but not run any hooks. gclient sync --gclientfile=.gclient-xwalk --nohooks #Generate the LASTCHANGE files. source_root=$(pwd) python $source_root/src/build/util/lastchange.py \ -o $source_root/src/build/util/LASTCHANGE \ -s $source_root/src python $source_root/src/build/util/lastchange.py \ -o $source_root/src/build/util/LASTCHANGE.blink \ -s $source_root/src/third_party/WebKit #Import packging (gbs do not allow link.) mkdir -p packaging cp src/xwalk/packaging/* packaging/ rm -f packaging/gbp*