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

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

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change in //chrome/common/DEPS that broke checkdeps Created 5 years, 5 months 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
« no previous file with comments | « components/dom_distiller/DEPS ('k') | components/dom_distiller/core/dom_distiller_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/BUILD.gn
diff --git a/components/dom_distiller/core/BUILD.gn b/components/dom_distiller/core/BUILD.gn
index 96e72e4abb07b5f48ef96051ba7892aac91afbbb..2d12abd4e35c44561534c4c01fcac131d37163fb 100644
--- a/components/dom_distiller/core/BUILD.gn
+++ b/components/dom_distiller/core/BUILD.gn
@@ -29,6 +29,8 @@ source_set("core") {
"distiller_url_fetcher.h",
"dom_distiller_constants.cc",
"dom_distiller_constants.h",
+ "dom_distiller_features.cc",
+ "dom_distiller_features.h",
"dom_distiller_model.cc",
"dom_distiller_model.h",
"dom_distiller_observer.h",
@@ -69,6 +71,7 @@ source_set("core") {
"//components/pref_registry",
"//components/resources",
"//components/strings",
+ "//components/variations",
"//net",
"//skia",
"//sync",
« no previous file with comments | « components/dom_distiller/DEPS ('k') | components/dom_distiller/core/dom_distiller_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698