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

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

Issue 2963913002: Factor DRP PreviewsState logic out of content (Closed)
Patch Set: dougarnett comments Created 3 years, 5 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "p2p/network_list_manager.h", 289 "p2p/network_list_manager.h",
290 "p2p/socket_client.h", 290 "p2p/socket_client.h",
291 "p2p/socket_client_delegate.h", 291 "p2p/socket_client_delegate.h",
292 "pepper/fullscreen_container.h", 292 "pepper/fullscreen_container.h",
293 "peripheral_content_heuristic.cc", 293 "peripheral_content_heuristic.cc",
294 "peripheral_content_heuristic.h", 294 "peripheral_content_heuristic.h",
295 "presentation/presentation_connection_proxy.cc", 295 "presentation/presentation_connection_proxy.cc",
296 "presentation/presentation_connection_proxy.h", 296 "presentation/presentation_connection_proxy.h",
297 "presentation/presentation_dispatcher.cc", 297 "presentation/presentation_dispatcher.cc",
298 "presentation/presentation_dispatcher.h", 298 "presentation/presentation_dispatcher.h",
299 "previews_state_helper.cc",
300 "previews_state_helper.h",
301 "push_messaging/push_messaging_client.cc", 299 "push_messaging/push_messaging_client.cc",
302 "push_messaging/push_messaging_client.h", 300 "push_messaging/push_messaging_client.h",
303 "render_frame_impl.cc", 301 "render_frame_impl.cc",
304 "render_frame_impl.h", 302 "render_frame_impl.h",
305 "render_frame_proxy.cc", 303 "render_frame_proxy.cc",
306 "render_frame_proxy.h", 304 "render_frame_proxy.h",
307 "render_process.cc", 305 "render_process.cc",
308 "render_process.h", 306 "render_process.h",
309 "render_process_impl.cc", 307 "render_process_impl.cc",
310 "render_process_impl.h", 308 "render_process_impl.h",
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 # See comment at the top of //content/BUILD.gn for how this works. 989 # See comment at the top of //content/BUILD.gn for how this works.
992 group("for_content_tests") { 990 group("for_content_tests") {
993 visibility = [ "//content/test/*" ] 991 visibility = [ "//content/test/*" ]
994 992
995 if (!is_component_build) { 993 if (!is_component_build) {
996 public_deps = [ 994 public_deps = [
997 ":renderer", 995 ":renderer",
998 ] 996 ]
999 } 997 }
1000 } 998 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698