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

Side by Side 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, 10 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 unified diff | Download patch
« url/origin_filter.cc ('K') | « url/url.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'gurl_sources': [ 7 'gurl_sources': [
8 'android/url_jni_registrar.cc', 8 'android/url_jni_registrar.cc',
9 'android/url_jni_registrar.h', 9 'android/url_jni_registrar.h',
10 'gurl.cc', 10 'gurl.cc',
11 'gurl.h', 11 'gurl.h',
12 'origin.cc', 12 'origin.cc',
13 'origin.h', 13 'origin.h',
14 'origin_filter.cc',
15 'origin_filter.h',
14 'scheme_host_port.cc', 16 'scheme_host_port.cc',
15 'scheme_host_port.h', 17 'scheme_host_port.h',
16 'third_party/mozilla/url_parse.cc', 18 'third_party/mozilla/url_parse.cc',
17 'third_party/mozilla/url_parse.h', 19 'third_party/mozilla/url_parse.h',
18 'url_canon.h', 20 'url_canon.h',
19 'url_canon_etc.cc', 21 'url_canon_etc.cc',
20 'url_canon_filesystemurl.cc', 22 'url_canon_filesystemurl.cc',
21 'url_canon_fileurl.cc', 23 'url_canon_fileurl.cc',
22 'url_canon_host.cc', 24 'url_canon_host.cc',
23 'url_canon_icu.cc', 25 'url_canon_icu.cc',
(...skipping 13 matching lines...) Expand all
37 'url_constants.cc', 39 'url_constants.cc',
38 'url_constants.h', 40 'url_constants.h',
39 'url_file.h', 41 'url_file.h',
40 'url_parse_file.cc', 42 'url_parse_file.cc',
41 'url_parse_internal.h', 43 'url_parse_internal.h',
42 'url_util.cc', 44 'url_util.cc',
43 'url_util.h', 45 'url_util.h',
44 ], 46 ],
45 }, 47 },
46 } 48 }
OLDNEW
« 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