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

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

Issue 2310753002: Media Remoting: Data/Control plumbing between renderer and Media Router. (Closed)
Patch Set: xjz's PS4 comments addressed. 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 3639 matching lines...) Expand 10 before | Expand all | Expand 10 after
3650 "local_discovery/service_discovery_client_mdns.h", 3650 "local_discovery/service_discovery_client_mdns.h",
3651 "printing/cloud_print/privet_traffic_detector.cc", 3651 "printing/cloud_print/privet_traffic_detector.cc",
3652 "printing/cloud_print/privet_traffic_detector.h", 3652 "printing/cloud_print/privet_traffic_detector.h",
3653 ] 3653 ]
3654 } 3654 }
3655 3655
3656 if (enable_media_router) { 3656 if (enable_media_router) {
3657 deps += [ 3657 deps += [
3658 "//chrome/browser/media/router", 3658 "//chrome/browser/media/router",
3659 "//media/cast:net", 3659 "//media/cast:net",
3660 "//media/mojo/interfaces:remoting",
3660 ] 3661 ]
3661 sources += [ 3662 sources += [
3663 "media/cast_remoting_connector.cc",
3664 "media/cast_remoting_connector.h",
3662 "media/cast_remoting_sender.cc", 3665 "media/cast_remoting_sender.cc",
3663 "media/cast_remoting_sender.h", 3666 "media/cast_remoting_sender.h",
3664 ] 3667 ]
3665 } 3668 }
3666 3669
3667 if (enable_mojo_media) { 3670 if (enable_mojo_media) {
3668 configs += [ "//media/mojo/services:mojo_media_config" ] 3671 configs += [ "//media/mojo/services:mojo_media_config" ]
3669 sources += [ 3672 sources += [
3670 "media/output_protection_impl.cc", 3673 "media/output_protection_impl.cc",
3671 "media/output_protection_impl.h", 3674 "media/output_protection_impl.h",
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
4248 # linking all of the test support. 4251 # linking all of the test support.
4249 static_library("pepper_cdm_test_constants") { 4252 static_library("pepper_cdm_test_constants") {
4250 testonly = true 4253 testonly = true
4251 visibility = [ "//chrome/*" ] 4254 visibility = [ "//chrome/*" ]
4252 sources = [ 4255 sources = [
4253 "media/pepper_cdm_test_constants.cc", 4256 "media/pepper_cdm_test_constants.cc",
4254 "media/pepper_cdm_test_constants.h", 4257 "media/pepper_cdm_test_constants.h",
4255 ] 4258 ]
4256 } 4259 }
4257 } 4260 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/media/cast_remoting_connector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698