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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 }, | 45 }, |
46 'includes': [ | 46 'includes': [ |
47 'media_cdm.gypi', | 47 'media_cdm.gypi', |
48 ], | 48 ], |
49 'targets': [ | 49 'targets': [ |
50 { | 50 { |
51 'target_name': 'media', | 51 'target_name': 'media', |
52 'type': '<(component)', | 52 'type': '<(component)', |
53 'dependencies': [ | 53 'dependencies': [ |
54 '../base/base.gyp:base', | 54 '../base/base.gyp:base', |
55 » '../base/base.gyp:base_i18n', | 55 '../base/base.gyp:base_i18n', |
56 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 56 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
57 '../crypto/crypto.gyp:crypto', | 57 '../crypto/crypto.gyp:crypto', |
58 '../gpu/gpu.gyp:command_buffer_common', | 58 '../gpu/gpu.gyp:command_buffer_common', |
59 '../skia/skia.gyp:skia', | 59 '../skia/skia.gyp:skia', |
60 '../third_party/opus/opus.gyp:opus', | 60 '../third_party/opus/opus.gyp:opus', |
61 '../ui/events/events.gyp:events_base', | 61 '../ui/events/events.gyp:events_base', |
62 '../ui/gfx/gfx.gyp:gfx', | 62 '../ui/gfx/gfx.gyp:gfx', |
63 '../ui/gfx/gfx.gyp:gfx_geometry', | 63 '../ui/gfx/gfx.gyp:gfx_geometry', |
64 '../url/url.gyp:url_lib', | 64 '../url/url.gyp:url_lib', |
65 'shared_memory_support', | 65 'shared_memory_support', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 'base/bitstream_buffer.h', | 250 'base/bitstream_buffer.h', |
251 'base/buffers.h', | 251 'base/buffers.h', |
252 'base/byte_queue.cc', | 252 'base/byte_queue.cc', |
253 'base/byte_queue.h', | 253 'base/byte_queue.h', |
254 'base/channel_mixer.cc', | 254 'base/channel_mixer.cc', |
255 'base/channel_mixer.h', | 255 'base/channel_mixer.h', |
256 'base/clock.cc', | 256 'base/clock.cc', |
257 'base/clock.h', | 257 'base/clock.h', |
258 'base/container_names.cc', | 258 'base/container_names.cc', |
259 'base/container_names.h', | 259 'base/container_names.h', |
| 260 'base/cdm_promise.cc', |
| 261 'base/cdm_promise.h', |
260 'base/data_buffer.cc', | 262 'base/data_buffer.cc', |
261 'base/data_buffer.h', | 263 'base/data_buffer.h', |
262 'base/data_source.cc', | 264 'base/data_source.cc', |
263 'base/data_source.h', | 265 'base/data_source.h', |
264 'base/decoder_buffer.cc', | 266 'base/decoder_buffer.cc', |
265 'base/decoder_buffer.h', | 267 'base/decoder_buffer.h', |
266 'base/decoder_buffer_queue.cc', | 268 'base/decoder_buffer_queue.cc', |
267 'base/decoder_buffer_queue.h', | 269 'base/decoder_buffer_queue.h', |
268 'base/decrypt_config.cc', | 270 'base/decrypt_config.cc', |
269 'base/decrypt_config.h', | 271 'base/decrypt_config.h', |
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1477 }, | 1479 }, |
1478 ], # targets | 1480 ], # targets |
1479 }], | 1481 }], |
1480 ['use_x11==1', { | 1482 ['use_x11==1', { |
1481 'targets': [ | 1483 'targets': [ |
1482 { | 1484 { |
1483 'target_name': 'player_x11', | 1485 'target_name': 'player_x11', |
1484 'type': 'executable', | 1486 'type': 'executable', |
1485 'dependencies': [ | 1487 'dependencies': [ |
1486 'media', | 1488 'media', |
1487 » 'shared_memory_support', | 1489 'shared_memory_support', |
1488 '../base/base.gyp:base', | 1490 '../base/base.gyp:base', |
1489 '../ui/gl/gl.gyp:gl', | 1491 '../ui/gl/gl.gyp:gl', |
1490 '../ui/gfx/gfx.gyp:gfx', | 1492 '../ui/gfx/gfx.gyp:gfx', |
1491 '../ui/gfx/gfx.gyp:gfx_geometry', | 1493 '../ui/gfx/gfx.gyp:gfx_geometry', |
1492 '../build/linux/system.gyp:x11', | 1494 '../build/linux/system.gyp:x11', |
1493 '../build/linux/system.gyp:xext', | 1495 '../build/linux/system.gyp:xext', |
1494 '../build/linux/system.gyp:xrender', | 1496 '../build/linux/system.gyp:xrender', |
1495 ], | 1497 ], |
1496 'conditions': [ | 1498 'conditions': [ |
1497 # Linux/Solaris need libdl for dlopen() and friends. | 1499 # Linux/Solaris need libdl for dlopen() and friends. |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1698 ], | 1700 ], |
1699 }], | 1701 }], |
1700 ], | 1702 ], |
1701 }], | 1703 }], |
1702 ], | 1704 ], |
1703 }, | 1705 }, |
1704 ], | 1706 ], |
1705 }], | 1707 }], |
1706 ], | 1708 ], |
1707 } | 1709 } |
OLD | NEW |