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

Unified Diff: chrome/chrome_common.gypi

Issue 5441002: Clean up pref change notification handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index fde3253085f160bd481805cbc19350036524edb0..0ffb96494f209367246fdc86fd06477103448804 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -288,6 +288,8 @@
'common/plugin_messages_internal.h',
'common/pref_store.cc',
danno 2010/12/02 10:31:52 Is this still used?
Mattias Nissler (ping if slow) 2010/12/02 16:38:24 Yes.
'common/pref_store.h',
danno 2010/12/02 10:31:52 pref_store_interface? Oh, the humanity.
Mattias Nissler (ping if slow) 2010/12/02 16:38:24 No, since it has implementation.
+ 'common/pref_store_base.cc',
+ 'common/pref_store_base.h',
'common/render_messages.cc',
'common/render_messages.h',
'common/render_messages_internal.h',

Powered by Google App Engine
This is Rietveld 408576698