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

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

Issue 2151013002: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remoting Created 4 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 | « media/audio/BUILD.gn ('k') | mojo/edk/test/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/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "yuv_convert.h", 356 "yuv_convert.h",
357 ] 357 ]
358 configs += [ 358 configs += [
359 "//build/config/compiler:no_size_t_to_int_warning", 359 "//build/config/compiler:no_size_t_to_int_warning",
360 "//media:media_config", 360 "//media:media_config",
361 ] 361 ]
362 all_dependent_configs = [ ":base_for_cast_ios_dependent_config" ] 362 all_dependent_configs = [ ":base_for_cast_ios_dependent_config" ]
363 } 363 }
364 } 364 }
365 365
366 source_set("test_support") { 366 static_library("test_support") {
367 testonly = true 367 testonly = true
368 sources = [ 368 sources = [
369 "fake_audio_render_callback.cc", 369 "fake_audio_render_callback.cc",
370 "fake_audio_render_callback.h", 370 "fake_audio_render_callback.h",
371 "fake_audio_renderer_sink.cc", 371 "fake_audio_renderer_sink.cc",
372 "fake_audio_renderer_sink.h", 372 "fake_audio_renderer_sink.h",
373 "fake_demuxer_stream.cc", 373 "fake_demuxer_stream.cc",
374 "fake_demuxer_stream.h", 374 "fake_demuxer_stream.h",
375 "fake_media_resources.cc", 375 "fake_media_resources.cc",
376 "fake_media_resources.h", 376 "fake_media_resources.h",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 612
613 fuzzer_test("media_container_names_fuzzer") { 613 fuzzer_test("media_container_names_fuzzer") {
614 sources = [ 614 sources = [
615 "container_names_fuzzertest.cc", 615 "container_names_fuzzertest.cc",
616 ] 616 ]
617 deps = [ 617 deps = [
618 "//base", 618 "//base",
619 "//media", 619 "//media",
620 ] 620 ]
621 } 621 }
OLDNEW
« no previous file with comments | « media/audio/BUILD.gn ('k') | mojo/edk/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698