| Index: components/dom_distiller/core/BUILD.gn
|
| diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
|
| index f07e024f49eaa27af73f35d51b95cf24349bb1b1..eedec3583550b9f41e1e347e6f73f1c4d6d6a50c 100644
|
| --- a/components/dom_distiller/core/BUILD.gn
|
| +++ b/components/dom_distiller/core/BUILD.gn
|
| @@ -23,6 +23,7 @@ source_set("core") {
|
| "distilled_page_prefs_android.h",
|
| "distiller.cc",
|
| "distiller.h",
|
| + "distiller_export.h",
|
| "distiller_page.cc",
|
| "distiller_page.h",
|
| "distiller_url_fetcher.cc",
|
| @@ -60,6 +61,8 @@ source_set("core") {
|
| "viewer.h",
|
| ]
|
|
|
| + defines = [ "DISTILLER_IMPLEMENTATION" ]
|
| +
|
| public_deps = [
|
| "//components/dom_distiller/core/proto",
|
| "//third_party/dom_distiller_js:proto",
|
|
|