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

Unified Diff: url/url_srcs.gypi

Issue 1603903002: Add an OriginFilterBuilder class for [white|black]listing origins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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_filter.cc ('K') | « url/url.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_srcs.gypi
diff --git a/url/url_srcs.gypi b/url/url_srcs.gypi
index dfa1e3f68b8eb6f7794cd94d4068f82b3ff64d52..fc9bb90bb5f84b6c2a0c699029eb328ba5273201 100644
--- a/url/url_srcs.gypi
+++ b/url/url_srcs.gypi
@@ -11,6 +11,8 @@
'gurl.h',
'origin.cc',
'origin.h',
+ 'origin_filter.cc',
+ 'origin_filter.h',
'scheme_host_port.cc',
'scheme_host_port.h',
'third_party/mozilla/url_parse.cc',
« url/origin_filter.cc ('K') | « url/url.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698