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

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

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

Powered by Google App Engine
This is Rietveld 408576698