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

Side by Side Diff: media/media.gyp

Issue 1937093002: Fix Windows component builds: Use component type in gyp build for media_gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Export InitializeVideoToolbox Created 4 years, 7 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/gpu/vt_video_decode_accelerator_mac.h ('k') | media/media_gpu.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1614 ['arm_neon==1', { 1614 ['arm_neon==1', {
1615 'defines': [ 1615 'defines': [
1616 'USE_NEON' 1616 'USE_NEON'
1617 ], 1617 ],
1618 }], 1618 }],
1619 ], 1619 ],
1620 }, 1620 },
1621 { 1621 {
1622 # GN version: //media/gpu 1622 # GN version: //media/gpu
1623 'target_name': 'media_gpu', 1623 'target_name': 'media_gpu',
1624 'type': 'static_library', 1624 'type': '<(component)',
1625 'includes': [ 'media_gpu.gypi' ], 1625 'includes': [ 'media_gpu.gypi' ],
1626 }, 1626 },
1627 ], 1627 ],
1628 'conditions': [ 1628 'conditions': [
1629 ['target_arch=="ia32" or target_arch=="x64"', { 1629 ['target_arch=="ia32" or target_arch=="x64"', {
1630 'targets': [ 1630 'targets': [
1631 { 1631 {
1632 'target_name': 'media_asm', 1632 'target_name': 'media_asm',
1633 'type': 'static_library', 1633 'type': 'static_library',
1634 'sources': [ 1634 'sources': [
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 'dependencies': [ 2280 'dependencies': [
2281 '../build/linux/system.gyp:libdrm', 2281 '../build/linux/system.gyp:libdrm',
2282 ] 2282 ]
2283 }], 2283 }],
2284 ], 2284 ],
2285 } 2285 }
2286 ] 2286 ]
2287 }], 2287 }],
2288 ], 2288 ],
2289 } 2289 }
OLDNEW
« no previous file with comments | « media/gpu/vt_video_decode_accelerator_mac.h ('k') | media/media_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698