| Index: components/navigation_interception/BUILD.gn
|
| diff --git a/components/navigation_interception/BUILD.gn b/components/navigation_interception/BUILD.gn
|
| index f268510b5b909b633f3234224bf12a4ebaa73252..12456ff30d6a1206f8780ca951a6f1a1662046db 100644
|
| --- a/components/navigation_interception/BUILD.gn
|
| +++ b/components/navigation_interception/BUILD.gn
|
| @@ -8,8 +8,8 @@
|
|
|
| source_set("navigation_interception") {
|
| sources = [
|
| - "intercept_navigation_throttle.cc",
|
| - "intercept_navigation_throttle.h",
|
| + "intercept_navigation_resource_throttle.cc",
|
| + "intercept_navigation_resource_throttle.h",
|
| "navigation_params.cc",
|
| "navigation_params.h",
|
| ]
|
| @@ -49,7 +49,7 @@
|
| source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| - "intercept_navigation_throttle_unittest.cc",
|
| + "intercept_navigation_resource_throttle_unittest.cc",
|
| ]
|
| deps = [
|
| ":navigation_interception",
|
|
|