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

Unified Diff: url/url.gyp

Issue 1224293002: Introduce 'url::Origin'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url-schemehostport
Patch Set: Nits. Created 5 years, 5 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
« url/origin.h ('K') | « url/origin_unittest.cc ('k') | url/url_srcs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url.gyp
diff --git a/url/url.gyp b/url/url.gyp
index 198d44866b795f29f2a6a90716eb38f101497b94..b8355a87ddc9062fc69542989db95500e26affce 100644
--- a/url/url.gyp
+++ b/url/url.gyp
@@ -46,8 +46,9 @@
'url_lib',
],
'sources': [
- 'gurl_unittest.cc',
'deprecated_serialized_origin_unittest.cc',
+ 'gurl_unittest.cc',
+ 'origin_unittest.cc',
'scheme_host_port_unittest.cc',
'url_canon_icu_unittest.cc',
'url_canon_unittest.cc',
« url/origin.h ('K') | « url/origin_unittest.cc ('k') | url/url_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698