Chromium Code Reviews| 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 += [ |