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

Side by Side Diff: media/media.gyp

Issue 1095333004: GN Windows component build fixes: media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« media/BUILD.gn ('K') | « media/base/android/BUILD.gn ('k') | no next file » | 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 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 'base/simd/media_export.asm', 1647 'base/simd/media_export.asm',
1648 'base/simd/scale_yuv_to_rgb_mmx.inc', 1648 'base/simd/scale_yuv_to_rgb_mmx.inc',
1649 ], 1649 ],
1650 }, 1650 },
1651 'msvs_2010_disable_uldi_when_referenced': 1, 1651 'msvs_2010_disable_uldi_when_referenced': 1,
1652 'includes': [ 1652 'includes': [
1653 '../third_party/yasm/yasm_compile.gypi', 1653 '../third_party/yasm/yasm_compile.gypi',
1654 ], 1654 ],
1655 }, 1655 },
1656 { 1656 {
1657 # GN version: //media/base:media_sse2
1657 'target_name': 'media_sse2', 1658 'target_name': 'media_sse2',
1658 'type': 'static_library', 1659 'type': 'static_library',
1659 'cflags': [ 1660 'cflags': [
1660 '-msse2', 1661 '-msse2',
1661 ], 1662 ],
1662 'defines': [ 1663 'defines': [
1663 'MEDIA_IMPLEMENTATION', 1664 'MEDIA_IMPLEMENTATION',
1664 ], 1665 ],
1665 'include_dirs': [ 1666 'include_dirs': [
1666 '..', 1667 '..',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1954 '../build/isolate.gypi', 1955 '../build/isolate.gypi',
1955 ], 1956 ],
1956 'sources': [ 1957 'sources': [
1957 'media_unittests.isolate', 1958 'media_unittests.isolate',
1958 ], 1959 ],
1959 }, 1960 },
1960 ], 1961 ],
1961 }], 1962 }],
1962 ], 1963 ],
1963 } 1964 }
OLDNEW
« media/BUILD.gn ('K') | « media/base/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698