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

Side by Side Diff: media/formats/BUILD.gn

Issue 2966573002: Fix media/formats:unit_tests build (Closed)
Patch Set: rebase Created 3 years, 5 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 6
7 source_set("formats") { 7 source_set("formats") {
8 visibility = [ "//media/*" ] 8 visibility = [ "//media/*" ]
9 9
10 sources = [ 10 sources = [
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "webm/webm_cluster_parser_unittest.cc", 164 "webm/webm_cluster_parser_unittest.cc",
165 "webm/webm_content_encodings_client_unittest.cc", 165 "webm/webm_content_encodings_client_unittest.cc",
166 "webm/webm_crypto_helpers_unittest.cc", 166 "webm/webm_crypto_helpers_unittest.cc",
167 "webm/webm_parser_unittest.cc", 167 "webm/webm_parser_unittest.cc",
168 "webm/webm_stream_parser_unittest.cc", 168 "webm/webm_stream_parser_unittest.cc",
169 "webm/webm_tracks_parser_unittest.cc", 169 "webm/webm_tracks_parser_unittest.cc",
170 "webm/webm_webvtt_parser_unittest.cc", 170 "webm/webm_webvtt_parser_unittest.cc",
171 ] 171 ]
172 172
173 deps = [ 173 deps = [
174 ":formats",
174 "//skia", 175 "//skia",
175 "//testing/gmock", 176 "//testing/gmock",
176 ] 177 ]
177 178
178 # TODO(wolenetz): Fix size_t to int truncation in win64. 179 # TODO(wolenetz): Fix size_t to int truncation in win64.
179 # See http://crbug.com/171009 180 # See http://crbug.com/171009
180 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 181 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
181 182
182 if (proprietary_codecs) { 183 if (proprietary_codecs) {
183 sources += [ 184 sources += [
(...skipping 21 matching lines...) Expand all
205 "mp2t/es_parser_test_base.h", 206 "mp2t/es_parser_test_base.h",
206 "mp2t/mp2t_stream_parser_unittest.cc", 207 "mp2t/mp2t_stream_parser_unittest.cc",
207 "mp2t/timestamp_unroller_unittest.cc", 208 "mp2t/timestamp_unroller_unittest.cc",
208 ] 209 ]
209 } 210 }
210 211
211 if (proprietary_codecs && enable_dolby_vision_demuxing) { 212 if (proprietary_codecs && enable_dolby_vision_demuxing) {
212 sources += [ "mp4/dolby_vision_unittest.cc" ] 213 sources += [ "mp4/dolby_vision_unittest.cc" ]
213 } 214 }
214 } 215 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698