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