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

Unified Diff: ios/web/BUILD.gn

Issue 1919473003: [ios Mojo] Added util function to convert WKSecurityOrigin to GURL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test Created 4 years, 8 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
« no previous file with comments | « ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 014ff7e0bdd99594b368090d268ba6606cbf30d7..81d6a057d0b605eb6d6b47bdcb8beeaa143f1be1 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -104,8 +104,8 @@ source_set("web") {
"public/load_committed_details.h",
"public/navigation_item.h",
"public/navigation_manager.h",
- "public/origin_util.cc",
"public/origin_util.h",
+ "public/origin_util.mm",
"public/referrer.h",
"public/referrer_util.cc",
"public/referrer_util.h",
@@ -388,6 +388,7 @@ test("ios_web_unittests") {
"net/request_group_util_unittest.mm",
"net/request_tracker_impl_unittest.mm",
"net/web_http_protocol_handler_delegate_unittest.mm",
+ "public/origin_util_unittest.mm",
"public/referrer_util_unittest.cc",
"public/web_state/page_viewport_state_unittest.mm",
"string_util_unittest.cc",
« no previous file with comments | « ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698