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

Side by Side Diff: media/BUILD.gn

Issue 883403002: Parsing of encoded duration for unencrypted opus streams. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fix for log line. Created 5 years, 10 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 | « no previous file | media/base/media_log.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 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 "midi/midi_message_util_unittest.cc", 547 "midi/midi_message_util_unittest.cc",
548 "midi/usb_midi_descriptor_parser_unittest.cc", 548 "midi/usb_midi_descriptor_parser_unittest.cc",
549 "midi/usb_midi_input_stream_unittest.cc", 549 "midi/usb_midi_input_stream_unittest.cc",
550 "midi/usb_midi_output_stream_unittest.cc", 550 "midi/usb_midi_output_stream_unittest.cc",
551 "video/capture/fake_video_capture_device_unittest.cc", 551 "video/capture/fake_video_capture_device_unittest.cc",
552 "video/capture/video_capture_device_unittest.cc", 552 "video/capture/video_capture_device_unittest.cc",
553 "video/h264_poc_unittest.cc", 553 "video/h264_poc_unittest.cc",
554 "formats/common/offset_byte_queue_unittest.cc", 554 "formats/common/offset_byte_queue_unittest.cc",
555 "formats/webm/cluster_builder.cc", 555 "formats/webm/cluster_builder.cc",
556 "formats/webm/cluster_builder.h", 556 "formats/webm/cluster_builder.h",
557 "formats/webm/opus_packet_builder.cc",
558 "formats/webm/opus_packet_builder.h",
557 "formats/webm/tracks_builder.cc", 559 "formats/webm/tracks_builder.cc",
558 "formats/webm/tracks_builder.h", 560 "formats/webm/tracks_builder.h",
559 "formats/webm/webm_cluster_parser_unittest.cc", 561 "formats/webm/webm_cluster_parser_unittest.cc",
560 "formats/webm/webm_content_encodings_client_unittest.cc", 562 "formats/webm/webm_content_encodings_client_unittest.cc",
561 "formats/webm/webm_parser_unittest.cc", 563 "formats/webm/webm_parser_unittest.cc",
562 "formats/webm/webm_tracks_parser_unittest.cc", 564 "formats/webm/webm_tracks_parser_unittest.cc",
563 "formats/webm/webm_webvtt_parser_unittest.cc", 565 "formats/webm/webm_webvtt_parser_unittest.cc",
564 ] 566 ]
565 567
566 deps = [ 568 deps = [
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 deps = [ 776 deps = [
775 ":media", 777 ":media",
776 ":shared_memory_support", 778 ":shared_memory_support",
777 "//base", 779 "//base",
778 "//ui/gl", 780 "//ui/gl",
779 "//ui/gfx", 781 "//ui/gfx",
780 "//ui/gfx/geometry", 782 "//ui/gfx/geometry",
781 ] 783 ]
782 } 784 }
783 } 785 }
OLDNEW
« no previous file with comments | « no previous file | media/base/media_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698