Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: media/media.gyp

Issue 7491048: Revert 95496 - Create media.dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/filters/video_renderer_base.h ('k') | media/video/capture/fake_video_capture_device.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'media', 11 'target_name': 'media',
12 'type': '<(component)', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 'yuv_convert', 14 'yuv_convert',
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
17 '../build/temp_gyp/googleurl.gyp:googleurl', 17 '../build/temp_gyp/googleurl.gyp:googleurl',
18 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 18 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
19 '../third_party/openmax/openmax.gyp:il', 19 '../third_party/openmax/openmax.gyp:il',
20 '../ui/ui.gyp:ui',
21 ],
22 'defines': [
23 'MEDIA_IMPLEMENTATION',
24 ], 20 ],
25 'include_dirs': [ 21 'include_dirs': [
26 '..', 22 '..',
27 ], 23 ],
28 'sources': [ 24 'sources': [
29 'audio/audio_buffers_state.cc', 25 'audio/audio_buffers_state.cc',
30 'audio/audio_buffers_state.h', 26 'audio/audio_buffers_state.h',
31 'audio/audio_io.h', 27 'audio/audio_io.h',
32 'audio/audio_input_controller.cc', 28 'audio/audio_input_controller.cc',
33 'audio/audio_input_controller.h', 29 'audio/audio_input_controller.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'base/filter_collection.cc', 97 'base/filter_collection.cc',
102 'base/filter_collection.h', 98 'base/filter_collection.h',
103 'base/filter_factories.cc', 99 'base/filter_factories.cc',
104 'base/filter_factories.h', 100 'base/filter_factories.h',
105 'base/filter_host.h', 101 'base/filter_host.h',
106 'base/filters.cc', 102 'base/filters.cc',
107 'base/filters.h', 103 'base/filters.h',
108 'base/h264_bitstream_converter.cc', 104 'base/h264_bitstream_converter.cc',
109 'base/h264_bitstream_converter.h', 105 'base/h264_bitstream_converter.h',
110 'base/media.h', 106 'base/media.h',
111 'base/media_export.h',
112 'base/media_posix.cc', 107 'base/media_posix.cc',
113 'base/media_switches.cc', 108 'base/media_switches.cc',
114 'base/media_switches.h', 109 'base/media_switches.h',
115 'base/media_win.cc', 110 'base/media_win.cc',
116 'base/message_loop_factory.cc', 111 'base/message_loop_factory.cc',
117 'base/message_loop_factory.h', 112 'base/message_loop_factory.h',
118 'base/message_loop_factory_impl.cc', 113 'base/message_loop_factory_impl.cc',
119 'base/message_loop_factory_impl.h', 114 'base/message_loop_factory_impl.h',
120 'base/pipeline.h', 115 'base/pipeline.h',
121 'base/pipeline_impl.cc', 116 'base/pipeline_impl.cc',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 ], 382 ],
388 }], 383 }],
389 ], 384 ],
390 }, 385 },
391 { 386 {
392 'target_name': 'media_unittests', 387 'target_name': 'media_unittests',
393 'type': 'executable', 388 'type': 'executable',
394 'dependencies': [ 389 'dependencies': [
395 'media', 390 'media',
396 'media_test_support', 391 'media_test_support',
397 'yuv_convert',
398 '../base/base.gyp:base', 392 '../base/base.gyp:base',
399 '../base/base.gyp:base_i18n', 393 '../base/base.gyp:base_i18n',
400 '../base/base.gyp:test_support_base', 394 '../base/base.gyp:test_support_base',
401 '../testing/gmock.gyp:gmock', 395 '../testing/gmock.gyp:gmock',
402 '../testing/gtest.gyp:gtest', 396 '../testing/gtest.gyp:gtest',
403 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 397 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
404 ], 398 ],
405 'sources': [ 399 'sources': [
406 'audio/audio_input_controller_unittest.cc', 400 'audio/audio_input_controller_unittest.cc',
407 'audio/audio_input_device_unittest.cc', 401 'audio/audio_input_device_unittest.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ], 490 ],
497 'sources': [ 491 'sources': [
498 'tools/media_bench/media_bench.cc', 492 'tools/media_bench/media_bench.cc',
499 ], 493 ],
500 }, 494 },
501 { 495 {
502 'target_name': 'scaler_bench', 496 'target_name': 'scaler_bench',
503 'type': 'executable', 497 'type': 'executable',
504 'dependencies': [ 498 'dependencies': [
505 'media', 499 'media',
506 'yuv_convert',
507 '../base/base.gyp:base', 500 '../base/base.gyp:base',
508 '../skia/skia.gyp:skia', 501 '../skia/skia.gyp:skia',
509 ], 502 ],
510 'sources': [ 503 'sources': [
511 'tools/scaler_bench/scaler_bench.cc', 504 'tools/scaler_bench/scaler_bench.cc',
512 ], 505 ],
513 }, 506 },
514 { 507 {
515 'target_name': 'ffmpeg_tests', 508 'target_name': 'ffmpeg_tests',
516 'type': 'executable', 509 'type': 'executable',
(...skipping 26 matching lines...) Expand all
543 }, 536 },
544 ], 537 ],
545 'conditions': [ 538 'conditions': [
546 ['OS=="win"', { 539 ['OS=="win"', {
547 'targets': [ 540 'targets': [
548 { 541 {
549 'target_name': 'player_wtl', 542 'target_name': 'player_wtl',
550 'type': 'executable', 543 'type': 'executable',
551 'dependencies': [ 544 'dependencies': [
552 'media', 545 'media',
553 'yuv_convert',
554 '../base/base.gyp:base', 546 '../base/base.gyp:base',
555 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
556 ], 547 ],
557 'include_dirs': [ 548 'include_dirs': [
558 '<(DEPTH)/third_party/wtl/include', 549 '<(DEPTH)/third_party/wtl/include',
559 ], 550 ],
560 'sources': [ 551 'sources': [
561 'tools/player_wtl/list.h', 552 'tools/player_wtl/list.h',
562 'tools/player_wtl/mainfrm.h', 553 'tools/player_wtl/mainfrm.h',
563 'tools/player_wtl/movie.cc', 554 'tools/player_wtl/movie.cc',
564 'tools/player_wtl/movie.h', 555 'tools/player_wtl/movie.h',
565 'tools/player_wtl/player_wtl.cc', 556 'tools/player_wtl/player_wtl.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'VCLinkerTool': { 588 'VCLinkerTool': {
598 'SubSystem': '1', # Set /SUBSYSTEM:CONSOLE 589 'SubSystem': '1', # Set /SUBSYSTEM:CONSOLE
599 }, 590 },
600 }, 591 },
601 }, 592 },
602 { 593 {
603 'target_name': 'mfdecoder', 594 'target_name': 'mfdecoder',
604 'type': 'executable', 595 'type': 'executable',
605 'dependencies': [ 596 'dependencies': [
606 'media', 597 'media',
607 'yuv_convert',
608 '../base/base.gyp:base', 598 '../base/base.gyp:base',
609 ], 599 ],
610 'include_dirs': [ 600 'include_dirs': [
611 '..', 601 '..',
612 ], 602 ],
613 'sources': [ 603 'sources': [
614 'tools/mfdecoder/main.cc', 604 'tools/mfdecoder/main.cc',
615 'tools/mfdecoder/mfdecoder.h', 605 'tools/mfdecoder/mfdecoder.h',
616 'tools/mfdecoder/mfdecoder.cc', 606 'tools/mfdecoder/mfdecoder.cc',
617 ], 607 ],
618 'msvs_settings': { 608 'msvs_settings': {
619 'VCLinkerTool': { 609 'VCLinkerTool': {
620 'SubSystem': '1', # Set /SUBSYSTEM:CONSOLE 610 'SubSystem': '1', # Set /SUBSYSTEM:CONSOLE
621 }, 611 },
622 }, 612 },
623 }, 613 },
624 ], 614 ],
625 }], 615 }],
626 ['OS!="mac"', { 616 ['OS!="mac"', {
627 'targets': [ 617 'targets': [
628 { 618 {
629 'target_name': 'shader_bench', 619 'target_name': 'shader_bench',
630 'type': 'executable', 620 'type': 'executable',
631 'dependencies': [ 621 'dependencies': [
632 'media', 622 'media',
633 'yuv_convert',
634 '../base/base.gyp:base', 623 '../base/base.gyp:base',
635 '../ui/gfx/gl/gl.gyp:gl', 624 '../ui/gfx/gl/gl.gyp:gl',
636 ], 625 ],
637 'sources': [ 626 'sources': [
638 'tools/shader_bench/shader_bench.cc', 627 'tools/shader_bench/shader_bench.cc',
639 'tools/shader_bench/cpu_color_painter.cc', 628 'tools/shader_bench/cpu_color_painter.cc',
640 'tools/shader_bench/cpu_color_painter.h', 629 'tools/shader_bench/cpu_color_painter.h',
641 'tools/shader_bench/gpu_color_painter.cc', 630 'tools/shader_bench/gpu_color_painter.cc',
642 'tools/shader_bench/gpu_color_painter.h', 631 'tools/shader_bench/gpu_color_painter.h',
643 'tools/shader_bench/gpu_color_painter_exp.cc', 632 'tools/shader_bench/gpu_color_painter_exp.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'tools/player_x11/gl_video_renderer.h', 702 'tools/player_x11/gl_video_renderer.h',
714 'tools/player_x11/player_x11.cc', 703 'tools/player_x11/player_x11.cc',
715 'tools/player_x11/x11_video_renderer.cc', 704 'tools/player_x11/x11_video_renderer.cc',
716 'tools/player_x11/x11_video_renderer.h', 705 'tools/player_x11/x11_video_renderer.h',
717 ], 706 ],
718 }, 707 },
719 ], 708 ],
720 }], 709 }],
721 ], 710 ],
722 } 711 }
OLDNEW
« no previous file with comments | « media/filters/video_renderer_base.h ('k') | media/video/capture/fake_video_capture_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698