Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ozone / patches / patch-chromium.sh
index b12e262..aef8ddf 100755 (executable)
@@ -3,8 +3,8 @@
 PATCH_DIR=`pwd`/src/ozone/patches/
 HACKING_BRANCH=master-ozone
 HACKING_OZONE_BRANCH=master-ozonewayland
-RELEASE_BRANCH=branch_2062
-RELEASE_OZONE_BRANCH=Milestone-Summer
+RELEASE_BRANCH=branch_2125
+RELEASE_OZONE_BRANCH=Milestone-Harvest
 
 echo "Ozone-Wayland: patching Chromium"
 cd src/
@@ -29,3 +29,8 @@ git checkout -b $HACKING_OZONE_BRANCH $RELEASE_OZONE_BRANCH
 cd ..
 git am $PATCH_DIR/00*
 
+# jump now to WebRTC dir and apply the needed patches there
+cd third_party/webrtc/
+git reset --hard origin/master
+git am $PATCH_DIR/100*
+