| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 4f01a125b4729010f0ad94f5f5e0baf83e2880bb..faf13bff7bcfde941a6f74730f2f8889563daffe 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -642,6 +642,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",
|
|
|