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

Unified Diff: components/dom_distiller.gypi

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 | « chrome/common/chrome_switches.cc ('k') | components/dom_distiller/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller.gypi
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index c2caab715982cfab0468f5210a981cfa7357662f..589080765f5137c248570ae44dc292f4506e8ee2 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -39,13 +39,14 @@
'../base/base.gyp:base_prefs',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync',
- '../third_party/re2/re2.gyp:re2',
'../third_party/dom_distiller_js/dom_distiller_js.gyp:dom_distiller_js_proto',
+ '../third_party/re2/re2.gyp:re2',
'components.gyp:leveldb_proto',
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
'dom_distiller_protos',
'pref_registry',
+ 'variations',
],
'include_dirs': [
'..',
@@ -79,6 +80,8 @@
'dom_distiller/core/distiller_url_fetcher.h',
'dom_distiller/core/dom_distiller_constants.cc',
'dom_distiller/core/dom_distiller_constants.h',
+ 'dom_distiller/core/dom_distiller_features.cc',
+ 'dom_distiller/core/dom_distiller_features.h',
'dom_distiller/core/dom_distiller_model.cc',
'dom_distiller/core/dom_distiller_model.h',
'dom_distiller/core/dom_distiller_observer.h',
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | components/dom_distiller/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698