OLD | NEW |
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/features.gni") | 5 import("//build/config/features.gni") |
6 | 6 |
7 # Android doesn't use ffmpeg. | 7 # Android doesn't use ffmpeg. |
8 use_ffmpeg = !is_android | 8 use_ffmpeg = !is_android |
9 | 9 |
10 # The GYP version supports build flags "use_fake_video_decoder" and | 10 # The GYP version supports build flags "use_fake_video_decoder" and |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 } | 50 } |
51 | 51 |
52 # TODO(GYP): clearkeycdmadapter_resources | 52 # TODO(GYP): clearkeycdmadapter_resources |
53 | 53 |
54 group("clearkeycdmadapter") { | 54 group("clearkeycdmadapter") { |
55 deps = [ | 55 deps = [ |
56 #":cdmadapter", TODO(GYP) | 56 #":cdmadapter", TODO(GYP) |
57 ":clearkeycdm", | 57 ":clearkeycdm", |
58 | 58 |
59 #":clearkeycdmadapter_resources", TODO(GYP) | 59 #":clearkeycdmadapter_resources", TODO(GYP) |
60 "//ppapi:ppapi_cpp", | 60 "//ppapi/cpp", |
61 ] | 61 ] |
62 } | 62 } |
OLD | NEW |