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

Unified Diff: chrome/common/BUILD.gn

Issue 1122613002: Make the Windows multi_dll build work in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@buildflags
Patch Set: chromeos and android Created 5 years, 8 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/browser/extensions/BUILD.gn ('k') | chrome/common/extensions/api/BUILD.gn » ('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 1985599cab6e25717747a74565c94b2aa3a17f79..c7b0eadd1fe079e881e5f00e9ae5ccffb8439a5b 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -55,6 +55,7 @@ static_library("common") {
"//chrome/common/safe_browsing:proto",
"//chrome/installer/util",
"//components/cloud_devices/common",
+ "//components/component_updater",
"//components/content_settings/core/common",
"//components/favicon_base",
"//components/json_schema",
@@ -191,7 +192,10 @@ static_library("common") {
}
if (is_win) {
- deps += [ "//third_party/wtl" ]
+ deps += [
+ "//components/dom_distiller/core", # Needed by chrome_content_client.cc.
+ "//third_party/wtl",
+ ]
}
if (enable_mdns) {
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/common/extensions/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698