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

Side by Side Diff: media/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 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
« no previous file with comments | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | media/audio/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "//media/base/android:video_capture_jni_headers", 360 "//media/base/android:video_capture_jni_headers",
361 ] 361 ]
362 allow_circular_includes_from = [ "//media/base/android" ] 362 allow_circular_includes_from = [ "//media/base/android" ]
363 } else { 363 } else {
364 sources += [ 364 sources += [
365 "filters/opus_audio_decoder.cc", 365 "filters/opus_audio_decoder.cc",
366 "filters/opus_audio_decoder.h", 366 "filters/opus_audio_decoder.h",
367 ] 367 ]
368 } 368 }
369 369
370 if (current_cpu != "arm" && is_chromeos) { 370 if (current_cpu != "arm" && use_cros_fe) {
371 sources += [ 371 sources += [
372 "filters/h264_bitstream_buffer.cc", 372 "filters/h264_bitstream_buffer.cc",
373 "filters/h264_bitstream_buffer.h", 373 "filters/h264_bitstream_buffer.h",
374 ] 374 ]
375 } 375 }
376 376
377 # A simple WebM encoder for animated avatars on ChromeOS. 377 # A simple WebM encoder for animated avatars on ChromeOS.
378 378
379 if (use_ozone) { 379 if (use_ozone) {
380 # Used for the generated listing header (ui/ozone/platform_list.h) 380 # Used for the generated listing header (ui/ozone/platform_list.h)
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 "filters/audio_decoder_unittest.cc", 637 "filters/audio_decoder_unittest.cc",
638 "filters/audio_file_reader_unittest.cc", 638 "filters/audio_file_reader_unittest.cc",
639 "filters/blocking_url_protocol_unittest.cc", 639 "filters/blocking_url_protocol_unittest.cc",
640 "filters/ffmpeg_demuxer_unittest.cc", 640 "filters/ffmpeg_demuxer_unittest.cc",
641 "filters/ffmpeg_glue_unittest.cc", 641 "filters/ffmpeg_glue_unittest.cc",
642 "filters/ffmpeg_video_decoder_unittest.cc", 642 "filters/ffmpeg_video_decoder_unittest.cc",
643 "filters/in_memory_url_protocol_unittest.cc", 643 "filters/in_memory_url_protocol_unittest.cc",
644 ] 644 ]
645 } 645 }
646 646
647 if (current_cpu != "arm" && is_chromeos) { 647 if (current_cpu != "arm" && use_cros_fe) {
648 sources += [ "filters/h264_bitstream_buffer_unittest.cc" ] 648 sources += [ "filters/h264_bitstream_buffer_unittest.cc" ]
649 } 649 }
650 650
651 if (proprietary_codecs) { 651 if (proprietary_codecs) {
652 sources += [ 652 sources += [
653 "cdm/cenc_utils_unittest.cc", 653 "cdm/cenc_utils_unittest.cc",
654 "filters/h264_to_annex_b_bitstream_converter_unittest.cc", 654 "filters/h264_to_annex_b_bitstream_converter_unittest.cc",
655 "formats/common/stream_parser_test_base.cc", 655 "formats/common/stream_parser_test_base.cc",
656 "formats/common/stream_parser_test_base.h", 656 "formats/common/stream_parser_test_base.h",
657 "formats/mp2t/es_adapter_video_unittest.cc", 657 "formats/mp2t/es_adapter_video_unittest.cc",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 "//media/base:test_support", 799 "//media/base:test_support",
800 "//media/test:pipeline_integration_tests", 800 "//media/test:pipeline_integration_tests",
801 "//testing/gmock", 801 "//testing/gmock",
802 "//testing/gtest", 802 "//testing/gtest",
803 "//third_party/ffmpeg", 803 "//third_party/ffmpeg",
804 "//ui/gfx/geometry", 804 "//ui/gfx/geometry",
805 "//ui/gfx:test_support", 805 "//ui/gfx:test_support",
806 ] 806 ]
807 } 807 }
808 } 808 }
OLDNEW
« no previous file with comments | « gpu/tools/compositor_model_bench/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698