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

Side by Side Diff: media/media.gyp

Issue 1929873004: Roll libwebm 75a6d2d:9a235e0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add libwebm_config to media/BUILD.gn all_dependent_configs and remove libwebm from public_deps 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
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '../third_party/libwebm/libwebm.gyp:libwebm', 83 '../third_party/libwebm/libwebm.gyp:libwebm',
84 '../third_party/libyuv/libyuv.gyp:libyuv', 84 '../third_party/libyuv/libyuv.gyp:libyuv',
85 '../third_party/opus/opus.gyp:opus', 85 '../third_party/opus/opus.gyp:opus',
86 '../ui/events/events.gyp:events_base', 86 '../ui/events/events.gyp:events_base',
87 '../ui/gfx/gfx.gyp:gfx', 87 '../ui/gfx/gfx.gyp:gfx',
88 '../ui/gfx/gfx.gyp:gfx_geometry', 88 '../ui/gfx/gfx.gyp:gfx_geometry',
89 '../url/url.gyp:url_lib', 89 '../url/url.gyp:url_lib',
90 'shared_memory_support', 90 'shared_memory_support',
91 ], 91 ],
92 'export_dependent_settings': [ 92 'export_dependent_settings': [
93 '../third_party/libwebm/libwebm.gyp:libwebm',
93 '../third_party/opus/opus.gyp:opus', 94 '../third_party/opus/opus.gyp:opus',
94 ], 95 ],
95 'defines': [ 96 'defines': [
96 'MEDIA_IMPLEMENTATION', 97 'MEDIA_IMPLEMENTATION',
97 ], 98 ],
98 'include_dirs': [ 99 'include_dirs': [
99 '..', 100 '..',
100 ], 101 ],
101 'includes': [ 102 'includes': [
102 'capture.gypi', 103 'capture.gypi',
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
2078 'dependencies': [ 2079 'dependencies': [
2079 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2080 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2080 ], 2081 ],
2081 }], 2082 }],
2082 ], 2083 ],
2083 }, 2084 },
2084 ], 2085 ],
2085 }], 2086 }],
2086 ], 2087 ],
2087 } 2088 }
OLDNEW
« media/BUILD.gn ('K') | « media/BUILD.gn ('k') | third_party/libwebm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698