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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 'MEDIA_DISABLE_LIBVPX', | 691 'MEDIA_DISABLE_LIBVPX', |
692 ], | 692 ], |
693 }, | 693 }, |
694 # Exclude the sources that depend on libvpx. | 694 # Exclude the sources that depend on libvpx. |
695 'sources!': [ | 695 'sources!': [ |
696 'filters/vpx_video_decoder.cc', | 696 'filters/vpx_video_decoder.cc', |
697 'filters/vpx_video_decoder.h', | 697 'filters/vpx_video_decoder.h', |
698 ], | 698 ], |
699 }], | 699 }], |
700 ['OS=="android"', { | 700 ['OS=="android"', { |
| 701 'sources': [ |
| 702 'capture/content/android/screen_capture_device_android.cc', |
| 703 'capture/content/android/screen_capture_device_android.h', |
| 704 'capture/content/android/screen_capture_factory_android.cc', |
| 705 'capture/content/android/screen_capture_factory_android.h', |
| 706 'capture/content/android/screen_capture_machine_android.cc', |
| 707 'capture/content/android/screen_capture_machine_android.h', |
| 708 ], |
| 709 }], |
| 710 ['OS=="android"', { |
701 'dependencies': [ | 711 'dependencies': [ |
702 'capture_java', | 712 'capture_java', |
703 'media_android_jni_headers', | 713 'media_android_jni_headers', |
704 'media_java', | 714 'media_java', |
705 'player_android', | 715 'player_android', |
706 'video_capture_android_jni_headers', | 716 'video_capture_android_jni_headers', |
| 717 'screen_capture_android_jni_headers', |
707 ], | 718 ], |
708 'sources!': [ | 719 'sources!': [ |
709 'base/audio_video_metadata_extractor.cc', | 720 'base/audio_video_metadata_extractor.cc', |
710 'base/audio_video_metadata_extractor.h', | 721 'base/audio_video_metadata_extractor.h', |
711 'base/media_file_checker.cc', | 722 'base/media_file_checker.cc', |
712 'base/media_file_checker.h', | 723 'base/media_file_checker.h', |
713 'filters/decrypting_audio_decoder.cc', | 724 'filters/decrypting_audio_decoder.cc', |
714 'filters/decrypting_audio_decoder.h', | 725 'filters/decrypting_audio_decoder.h', |
715 'filters/decrypting_video_decoder.cc', | 726 'filters/decrypting_video_decoder.cc', |
716 'filters/decrypting_video_decoder.h', | 727 'filters/decrypting_video_decoder.h', |
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1762 'sources': [ | 1773 'sources': [ |
1763 'capture/video/android/java/src/org/chromium/media/VideoCapture.java
', | 1774 'capture/video/android/java/src/org/chromium/media/VideoCapture.java
', |
1764 'capture/video/android/java/src/org/chromium/media/VideoCaptureFacto
ry.java', | 1775 'capture/video/android/java/src/org/chromium/media/VideoCaptureFacto
ry.java', |
1765 ], | 1776 ], |
1766 'variables': { | 1777 'variables': { |
1767 'jni_gen_package': 'media', | 1778 'jni_gen_package': 'media', |
1768 }, | 1779 }, |
1769 'includes': ['../build/jni_generator.gypi'], | 1780 'includes': ['../build/jni_generator.gypi'], |
1770 }, | 1781 }, |
1771 { | 1782 { |
| 1783 # GN: //media/base/android:screen_capture_android_jni_headers |
| 1784 'target_name': 'screen_capture_android_jni_headers', |
| 1785 'type': 'none', |
| 1786 'sources': [ |
| 1787 'base/android/java/src/org/chromium/media/ScreenCapture.java', |
| 1788 'base/android/java/src/org/chromium/media/ScreenCaptureFactory.java'
, |
| 1789 ], |
| 1790 'variables': { |
| 1791 'jni_gen_package': 'media', |
| 1792 }, |
| 1793 'includes': ['../build/jni_generator.gypi'], |
| 1794 }, |
| 1795 { |
1772 # GN: //media/base/android:android | 1796 # GN: //media/base/android:android |
1773 'target_name': 'player_android', | 1797 'target_name': 'player_android', |
1774 'type': 'static_library', | 1798 'type': 'static_library', |
1775 'sources': [ | 1799 'sources': [ |
1776 'base/android/access_unit_queue.cc', | 1800 'base/android/access_unit_queue.cc', |
1777 'base/android/access_unit_queue.h', | 1801 'base/android/access_unit_queue.h', |
1778 'base/android/android_cdm_factory.cc', | 1802 'base/android/android_cdm_factory.cc', |
1779 'base/android/android_cdm_factory.h', | 1803 'base/android/android_cdm_factory.h', |
1780 'base/android/audio_decoder_job.cc', | 1804 'base/android/audio_decoder_job.cc', |
1781 'base/android/audio_decoder_job.h', | 1805 'base/android/audio_decoder_job.h', |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2075 'dependencies': [ | 2099 'dependencies': [ |
2076 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2100 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2077 ], | 2101 ], |
2078 }], | 2102 }], |
2079 ], | 2103 ], |
2080 }, | 2104 }, |
2081 ], | 2105 ], |
2082 }], | 2106 }], |
2083 ], | 2107 ], |
2084 } | 2108 } |
OLD | NEW |