| Index: components/dom_distiller.gypi
|
| diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
|
| index b930bb3461020d71639124dacd820346b7e9082d..d25f5b4bf5c00066cdcb745d9f18c2687f3db1eb 100644
|
| --- a/components/dom_distiller.gypi
|
| +++ b/components/dom_distiller.gypi
|
| @@ -39,6 +39,7 @@
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| 'components_resources.gyp:components_resources',
|
| + 'components_strings.gyp:components_strings',
|
| 'distilled_page_proto',
|
| ],
|
| 'include_dirs': [
|
| @@ -83,6 +84,8 @@
|
| 'dom_distiller/core/url_utils_android.h',
|
| 'dom_distiller/core/url_utils.cc',
|
| 'dom_distiller/core/url_utils.h',
|
| + 'dom_distiller/core/viewer.cc',
|
| + 'dom_distiller/core/viewer.h',
|
| ],
|
| 'conditions': [
|
| ['OS == "android"', {
|
|
|