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

Side by Side Diff: src/third_party/ibus-hangul/ibus-hangul_remove_python_deps.diff

Issue 501150: Adding third_party/ibus-hangul/ to the Chromium OS build. (Closed)
Patch Set: Added a TODO comment. Removed 2 packages from package-list-prod.txt. Created 11 years 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 --- ibus-hangul-1.2.0.20090617.orig/debian/rules 2009-12-21 15:10:04.0000 00000 +0900
2 +++ ibus-hangul-1.2.0.20090617/debian/rules 2009-12-21 14:43:01.805337831 +0 900
3 @@ -29,6 +29,11 @@
4 dh_prep
5 dh_installdirs
6 $(MAKE) DESTDIR=$(CURDIR)/debian/ibus-hangul install
7 +# Remove Python modules.
8 +# TODO(yusukes): Reimplement these modules in C++.
9 + rm -rf $(CURDIR)/debian/ibus-hangul/usr/share/python-support
10 + rm -rf $(CURDIR)/debian/ibus-hangul/usr/share/ibus-hangul/setup
11 + rm -f $(CURDIR)/debian/ibus-hangul/usr/lib/ibus-hangul/ibus-setup-hangul
12
13 binary-indep: install
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698