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

Side by Side Diff: content/renderer/BUILD.gn

Issue 2910783002: Adds Lo-Fi fallback support for new Data Reduction Proxy protocol. (Closed)
Patch Set: Renamed helper method from Update* to Get* Created 3 years, 6 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 | « content/public/common/previews_state.h ('k') | content/renderer/previews_state_helper.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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "p2p/socket_client.h", 292 "p2p/socket_client.h",
293 "p2p/socket_client_delegate.h", 293 "p2p/socket_client_delegate.h",
294 "pepper/fullscreen_container.h", 294 "pepper/fullscreen_container.h",
295 "peripheral_content_heuristic.cc", 295 "peripheral_content_heuristic.cc",
296 "peripheral_content_heuristic.h", 296 "peripheral_content_heuristic.h",
297 "possibly_associated_interface_ptr.h", 297 "possibly_associated_interface_ptr.h",
298 "presentation/presentation_connection_proxy.cc", 298 "presentation/presentation_connection_proxy.cc",
299 "presentation/presentation_connection_proxy.h", 299 "presentation/presentation_connection_proxy.h",
300 "presentation/presentation_dispatcher.cc", 300 "presentation/presentation_dispatcher.cc",
301 "presentation/presentation_dispatcher.h", 301 "presentation/presentation_dispatcher.h",
302 "previews_state_helper.cc",
303 "previews_state_helper.h",
302 "push_messaging/push_messaging_client.cc", 304 "push_messaging/push_messaging_client.cc",
303 "push_messaging/push_messaging_client.h", 305 "push_messaging/push_messaging_client.h",
304 "render_frame_impl.cc", 306 "render_frame_impl.cc",
305 "render_frame_impl.h", 307 "render_frame_impl.h",
306 "render_frame_proxy.cc", 308 "render_frame_proxy.cc",
307 "render_frame_proxy.h", 309 "render_frame_proxy.h",
308 "render_process.cc", 310 "render_process.cc",
309 "render_process.h", 311 "render_process.h",
310 "render_process_impl.cc", 312 "render_process_impl.cc",
311 "render_process_impl.h", 313 "render_process_impl.h",
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 # See comment at the top of //content/BUILD.gn for how this works. 990 # See comment at the top of //content/BUILD.gn for how this works.
989 group("for_content_tests") { 991 group("for_content_tests") {
990 visibility = [ "//content/test/*" ] 992 visibility = [ "//content/test/*" ]
991 993
992 if (!is_component_build) { 994 if (!is_component_build) {
993 public_deps = [ 995 public_deps = [
994 ":renderer", 996 ":renderer",
995 ] 997 ]
996 } 998 }
997 } 999 }
OLDNEW
« no previous file with comments | « content/public/common/previews_state.h ('k') | content/renderer/previews_state_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698