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

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

Issue 2963913002: Factor DRP PreviewsState logic out of content (Closed)
Patch Set: Change WebDataSource to WebDocumentLoader Created 3 years, 4 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/renderer/render_frame.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 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 # See comment at the top of //content/BUILD.gn for how this works. 998 # See comment at the top of //content/BUILD.gn for how this works.
1001 group("for_content_tests") { 999 group("for_content_tests") {
1002 visibility = [ "//content/test/*" ] 1000 visibility = [ "//content/test/*" ]
1003 1001
1004 if (!is_component_build) { 1002 if (!is_component_build) {
1005 public_deps = [ 1003 public_deps = [
1006 ":renderer", 1004 ":renderer",
1007 ] 1005 ]
1008 } 1006 }
1009 } 1007 }
OLDNEW
« no previous file with comments | « content/public/renderer/render_frame.h ('k') | content/renderer/previews_state_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698