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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2310753002: Media Remoting: Data/Control plumbing between renderer and Media Router. (Closed)
Patch Set: Add input operation queuing to resolve race between data and message pipes. 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3640 matching lines...) Expand 10 before | Expand all | Expand 10 after
3651 "local_discovery/service_discovery_client_mdns.h", 3651 "local_discovery/service_discovery_client_mdns.h",
3652 "printing/cloud_print/privet_traffic_detector.cc", 3652 "printing/cloud_print/privet_traffic_detector.cc",
3653 "printing/cloud_print/privet_traffic_detector.h", 3653 "printing/cloud_print/privet_traffic_detector.h",
3654 ] 3654 ]
3655 } 3655 }
3656 3656
3657 if (enable_media_router) { 3657 if (enable_media_router) {
3658 deps += [ 3658 deps += [
3659 "//chrome/browser/media/router", 3659 "//chrome/browser/media/router",
3660 "//media/cast:net", 3660 "//media/cast:net",
3661 "//media/mojo/interfaces:remoting",
3661 ] 3662 ]
3662 sources += [ 3663 sources += [
3664 "media/cast_remoting_connector.cc",
3665 "media/cast_remoting_connector.h",
3663 "media/cast_remoting_sender.cc", 3666 "media/cast_remoting_sender.cc",
3664 "media/cast_remoting_sender.h", 3667 "media/cast_remoting_sender.h",
3665 ] 3668 ]
3666 } 3669 }
3667 3670
3668 if (enable_mojo_media) { 3671 if (enable_mojo_media) {
3669 configs += [ "//media/mojo/services:mojo_media_config" ] 3672 configs += [ "//media/mojo/services:mojo_media_config" ]
3670 sources += [ 3673 sources += [
3671 "media/output_protection_impl.cc", 3674 "media/output_protection_impl.cc",
3672 "media/output_protection_impl.h", 3675 "media/output_protection_impl.h",
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 # linking all of the test support. 4243 # linking all of the test support.
4241 static_library("pepper_cdm_test_constants") { 4244 static_library("pepper_cdm_test_constants") {
4242 testonly = true 4245 testonly = true
4243 visibility = [ "//chrome/*" ] 4246 visibility = [ "//chrome/*" ]
4244 sources = [ 4247 sources = [
4245 "media/pepper_cdm_test_constants.cc", 4248 "media/pepper_cdm_test_constants.cc",
4246 "media/pepper_cdm_test_constants.h", 4249 "media/pepper_cdm_test_constants.h",
4247 ] 4250 ]
4248 } 4251 }
4249 } 4252 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/media/cast_remoting_sender.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698