Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Side by Side Diff: scripts/clean_up_data_source.sh

Issue 1639543006: ICU 56 step 6: Check in the pre-built ICU data (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@56local_patches
Patch Set: minor clean up of README.chromium Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/bash
2
3 echo "Reverting all the data trimming/customization in source/data ..."
4 cd "$(dirname $0)/.."
Mark Mentovai 2016/01/28 14:23:33 dirname "$0"
jungshik at Google 2016/01/29 08:11:18 Done.
5 git checkout -- source/data
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698