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

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

Issue 2910783002: Adds Lo-Fi fallback support for new Data Reduction Proxy protocol. (Closed)
Patch Set: Added support for legacy Lo-Fi path (without Lite-Page enabled). 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
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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "p2p/socket_client.h", 286 "p2p/socket_client.h",
287 "p2p/socket_client_delegate.h", 287 "p2p/socket_client_delegate.h",
288 "pepper/fullscreen_container.h", 288 "pepper/fullscreen_container.h",
289 "peripheral_content_heuristic.cc", 289 "peripheral_content_heuristic.cc",
290 "peripheral_content_heuristic.h", 290 "peripheral_content_heuristic.h",
291 "possibly_associated_interface_ptr.h", 291 "possibly_associated_interface_ptr.h",
292 "presentation/presentation_connection_proxy.cc", 292 "presentation/presentation_connection_proxy.cc",
293 "presentation/presentation_connection_proxy.h", 293 "presentation/presentation_connection_proxy.h",
294 "presentation/presentation_dispatcher.cc", 294 "presentation/presentation_dispatcher.cc",
295 "presentation/presentation_dispatcher.h", 295 "presentation/presentation_dispatcher.h",
296 "previews_state_helper.cc",
297 "previews_state_helper.h",
296 "push_messaging/push_messaging_client.cc", 298 "push_messaging/push_messaging_client.cc",
297 "push_messaging/push_messaging_client.h", 299 "push_messaging/push_messaging_client.h",
298 "render_frame_impl.cc", 300 "render_frame_impl.cc",
299 "render_frame_impl.h", 301 "render_frame_impl.h",
300 "render_frame_proxy.cc", 302 "render_frame_proxy.cc",
301 "render_frame_proxy.h", 303 "render_frame_proxy.h",
302 "render_process.cc", 304 "render_process.cc",
303 "render_process.h", 305 "render_process.h",
304 "render_process_impl.cc", 306 "render_process_impl.cc",
305 "render_process_impl.h", 307 "render_process_impl.h",
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 # See comment at the top of //content/BUILD.gn for how this works. 978 # See comment at the top of //content/BUILD.gn for how this works.
977 group("for_content_tests") { 979 group("for_content_tests") {
978 visibility = [ "//content/test/*" ] 980 visibility = [ "//content/test/*" ]
979 981
980 if (!is_component_build) { 982 if (!is_component_build) {
981 public_deps = [ 983 public_deps = [
982 ":renderer", 984 ":renderer",
983 ] 985 ]
984 } 986 }
985 } 987 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698