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

Side by Side Diff: third_party/WebKit/Source/platform/network/DEPS

Issue 2766583002: Set the same headers for data URLs in WebURLLoaderImpl and ResourceFetcher (Closed)
Patch Set: Add a comment Created 3 years, 9 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/mime_util", 2 "+components/mime_util",
3 "+media", 3 "+media",
4 "-media/blink", 4 "-media/blink",
5 # net/ includes should be allowed only in a limited set of directories, 5 # net/ includes should be allowed only in a limited set of directories,
6 # so we have separate DEPS from platform's one. 6 # so we have separate DEPS from platform's one.
7 "+net/base", 7 "+net/base",
8 "+net/http", 8 "+net/http",
9 # For URLRequestDataJob::BuildResponse().
10 "+net/url_request/url_request_data_job.h",
kouhei (in TOK) 2017/03/21 11:07:49 Should we move NetworkUtils or parseDataURL to pla
9 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698