Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: components/navigation_interception/BUILD.gn

Issue 1269813002: Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation-api
Patch Set: Rebase on https://codereview.chromium.org/1312213010/ Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/navigation_interception/BUILD.gn
diff --git a/components/navigation_interception/BUILD.gn b/components/navigation_interception/BUILD.gn
index 12456ff30d6a1206f8780ca951a6f1a1662046db..f268510b5b909b633f3234224bf12a4ebaa73252 100644
--- a/components/navigation_interception/BUILD.gn
+++ b/components/navigation_interception/BUILD.gn
@@ -8,8 +8,8 @@ if (is_android) {
source_set("navigation_interception") {
sources = [
- "intercept_navigation_resource_throttle.cc",
- "intercept_navigation_resource_throttle.h",
+ "intercept_navigation_throttle.cc",
+ "intercept_navigation_throttle.h",
"navigation_params.cc",
"navigation_params.h",
]
@@ -49,7 +49,7 @@ if (is_android) {
source_set("unit_tests") {
testonly = true
sources = [
- "intercept_navigation_resource_throttle_unittest.cc",
+ "intercept_navigation_throttle_unittest.cc",
]
deps = [
":navigation_interception",
« no previous file with comments | « components/navigation_interception.gypi ('k') | components/navigation_interception/intercept_navigation_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698