Chromium Code Reviews| Index: components/dom_distiller.gypi |
| diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi |
| index b18bee70983663e9e09c96ab08a89c26e82d868f..8ce86dceed9e31e169c306a4fa45488903bcf122 100644 |
| --- a/components/dom_distiller.gypi |
| +++ b/components/dom_distiller.gypi |
| @@ -64,6 +64,8 @@ |
| 'dom_distiller/core/distilled_page_prefs.h', |
| 'dom_distiller/core/distilled_page_prefs_android.cc', |
| 'dom_distiller/core/distilled_page_prefs_android.h', |
| + 'dom_distiller/core/distilled_page_prefs_observer_wrapper.cc', |
|
nyquist
2014/07/22 22:51:36
I think you need to also update dom_distiller/core
sunangel
2014/07/23 16:22:03
Done.
On 2014/07/22 22:51:36, nyquist wrote:
|
| + 'dom_distiller/core/distilled_page_prefs_observer_wrapper.h', |
| 'dom_distiller/core/distiller.cc', |
| 'dom_distiller/core/distiller.h', |
| 'dom_distiller/core/distiller_page.cc', |
| @@ -189,6 +191,7 @@ |
| 'type': 'none', |
| 'sources': [ |
| 'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DistilledPagePrefs.java', |
| + 'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DistilledPagePrefsObserverWrapper.java', |
| 'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerService.java', |
| 'dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java', |
| ], |