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

Unified Diff: content/browser/BUILD.gn

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: Move MHTMLExtraData and MHTMLExtraPart out of the .h file Created 3 years, 9 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 28e1bc882e785e9543c0418454e5f4481583cdb9..1d889d1bad3b452b00db57c21bb8cc8107473c68 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -18,6 +18,7 @@ source_set("browser") {
":for_content_tests", # See top of //content/BUILD.gn for why.
"//content/app:*",
"//content/public/browser:browser_sources",
+ "//content/browser/download:*",
Dmitry Titov 2017/03/23 17:34:10 This is a strange dependency, runs counter the com
Pete Williamson 2017/03/23 20:26:38 This is leftover cruft from an earlier try, remove
]
configs += [

Powered by Google App Engine
This is Rietveld 408576698