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

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

Issue 2138013003: media::mojom::Remoter and CastRemotingConnector/Sender (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CastRemotingConnector unit tests, and misc. 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3647 matching lines...) Expand 10 before | Expand all | Expand 10 after
3658 "printing/cloud_print/privet_traffic_detector.h", 3658 "printing/cloud_print/privet_traffic_detector.h",
3659 ] 3659 ]
3660 } 3660 }
3661 if (is_android) { 3661 if (is_android) {
3662 sources -= [ 3662 sources -= [
3663 "autofill/validation_rules_storage_factory.cc", 3663 "autofill/validation_rules_storage_factory.cc",
3664 "autofill/validation_rules_storage_factory.h", 3664 "autofill/validation_rules_storage_factory.h",
3665 ] 3665 ]
3666 } 3666 }
3667 if (enable_media_router) { 3667 if (enable_media_router) {
3668 deps += [ "//chrome/browser/media/router" ] 3668 deps += [ "//chrome/browser/media/router",
3669 "//media/cast:net",
3670 "//media/mojo/interfaces:remoting", ]
3671 sources += [
3672 "media/cast_remoting_connector.cc",
3673 "media/cast_remoting_connector.h",
3674 "media/cast_remoting_sender.cc",
3675 "media/cast_remoting_sender.h",
3676 ]
3669 } 3677 }
3670 3678
3671 if (enable_mojo_media) { 3679 if (enable_mojo_media) {
3672 configs += [ "//media/mojo/services:mojo_media_config" ] 3680 configs += [ "//media/mojo/services:mojo_media_config" ]
3673 sources += [ 3681 sources += [
3674 "media/output_protection_impl.cc", 3682 "media/output_protection_impl.cc",
3675 "media/output_protection_impl.h", 3683 "media/output_protection_impl.h",
3676 ] 3684 ]
3677 deps += [ "//media/mojo/interfaces" ] 3685 deps += [ "//media/mojo/interfaces" ]
3678 if (mojo_media_host == "browser") { 3686 if (mojo_media_host == "browser") {
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
4252 # linking all of the test support. 4260 # linking all of the test support.
4253 static_library("pepper_cdm_test_constants") { 4261 static_library("pepper_cdm_test_constants") {
4254 testonly = true 4262 testonly = true
4255 visibility = [ "//chrome/*" ] 4263 visibility = [ "//chrome/*" ]
4256 sources = [ 4264 sources = [
4257 "media/pepper_cdm_test_constants.cc", 4265 "media/pepper_cdm_test_constants.cc",
4258 "media/pepper_cdm_test_constants.h", 4266 "media/pepper_cdm_test_constants.h",
4259 ] 4267 ]
4260 } 4268 }
4261 } 4269 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698