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

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

Issue 2903853002: Make RendererCompositorFrameSink derive from ClientCompositorFrameSink (Closed)
Patch Set: Add comments 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "//cc/paint", 432 "//cc/paint",
433 "//cc/surfaces", 433 "//cc/surfaces",
434 "//cc/surfaces:surface_id", 434 "//cc/surfaces:surface_id",
435 "//cc/surfaces:surfaces", 435 "//cc/surfaces:surfaces",
436 "//components/discardable_memory/client", 436 "//components/discardable_memory/client",
437 "//components/metrics", 437 "//components/metrics",
438 "//components/metrics:single_sample_metrics", 438 "//components/metrics:single_sample_metrics",
439 "//components/payments/mojom:mojom_payment_app", 439 "//components/payments/mojom:mojom_payment_app",
440 "//components/url_formatter", 440 "//components/url_formatter",
441 "//components/variations", 441 "//components/variations",
442 "//components/viz/client",
442 "//content:resources", 443 "//content:resources",
443 "//content/child", 444 "//content/child",
444 "//content/common", 445 "//content/common",
445 "//content/common:features", 446 "//content/common:features",
446 "//content/gpu:gpu_sources", 447 "//content/gpu:gpu_sources",
447 "//content/public/child:child_sources", 448 "//content/public/child:child_sources",
448 "//content/public/common:feature_h264_with_openh264_ffmpeg", 449 "//content/public/common:feature_h264_with_openh264_ffmpeg",
449 "//content/public/common:features", 450 "//content/public/common:features",
450 "//content/public/common:service_names", 451 "//content/public/common:service_names",
451 "//crypto:platform", 452 "//crypto:platform",
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 # See comment at the top of //content/BUILD.gn for how this works. 979 # See comment at the top of //content/BUILD.gn for how this works.
979 group("for_content_tests") { 980 group("for_content_tests") {
980 visibility = [ "//content/test/*" ] 981 visibility = [ "//content/test/*" ]
981 982
982 if (!is_component_build) { 983 if (!is_component_build) {
983 public_deps = [ 984 public_deps = [
984 ":renderer", 985 ":renderer",
985 ] 986 ]
986 } 987 }
987 } 988 }
OLDNEW
« no previous file with comments | « components/viz/client/client_compositor_frame_sink.cc ('k') | content/renderer/gpu/renderer_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698