Chromium Code Reviews| Index: content/browser/BUILD.gn |
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
| index 0ec7e95b0b48b3ff99fa4daf3fedca185b03c088..9843d9b38f945119e5bb76e4ed6615d13a6ec394 100644 |
| --- a/content/browser/BUILD.gn |
| +++ b/content/browser/BUILD.gn |
| @@ -610,6 +610,7 @@ source_set("browser") { |
| "frame_host/ancestor_throttle.h", |
| "frame_host/cross_process_frame_connector.cc", |
| "frame_host/cross_process_frame_connector.h", |
| + "frame_host/csp_context_impl.cc", |
|
alexmos
2017/02/24 06:40:27
Does this need the .h also?
arthursonzogni
2017/02/24 16:13:29
Ack. (File removed)
|
| "frame_host/debug_urls.cc", |
| "frame_host/debug_urls.h", |
| "frame_host/frame_navigation_entry.cc", |