| OLD | NEW |
| 1 # Copyright (c) 2011 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 { |
| 12 'target_name': 'media', | 12 'target_name': 'media', |
| 13 'type': 'static_library', | 13 'type': 'static_library', |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 'yuv_convert', | 15 'yuv_convert', |
| 16 '../base/base.gyp:base', | 16 '../base/base.gyp:base', |
| 17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 18 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 18 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 19 '../build/temp_gyp/googleurl.gyp:googleurl', | 19 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 20 ], | 20 ], |
| 21 'include_dirs': [ | 21 'include_dirs': [ |
| 22 '..', | 22 '..', |
| 23 ], | 23 ], |
| 24 'msvs_guid': '6AE76406-B03B-11DD-94B1-80B556D89593', | |
| 25 'sources': [ | 24 'sources': [ |
| 26 'audio/audio_buffers_state.cc', | 25 'audio/audio_buffers_state.cc', |
| 27 'audio/audio_buffers_state.h', | 26 'audio/audio_buffers_state.h', |
| 28 'audio/audio_io.h', | 27 'audio/audio_io.h', |
| 29 'audio/audio_input_controller.cc', | 28 'audio/audio_input_controller.cc', |
| 30 'audio/audio_input_controller.h', | 29 'audio/audio_input_controller.h', |
| 31 'audio/audio_device_name.h', | 30 'audio/audio_device_name.h', |
| 32 'audio/audio_manager.cc', | 31 'audio/audio_manager.cc', |
| 33 'audio/audio_manager.h', | 32 'audio/audio_manager.h', |
| 34 'audio/audio_manager_base.cc', | 33 'audio/audio_manager_base.cc', |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 '../base/allocator/allocator.gyp:allocator', | 355 '../base/allocator/allocator.gyp:allocator', |
| 357 ], | 356 ], |
| 358 }], | 357 }], |
| 359 ], | 358 ], |
| 360 }], | 359 }], |
| 361 ], | 360 ], |
| 362 }, | 361 }, |
| 363 { | 362 { |
| 364 'target_name': 'media_unittests', | 363 'target_name': 'media_unittests', |
| 365 'type': 'executable', | 364 'type': 'executable', |
| 366 'msvs_guid': 'C8C6183C-B03C-11DD-B471-DFD256D89593', | |
| 367 'dependencies': [ | 365 'dependencies': [ |
| 368 'media', | 366 'media', |
| 369 'media_test_support', | 367 'media_test_support', |
| 370 '../base/base.gyp:base', | 368 '../base/base.gyp:base', |
| 371 '../base/base.gyp:base_i18n', | 369 '../base/base.gyp:base_i18n', |
| 372 '../base/base.gyp:test_support_base', | 370 '../base/base.gyp:test_support_base', |
| 373 '../build/temp_gyp/googleurl.gyp:googleurl', | 371 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 374 '../testing/gmock.gyp:gmock', | 372 '../testing/gmock.gyp:gmock', |
| 375 '../testing/gtest.gyp:gtest', | 373 '../testing/gtest.gyp:gtest', |
| 376 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 374 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 'base/mock_filter_host.h', | 465 'base/mock_filter_host.h', |
| 468 'base/mock_filters.cc', | 466 'base/mock_filters.cc', |
| 469 'base/mock_filters.h', | 467 'base/mock_filters.h', |
| 470 'video/video_mock_objects.cc', | 468 'video/video_mock_objects.cc', |
| 471 'video/video_mock_objects.h', | 469 'video/video_mock_objects.h', |
| 472 ], | 470 ], |
| 473 }, | 471 }, |
| 474 { | 472 { |
| 475 'target_name': 'media_bench', | 473 'target_name': 'media_bench', |
| 476 'type': 'executable', | 474 'type': 'executable', |
| 477 'msvs_guid': '45BC4F87-4604-4962-A751-7C7B29A080BF', | |
| 478 'dependencies': [ | 475 'dependencies': [ |
| 479 'media', | 476 'media', |
| 480 '../base/base.gyp:base', | 477 '../base/base.gyp:base', |
| 481 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 478 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 482 ], | 479 ], |
| 483 'sources': [ | 480 'sources': [ |
| 484 'tools/media_bench/media_bench.cc', | 481 'tools/media_bench/media_bench.cc', |
| 485 ], | 482 ], |
| 486 }, | 483 }, |
| 487 { | 484 { |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 ], | 789 ], |
| 793 }], | 790 }], |
| 794 ], | 791 ], |
| 795 } | 792 } |
| 796 | 793 |
| 797 # Local Variables: | 794 # Local Variables: |
| 798 # tab-width:2 | 795 # tab-width:2 |
| 799 # indent-tabs-mode:nil | 796 # indent-tabs-mode:nil |
| 800 # End: | 797 # End: |
| 801 # vim: set expandtab tabstop=2 shiftwidth=2: | 798 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |