Chromium Code Reviews| 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', |