Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: components/dom_distiller/core/BUILD.gn

Issue 1248643004: Test distillability without JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@early
Patch Set: update model, functionally correct locally Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698