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

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

Issue 2310753002: Media Remoting: Data/Control plumbing between renderer and Media Router. (Closed)
Patch Set: Updated/Moved TODO comment in render_frame_impl.cc. And REBASE. Created 4 years, 3 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/webrtc/build/webrtc.gni") 8 import("//third_party/webrtc/build/webrtc.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "//gpu", 430 "//gpu",
431 "//gpu/command_buffer/client:gles2_interface", 431 "//gpu/command_buffer/client:gles2_interface",
432 "//jingle:jingle_glue", 432 "//jingle:jingle_glue",
433 "//media", 433 "//media",
434 "//media/blink", 434 "//media/blink",
435 "//media/capture", 435 "//media/capture",
436 "//media/gpu", 436 "//media/gpu",
437 "//media/gpu/ipc/client", 437 "//media/gpu/ipc/client",
438 "//media/gpu/ipc/common", 438 "//media/gpu/ipc/common",
439 "//media/midi", 439 "//media/midi",
440 "//media/mojo/interfaces:remoting",
440 "//mojo/common", 441 "//mojo/common",
441 "//mojo/edk/js", 442 "//mojo/edk/js",
442 "//mojo/public/cpp/bindings", 443 "//mojo/public/cpp/bindings",
443 "//mojo/public/js", 444 "//mojo/public/js",
444 "//net", 445 "//net",
445 "//sandbox", 446 "//sandbox",
446 "//services/shell/public/cpp", 447 "//services/shell/public/cpp",
447 "//services/shell/public/interfaces", 448 "//services/shell/public/interfaces",
448 "//skia", 449 "//skia",
449 "//storage/common", 450 "//storage/common",
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 # For the defines in mojo_media_config. 911 # For the defines in mojo_media_config.
911 public_configs = [ "//media/mojo/services:mojo_media_config" ] 912 public_configs = [ "//media/mojo/services:mojo_media_config" ]
912 } 913 }
913 914
914 if (!is_component_build) { 915 if (!is_component_build) {
915 public_deps = [ 916 public_deps = [
916 ":renderer", 917 ":renderer",
917 ] 918 ]
918 } 919 }
919 } 920 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698