| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 2c1f3f8ca0d1cd934a8a667c4a0ca84d6a1de076..e48b3da4bd38724f81645a585aaa76fcf4612906 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -643,6 +643,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",
|
|
|