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

Side by Side Diff: chromecast/browser/media/BUILD.gn

Issue 2277853002: [Chromecast] Support blocking some video resolutions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO on removal plan 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 6
7 source_set("media") { 7 source_set("media") {
8 sources = [ 8 sources = [
9 "cast_browser_cdm_factory.cc", 9 "cast_browser_cdm_factory.cc",
10 "cast_browser_cdm_factory.h", 10 "cast_browser_cdm_factory.h",
(...skipping 29 matching lines...) Expand all
40 "//chromecast/media", 40 "//chromecast/media",
41 "//content/public/browser", 41 "//content/public/browser",
42 "//media", 42 "//media",
43 "//ui/gfx/geometry", 43 "//ui/gfx/geometry",
44 ] 44 ]
45 45
46 if (!is_android) { 46 if (!is_android) {
47 sources += [ 47 sources += [
48 "cma_message_filter_host.cc", 48 "cma_message_filter_host.cc",
49 "cma_message_filter_host.h", 49 "cma_message_filter_host.h",
50 "video_resolution_policy.cc",
51 "video_resolution_policy.h",
50 ] 52 ]
51 } 53 }
52 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698