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

Unified Diff: chrome/common/BUILD.gn

Issue 1253953002: Componentize enhanced_bookmark_features.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete #include 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/chrome_browser.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index fc85ced6f94a3639c29a0985929e9ad6008a26cf..08767a5940af3cc4fd32777e156ef53cdd280e17 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -304,6 +304,8 @@ static_library("constants") {
"//base",
"//base/third_party/dynamic_annotations",
"//components/bookmarks/common",
+ "//components/dom_distiller/core",
sky 2015/07/24 20:26:45 This code ends up linked into the renderer. It doe
sdefresne 2015/07/25 19:17:57 Removed. Thank you for pointing this.
+ "//components/enhanced_bookmarks",
"//third_party/widevine/cdm:version_h",
]
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698