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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2268973002: Rename SecurityOriginCache to URLSecurityOriginMap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 4 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: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 600f295c9dd9158f2243758a9fe8c80e8b5ea778..54db444214132ea23d7b119bcfb3712f6036ba87 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1488,12 +1488,12 @@ component("platform") {
"weborigin/SchemeRegistry.h",
"weborigin/SecurityOrigin.cpp",
"weborigin/SecurityOrigin.h",
- "weborigin/SecurityOriginCache.h",
"weborigin/SecurityOriginHash.h",
"weborigin/SecurityPolicy.cpp",
"weborigin/SecurityPolicy.h",
"weborigin/Suborigin.cpp",
"weborigin/Suborigin.h",
+ "weborigin/URLSecurityOriginMap.h",
]
sources -= blink_platform_neon_files

Powered by Google App Engine
This is Rietveld 408576698