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

Side by Side Diff: README.chromium

Issue 2802030: Use /home/chronos/user/.chewing as a cache dir (Closed) Base URL: ssh://git@gitrw.chromium.org//ibus-chewing.git
Patch Set: review Created 10 years, 5 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 | data/chewing.xml.in » ('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 - CMakeLists.txt 3 - CMakeLists.txt
4 - src/CMakeLists.txt 4 - src/CMakeLists.txt
5 5
6 Removed the generate-gconf-schemas target. 6 Removed the generate-gconf-schemas target.
7 By default, CMakeList for ibus-chewing tries to run the generate-gconf-schemas b inary at build-time to generate ibus-chewing.schemas file. 7 By default, CMakeList for ibus-chewing tries to run the generate-gconf-schemas b inary at build-time to generate ibus-chewing.schemas file.
8 However, this makes cross-compilation harder. We removed the target since ibus-c hewing can work fine without the GConf schema. 8 However, this makes cross-compilation harder. We removed the target since ibus-c hewing can work fine without the GConf schema.
9 9
10 - src/MakerDialog.gob 10 - src/MakerDialog.gob
11 11
12 Removed gtk_widget_show_all() so that our window manager (chromiumos-wm) does no t remove focus from the Chrome window. 12 Removed gtk_widget_show_all() so that our window manager (chromiumos-wm) does no t remove focus from the Chrome window.
13 13
14 - data/chewing.xml.in
15
16 Set "/home/chronos/user" on $HOME to create the Chewing cache data (~/.chewing/u hash.dat) in /home/chronos/user.
17
OLDNEW
« no previous file with comments | « no previous file | data/chewing.xml.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698