Chromium Code Reviews| Index: third_party/WebKit/Source/platform/network/DEPS |
| diff --git a/third_party/WebKit/Source/platform/network/DEPS b/third_party/WebKit/Source/platform/network/DEPS |
| index a259d87d95639f8dfd6e4d8c229211cf307f77e1..702968f849ecc63da08d3b350b4ff79467454eed 100644 |
| --- a/third_party/WebKit/Source/platform/network/DEPS |
| +++ b/third_party/WebKit/Source/platform/network/DEPS |
| @@ -6,4 +6,6 @@ include_rules = [ |
| # so we have separate DEPS from platform's one. |
| "+net/base", |
| "+net/http", |
| + # For URLRequestDataJob::BuildResponse(). |
| + "+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
|
| ] |