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

Unified Diff: README.chromium

Issue 1539001: Reimplement ibus-gconf so it does not depend on GConf-2 database (Closed)
Patch Set: fix Created 10 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile.am ('k') | configure.ac » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 42598b4c8c5c1afb1058a71a9afe266c27fa0eea..6a8459e189ee52a6e5e80bac41ff7ab1c4f5c764 100644
--- a/README.chromium
+++ b/README.chromium
@@ -6,5 +6,22 @@ Check if DBUS_SESSION_BUS_ADDRESS enviroment variable is set.
- bus/ibusimpl.c
-Set TRUE on ibus->use_global_engine in bus_ibus_impl_init() so that all renderer processes and a browser process could share one IM context by default.
+Set TRUE on ibus->use_global_engine in bus_ibus_impl_init() so that all renderer
+processes and a browser process could share one IM context by default.
+- memconf/config.h
+- memconf/config.cc
+
+memconf/config.cc is a modified version of gconf/config.c which doesn't use
+GConf-2 nor files as its storage. Instead, it keeps user config on memory.
+
+Google C++ coding standard is applied to these files (except function names) to
+make code review easy.
+
+- memconf/Makefile.am
+
+Copied from gconf/Makefile.am. GConf-2 dependency are removed.
+
+- gconf/
+
+This directory is no longer used on Chromium OS.
« no previous file with comments | « Makefile.am ('k') | configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698