| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 1b2a0b9e3fb4df4e8d0fce6fe1778731705d9125..924531c73edfbc8db3c26a7e4103e434ef139c78 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -648,6 +648,8 @@ source_set("browser") {
|
| "frame_host/ancestor_throttle.h",
|
| "frame_host/cross_process_frame_connector.cc",
|
| "frame_host/cross_process_frame_connector.h",
|
| + "frame_host/data_url_navigation_throttle.cc",
|
| + "frame_host/data_url_navigation_throttle.h",
|
| "frame_host/debug_urls.cc",
|
| "frame_host/debug_urls.h",
|
| "frame_host/form_submission_throttle.cc",
|
|
|