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

Side by Side 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 unified diff | 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 »
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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "gpu/stream_texture_host_android.cc", 147 "gpu/stream_texture_host_android.cc",
148 "gpu/stream_texture_host_android.h", 148 "gpu/stream_texture_host_android.h",
149 "history_controller.cc", 149 "history_controller.cc",
150 "history_controller.h", 150 "history_controller.h",
151 "history_entry.cc", 151 "history_entry.cc",
152 "history_entry.h", 152 "history_entry.h",
153 "history_serialization.cc", 153 "history_serialization.cc",
154 "history_serialization.h", 154 "history_serialization.h",
155 "idle_user_detector.cc", 155 "idle_user_detector.cc",
156 "idle_user_detector.h", 156 "idle_user_detector.h",
157 "image_downloader/image_downloader_base.cc",
158 "image_downloader/image_downloader_base.h",
157 "image_downloader/image_downloader_impl.cc", 159 "image_downloader/image_downloader_impl.cc",
158 "image_downloader/image_downloader_impl.h", 160 "image_downloader/image_downloader_impl.h",
161 "image_downloader/single_image_downloader.cc",
162 "image_downloader/single_image_downloader.h",
159 "ime_event_guard.cc", 163 "ime_event_guard.cc",
160 "ime_event_guard.h", 164 "ime_event_guard.h",
161 "in_process_renderer_thread.cc", 165 "in_process_renderer_thread.cc",
162 "in_process_renderer_thread.h", 166 "in_process_renderer_thread.h",
163 "input/input_event_filter.cc", 167 "input/input_event_filter.cc",
164 "input/input_event_filter.h", 168 "input/input_event_filter.h",
165 "input/input_handler_manager.cc", 169 "input/input_handler_manager.cc",
166 "input/input_handler_manager.h", 170 "input/input_handler_manager.h",
167 "input/input_handler_manager_client.h", 171 "input/input_handler_manager_client.h",
168 "input/input_handler_wrapper.cc", 172 "input/input_handler_wrapper.cc",
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 # For the defines in mojo_media_config. 922 # For the defines in mojo_media_config.
919 public_configs = [ "//media/mojo/services:mojo_media_config" ] 923 public_configs = [ "//media/mojo/services:mojo_media_config" ]
920 } 924 }
921 925
922 if (!is_component_build) { 926 if (!is_component_build) {
923 public_deps = [ 927 public_deps = [
924 ":renderer", 928 ":renderer",
925 ] 929 ]
926 } 930 }
927 } 931 }
OLDNEW
« 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