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

Unified Diff: content/renderer/BUILD.gn

Issue 2538853002: Media Remoting: Draw remoting interstitial on poster image. (Closed)
Patch Set: Addressed nasko's comments. Created 3 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 | « no previous file | content/renderer/fetchers/multi_resolution_image_resource_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index b90db496cff84cd49b3e30ad2a990a76e663e779..0acebdcb202b1f0f1e5ab1f08507442fa70fe2ac 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -154,8 +154,12 @@ target(link_target_type, "renderer") {
"history_serialization.h",
"idle_user_detector.cc",
"idle_user_detector.h",
+ "image_downloader/image_downloader_base.cc",
+ "image_downloader/image_downloader_base.h",
"image_downloader/image_downloader_impl.cc",
"image_downloader/image_downloader_impl.h",
+ "image_downloader/single_image_downloader.cc",
+ "image_downloader/single_image_downloader.h",
"ime_event_guard.cc",
"ime_event_guard.h",
"in_process_renderer_thread.cc",
« no previous file with comments | « no previous file | content/renderer/fetchers/multi_resolution_image_resource_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698