| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 9843d9b38f945119e5bb76e4ed6615d13a6ec394..ac50dc432d13d1c469f3a3365a02868f6fc13cba 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -613,6 +613,8 @@ source_set("browser") {
|
| "frame_host/csp_context_impl.cc",
|
| "frame_host/debug_urls.cc",
|
| "frame_host/debug_urls.h",
|
| + "frame_host/form_submission_throttle.cc",
|
| + "frame_host/form_submission_throttle.h",
|
| "frame_host/frame_navigation_entry.cc",
|
| "frame_host/frame_navigation_entry.h",
|
| "frame_host/frame_tree.cc",
|
|
|