| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 8d10c1b5c9b44d52eb9eccb2d192a37ca48dc32b..c5f87c2bdecdc0ca3e1c0cd5130ae266f9cad8b1 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -628,6 +628,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/frame_navigation_entry.cc",
|
|
|