Chromium Code Reviews

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: Address Danno's feedback. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index e3a2404928cfde4ce2fe07c3daee8fc33e66afb0..2575f06787dee891822555ce90b8af979e3a6f76 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -288,6 +288,8 @@
'common/plugin_messages_internal.h',
'common/pref_store.cc',
'common/pref_store.h',
+ '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