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

Side by Side Diff: README.chromium

Issue 2045008: Tiny modification to m4/boost.m4. (Closed) Base URL: ssh://git@gitrw.chromium.org//ibus-pinyin.git
Patch Set: Created 10 years, 7 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
« no previous file with comments | « no previous file | m4/boost.m4 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Local Modification: 1 Local Modification:
2 2
3 - data/db/android/rawdict_utf16_65105_freq.sql 3 - data/db/android/rawdict_utf16_65105_freq.sql
4 4
5 Added. We have to re-generate this file on host OS (i.e. Ubuntu) every time when we merge the upstream changes by: 5 Added. We have to re-generate this file on host OS (i.e. Ubuntu) every time when we merge the upstream changes by:
6 6
7 % cd data/db/android/ 7 % cd data/db/android/
8 % ./create_db.py rawdict_utf16_65105_freq.txt > data/db/android/rawdict_utf16_65 105_freq.sql 8 % ./create_db.py rawdict_utf16_65105_freq.txt > data/db/android/rawdict_utf16_65 105_freq.sql
9 9
10 - data/db/android/Makefile.am 10 - data/db/android/Makefile.am
11 11
12 Modified "android.db:" rule so that the create_db.py, which depends on too many python modules such as python-sqlite, script is never used on build-time. 12 Modified "android.db:" rule so that the create_db.py, which depends on too many python modules such as python-sqlite, script is never used on build-time.
13 We use the pre-processed file, rawdict_utf16_65105_freq.sql, instead. 13 We use the pre-processed file, rawdict_utf16_65105_freq.sql, instead.
14 14
15 - m4/boost.m4
16
17 Pass $CXXFLAGS to $ac_cpp to make cross-compilation of ibus-pinyin easy.
OLDNEW
« no previous file with comments | « no previous file | m4/boost.m4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698