| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| 11 { | 11 { |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 ], | 204 ], |
| 205 }, | 205 }, |
| 206 }], | 206 }], |
| 207 ], | 207 ], |
| 208 }, | 208 }, |
| 209 { | 209 { |
| 210 'target_name': 'ffmpeg_unittests', | 210 'target_name': 'ffmpeg_unittests', |
| 211 'type': 'executable', | 211 'type': 'executable', |
| 212 'dependencies': [ | 212 'dependencies': [ |
| 213 'media', | 213 'media', |
| 214 'media_test_support', |
| 214 '../base/base.gyp:base', | 215 '../base/base.gyp:base', |
| 215 '../base/base.gyp:base_i18n', | 216 '../base/base.gyp:base_i18n', |
| 216 '../base/base.gyp:test_support_base', | 217 '../base/base.gyp:test_support_base', |
| 217 '../base/base.gyp:test_support_perf', | 218 '../base/base.gyp:test_support_perf', |
| 218 '../testing/gtest.gyp:gtest', | 219 '../testing/gtest.gyp:gtest', |
| 219 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 220 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 220 ], | 221 ], |
| 221 'sources': [ | 222 'sources': [ |
| 222 'ffmpeg/ffmpeg_unittest.cc', | 223 'ffmpeg/ffmpeg_unittest.cc', |
| 223 ], | 224 ], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 239 ], | 240 ], |
| 240 }], | 241 }], |
| 241 ], | 242 ], |
| 242 }, | 243 }, |
| 243 { | 244 { |
| 244 'target_name': 'media_unittests', | 245 'target_name': 'media_unittests', |
| 245 'type': 'executable', | 246 'type': 'executable', |
| 246 'msvs_guid': 'C8C6183C-B03C-11DD-B471-DFD256D89593', | 247 'msvs_guid': 'C8C6183C-B03C-11DD-B471-DFD256D89593', |
| 247 'dependencies': [ | 248 'dependencies': [ |
| 248 'media', | 249 'media', |
| 250 'media_test_support', |
| 249 '../base/base.gyp:base', | 251 '../base/base.gyp:base', |
| 250 '../base/base.gyp:base_i18n', | 252 '../base/base.gyp:base_i18n', |
| 251 '../base/base.gyp:test_support_base', | 253 '../base/base.gyp:test_support_base', |
| 252 '../testing/gmock.gyp:gmock', | 254 '../testing/gmock.gyp:gmock', |
| 253 '../testing/gtest.gyp:gtest', | 255 '../testing/gtest.gyp:gtest', |
| 254 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 256 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 255 '../third_party/openmax/openmax.gyp:il', | 257 '../third_party/openmax/openmax.gyp:il', |
| 256 ], | 258 ], |
| 257 'sources!': [ | 259 'sources!': [ |
| 258 '../third_party/openmax/omx_stub.cc', | 260 '../third_party/openmax/omx_stub.cc', |
| 259 ], | 261 ], |
| 260 'sources': [ | 262 'sources': [ |
| 261 'audio/audio_input_controller_unittest.cc', | 263 'audio/audio_input_controller_unittest.cc', |
| 262 'audio/audio_input_unittest.cc', | 264 'audio/audio_input_unittest.cc', |
| 263 'audio/audio_output_controller_unittest.cc', | 265 'audio/audio_output_controller_unittest.cc', |
| 264 'audio/audio_output_proxy_unittest.cc', | 266 'audio/audio_output_proxy_unittest.cc', |
| 265 'audio/audio_parameters_unittest.cc', | 267 'audio/audio_parameters_unittest.cc', |
| 266 'audio/audio_util_unittest.cc', | 268 'audio/audio_util_unittest.cc', |
| 267 'audio/fake_audio_input_stream_unittest.cc', | 269 'audio/fake_audio_input_stream_unittest.cc', |
| 268 'audio/linux/alsa_output_unittest.cc', | 270 'audio/linux/alsa_output_unittest.cc', |
| 269 'audio/mac/audio_output_mac_unittest.cc', | 271 'audio/mac/audio_output_mac_unittest.cc', |
| 270 'audio/simple_sources_unittest.cc', | 272 'audio/simple_sources_unittest.cc', |
| 271 'audio/win/audio_output_win_unittest.cc', | 273 'audio/win/audio_output_win_unittest.cc', |
| 272 'base/clock_impl_unittest.cc', | 274 'base/clock_impl_unittest.cc', |
| 273 'base/data_buffer_unittest.cc', | 275 'base/data_buffer_unittest.cc', |
| 274 'base/djb2_unittest.cc', | 276 'base/djb2_unittest.cc', |
| 275 'base/filter_collection_unittest.cc', | 277 'base/filter_collection_unittest.cc', |
| 276 'base/mock_ffmpeg.cc', | 278 'base/mock_ffmpeg.cc', |
| 277 'base/mock_ffmpeg.h', | 279 'base/mock_ffmpeg.h', |
| 278 'base/mock_filter_host.h', | |
| 279 'base/mock_filters.cc', | |
| 280 'base/mock_filters.h', | |
| 281 'base/mock_reader.h', | 280 'base/mock_reader.h', |
| 281 'base/mock_task.cc', |
| 282 'base/mock_task.h', | 282 'base/mock_task.h', |
| 283 'base/pipeline_impl_unittest.cc', | 283 'base/pipeline_impl_unittest.cc', |
| 284 'base/pts_heap_unittest.cc', | 284 'base/pts_heap_unittest.cc', |
| 285 'base/run_all_unittests.cc', | 285 'base/run_all_unittests.cc', |
| 286 'base/seekable_buffer_unittest.cc', | 286 'base/seekable_buffer_unittest.cc', |
| 287 'base/state_matrix_unittest.cc', | 287 'base/state_matrix_unittest.cc', |
| 288 'base/video_frame_unittest.cc', | 288 'base/video_frame_unittest.cc', |
| 289 'base/yuv_convert_unittest.cc', | 289 'base/yuv_convert_unittest.cc', |
| 290 'filters/audio_renderer_algorithm_ola_unittest.cc', | 290 'filters/audio_renderer_algorithm_ola_unittest.cc', |
| 291 'filters/audio_renderer_base_unittest.cc', | 291 'filters/audio_renderer_base_unittest.cc', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 321 ], | 321 ], |
| 322 }], | 322 }], |
| 323 ], | 323 ], |
| 324 }, | 324 }, |
| 325 { | 325 { |
| 326 'target_name': 'media_test_support', | 326 'target_name': 'media_test_support', |
| 327 'type': '<(library)', | 327 'type': '<(library)', |
| 328 'dependencies': [ | 328 'dependencies': [ |
| 329 'media', | 329 'media', |
| 330 '../base/base.gyp:base', | 330 '../base/base.gyp:base', |
| 331 '../testing/gmock.gyp:gmock', |
| 332 '../testing/gtest.gyp:gtest', |
| 331 ], | 333 ], |
| 332 'sources': [ | 334 'sources': [ |
| 333 'audio/test_audio_input_controller_factory.cc', | 335 'audio/test_audio_input_controller_factory.cc', |
| 334 'audio/test_audio_input_controller_factory.h', | 336 'audio/test_audio_input_controller_factory.h', |
| 337 'base/mock_filter_host.cc', |
| 338 'base/mock_filter_host.h', |
| 339 'base/mock_filters.cc', |
| 340 'base/mock_filters.h', |
| 335 ], | 341 ], |
| 336 }, | 342 }, |
| 337 { | 343 { |
| 338 'target_name': 'media_bench', | 344 'target_name': 'media_bench', |
| 339 'type': 'executable', | 345 'type': 'executable', |
| 340 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF', | 346 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF', |
| 341 'dependencies': [ | 347 'dependencies': [ |
| 342 'media', | 348 'media', |
| 343 '../base/base.gyp:base', | 349 '../base/base.gyp:base', |
| 344 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 350 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 ], | 640 ], |
| 635 }], | 641 }], |
| 636 ], | 642 ], |
| 637 } | 643 } |
| 638 | 644 |
| 639 # Local Variables: | 645 # Local Variables: |
| 640 # tab-width:2 | 646 # tab-width:2 |
| 641 # indent-tabs-mode:nil | 647 # indent-tabs-mode:nil |
| 642 # End: | 648 # End: |
| 643 # vim: set expandtab tabstop=2 shiftwidth=2: | 649 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |