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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_base', | 52 '../ui/events/events.gyp:events_base', |
53 '../ui/gfx/gfx.gyp:gfx', | 53 '../ui/gfx/gfx.gyp:gfx', |
| 54 '../ui/gfx/gfx.gyp:gfx_geometry', |
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 '..', |
62 ], | 63 ], |
63 'sources': [ | 64 'sources': [ |
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 'media_test_support', | 885 'media_test_support', |
885 'shared_memory_support', | 886 'shared_memory_support', |
886 '../base/base.gyp:base', | 887 '../base/base.gyp:base', |
887 '../base/base.gyp:base_i18n', | 888 '../base/base.gyp:base_i18n', |
888 '../base/base.gyp:test_support_base', | 889 '../base/base.gyp:test_support_base', |
889 '../gpu/gpu.gyp:command_buffer_common', | 890 '../gpu/gpu.gyp:command_buffer_common', |
890 '../skia/skia.gyp:skia', | 891 '../skia/skia.gyp:skia', |
891 '../testing/gmock.gyp:gmock', | 892 '../testing/gmock.gyp:gmock', |
892 '../testing/gtest.gyp:gtest', | 893 '../testing/gtest.gyp:gtest', |
893 '../ui/gfx/gfx.gyp:gfx', | 894 '../ui/gfx/gfx.gyp:gfx', |
| 895 '../ui/gfx/gfx.gyp:gfx_geometry', |
894 '../ui/ui.gyp:ui', | 896 '../ui/ui.gyp:ui', |
895 ], | 897 ], |
896 'sources': [ | 898 'sources': [ |
897 'audio/android/audio_android_unittest.cc', | 899 'audio/android/audio_android_unittest.cc', |
898 'audio/alsa/alsa_output_unittest.cc', | 900 'audio/alsa/alsa_output_unittest.cc', |
899 'audio/audio_input_controller_unittest.cc', | 901 'audio/audio_input_controller_unittest.cc', |
900 'audio/audio_input_unittest.cc', | 902 'audio/audio_input_unittest.cc', |
901 'audio/audio_input_volume_unittest.cc', | 903 'audio/audio_input_volume_unittest.cc', |
902 'audio/audio_low_latency_input_output_unittest.cc', | 904 'audio/audio_low_latency_input_output_unittest.cc', |
903 'audio/audio_manager_unittest.cc', | 905 'audio/audio_manager_unittest.cc', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1121 'type': '<(gtest_target_type)', | 1123 'type': '<(gtest_target_type)', |
1122 'dependencies': [ | 1124 'dependencies': [ |
1123 'media', | 1125 'media', |
1124 'media_test_support', | 1126 'media_test_support', |
1125 'shared_memory_support', | 1127 'shared_memory_support', |
1126 '../base/base.gyp:test_support_base', | 1128 '../base/base.gyp:test_support_base', |
1127 '../testing/gmock.gyp:gmock', | 1129 '../testing/gmock.gyp:gmock', |
1128 '../testing/gtest.gyp:gtest', | 1130 '../testing/gtest.gyp:gtest', |
1129 '../testing/perf/perf_test.gyp:perf_test', | 1131 '../testing/perf/perf_test.gyp:perf_test', |
1130 '../ui/gfx/gfx.gyp:gfx', | 1132 '../ui/gfx/gfx.gyp:gfx', |
| 1133 '../ui/gfx/gfx.gyp:gfx_geometry', |
1131 '../ui/gl/gl.gyp:gl', | 1134 '../ui/gl/gl.gyp:gl', |
1132 '../ui/ui.gyp:ui', | 1135 '../ui/ui.gyp:ui', |
1133 ], | 1136 ], |
1134 'sources': [ | 1137 'sources': [ |
1135 'base/audio_bus_perftest.cc', | 1138 'base/audio_bus_perftest.cc', |
1136 'base/audio_converter_perftest.cc', | 1139 'base/audio_converter_perftest.cc', |
1137 'base/demuxer_perftest.cc', | 1140 'base/demuxer_perftest.cc', |
1138 'base/run_all_unittests.cc', | 1141 'base/run_all_unittests.cc', |
1139 'base/sinc_resampler_perftest.cc', | 1142 'base/sinc_resampler_perftest.cc', |
1140 'base/test_data_util.cc', | 1143 'base/test_data_util.cc', |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1403 ['use_x11==1', { | 1406 ['use_x11==1', { |
1404 'targets': [ | 1407 'targets': [ |
1405 { | 1408 { |
1406 'target_name': 'player_x11', | 1409 'target_name': 'player_x11', |
1407 'type': 'executable', | 1410 'type': 'executable', |
1408 'dependencies': [ | 1411 'dependencies': [ |
1409 'media', | 1412 'media', |
1410 '../base/base.gyp:base', | 1413 '../base/base.gyp:base', |
1411 '../ui/gl/gl.gyp:gl', | 1414 '../ui/gl/gl.gyp:gl', |
1412 '../ui/gfx/gfx.gyp:gfx', | 1415 '../ui/gfx/gfx.gyp:gfx', |
| 1416 '../ui/gfx/gfx.gyp:gfx_geometry', |
1413 ], | 1417 ], |
1414 'link_settings': { | 1418 'link_settings': { |
1415 'libraries': [ | 1419 'libraries': [ |
1416 '-lX11', | 1420 '-lX11', |
1417 '-lXrender', | 1421 '-lXrender', |
1418 '-lXext', | 1422 '-lXext', |
1419 ], | 1423 ], |
1420 }, | 1424 }, |
1421 'conditions': [ | 1425 'conditions': [ |
1422 # Linux/Solaris need libdl for dlopen() and friends. | 1426 # Linux/Solaris need libdl for dlopen() and friends. |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1634 ], | 1638 ], |
1635 }], | 1639 }], |
1636 ], | 1640 ], |
1637 }], | 1641 }], |
1638 ], | 1642 ], |
1639 }, | 1643 }, |
1640 ], | 1644 ], |
1641 }], | 1645 }], |
1642 ], | 1646 ], |
1643 } | 1647 } |
OLD | NEW |