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

Side by Side Diff: media/media_cdm.gypi

Issue 854753002: linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ozone Created 5 years, 11 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 | « media/media.gyp ('k') | third_party/mesa/mesa.gyp » ('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 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
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',
148 # Built by clearkeycdm. 149 # Built by clearkeycdm.
149 '<(PRODUCT_DIR)/libclearkeycdm.so', 150 '<(PRODUCT_DIR)/libclearkeycdm.so',
150 ], 151 ],
151 }], 152 }],
152 ], 153 ],
153 }, 154 },
154 ], 155 ],
155 }], 156 }],
156 ], 157 ],
157 } 158 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | third_party/mesa/mesa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698