OLD | NEW |
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'target_name': 'media', | 42 'target_name': 'media', |
43 'type': '<(component)', | 43 'type': '<(component)', |
44 'dependencies': [ | 44 'dependencies': [ |
45 '../base/base.gyp:base', | 45 '../base/base.gyp:base', |
46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
47 '../crypto/crypto.gyp:crypto', | 47 '../crypto/crypto.gyp:crypto', |
48 '../net/net.gyp:net', | 48 '../net/net.gyp:net', |
49 '../gpu/gpu.gyp:command_buffer_common', | 49 '../gpu/gpu.gyp:command_buffer_common', |
50 '../skia/skia.gyp:skia', | 50 '../skia/skia.gyp:skia', |
51 '../third_party/opus/opus.gyp:opus', | 51 '../third_party/opus/opus.gyp:opus', |
| 52 '../ui/events/events.gyp:events', |
52 '../ui/gfx/gfx.gyp:gfx', | 53 '../ui/gfx/gfx.gyp:gfx', |
53 '../ui/ui.gyp:ui', | 54 '../ui/ui.gyp:ui', |
54 '../url/url.gyp:url_lib', | 55 '../url/url.gyp:url_lib', |
55 'shared_memory_support', | 56 'shared_memory_support', |
56 ], | 57 ], |
57 'defines': [ | 58 'defines': [ |
58 'MEDIA_IMPLEMENTATION', | 59 'MEDIA_IMPLEMENTATION', |
59 ], | 60 ], |
60 'include_dirs': [ | 61 'include_dirs': [ |
61 '..', | 62 '..', |
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1540 ], | 1541 ], |
1541 }], | 1542 }], |
1542 ], | 1543 ], |
1543 }], | 1544 }], |
1544 ], | 1545 ], |
1545 }, | 1546 }, |
1546 ], | 1547 ], |
1547 }], | 1548 }], |
1548 ], | 1549 ], |
1549 } | 1550 } |
OLD | NEW |