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

Unified Diff: tools/gn/secondary/net/BUILD.gn

Issue 104513002: Fixed playing video in component extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Linux compilation fix. Created 6 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
« no previous file with comments | « net/url_request/url_request_simple_job_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/net/BUILD.gn
diff --git a/tools/gn/secondary/net/BUILD.gn b/tools/gn/secondary/net/BUILD.gn
index 114da13ad5b16b3fd23c3c0e6cb6aaa7a10f1e43..aee779b176ba2b0ee2aee808d0f73efec21edc9a 100644
--- a/tools/gn/secondary/net/BUILD.gn
+++ b/tools/gn/secondary/net/BUILD.gn
@@ -981,6 +981,8 @@ component("net") {
"url_request/url_fetcher_impl.h",
"url_request/url_fetcher_response_writer.cc",
"url_request/url_fetcher_response_writer.h",
+ "url_request/url_range_request_job.cc",
+ "url_request/url_range_request_job.h",
"url_request/url_request.cc",
"url_request/url_request.h",
"url_request/url_request_about_job.cc",
« no previous file with comments | « net/url_request/url_request_simple_job_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698