| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |