OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['OS == "android"', { | 8 ['OS == "android"', { |
9 # Android doesn't use ffmpeg. | 9 # Android doesn't use ffmpeg. |
10 'use_ffmpeg%': 0, | 10 'use_ffmpeg%': 0, |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'clearkeycdmadapter_resources', | 138 'clearkeycdmadapter_resources', |
139 ], | 139 ], |
140 'sources': [ | 140 'sources': [ |
141 '<(SHARED_INTERMEDIATE_DIR)/clearkeycdmadapter_version.rc', | 141 '<(SHARED_INTERMEDIATE_DIR)/clearkeycdmadapter_version.rc', |
142 ], | 142 ], |
143 'conditions': [ | 143 'conditions': [ |
144 ['os_posix == 1 and OS != "mac" and enable_pepper_cdms==1', { | 144 ['os_posix == 1 and OS != "mac" and enable_pepper_cdms==1', { |
145 # Because clearkeycdm has type 'loadable_module' (see comments), | 145 # Because clearkeycdm has type 'loadable_module' (see comments), |
146 # we must explicitly specify this dependency. | 146 # we must explicitly specify this dependency. |
147 'libraries': [ | 147 'libraries': [ |
148 '-lrt', | |
149 # Built by clearkeycdm. | 148 # Built by clearkeycdm. |
150 '<(PRODUCT_DIR)/libclearkeycdm.so', | 149 '<(PRODUCT_DIR)/libclearkeycdm.so', |
151 ], | 150 ], |
152 }], | 151 }], |
153 ], | 152 ], |
154 }, | 153 }, |
155 ], | 154 ], |
156 }], | 155 }], |
157 ], | 156 ], |
158 } | 157 } |
OLD | NEW |