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

Side by Side Diff: media/media.gyp

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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 | Annotate | Revision Log
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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
11 'use_cras%': 0, 11 'use_cras%': 0,
12 }, 12 },
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'media', 15 'target_name': 'media',
16 'type': '<(component)', 16 'type': '<(component)',
17 'dependencies': [ 17 'dependencies': [
18 '../base/base.gyp:base', 18 '../base/base.gyp:base',
19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
20 '../build/temp_gyp/googleurl.gyp:googleurl', 20 '../build/temp_gyp/googleurl.gyp:googleurl',
21 '../crypto/crypto.gyp:crypto', 21 '../crypto/crypto.gyp:crypto',
22 '../third_party/openmax/openmax.gyp:il',
23 '../ui/ui.gyp:ui', 22 '../ui/ui.gyp:ui',
24 'yuv_convert', 23 'yuv_convert',
25 ], 24 ],
26 'defines': [ 25 'defines': [
27 'MEDIA_IMPLEMENTATION', 26 'MEDIA_IMPLEMENTATION',
28 ], 27 ],
29 'include_dirs': [ 28 'include_dirs': [
30 '..', 29 '..',
31 ], 30 ],
32 'sources': [ 31 'sources': [
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 'media', 1160 'media',
1162 ], 1161 ],
1163 'sources': [ 1162 'sources': [
1164 'tools/media_bench/media_bench.cc', 1163 'tools/media_bench/media_bench.cc',
1165 ], 1164 ],
1166 }, 1165 },
1167 ], 1166 ],
1168 }] 1167 }]
1169 ], 1168 ],
1170 } 1169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698