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

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

Issue 1762753002: Move test_random.h into media/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing #include Created 4 years, 9 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/test_random.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/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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "mock_demuxer_host.cc", 364 "mock_demuxer_host.cc",
365 "mock_demuxer_host.h", 365 "mock_demuxer_host.h",
366 "mock_filters.cc", 366 "mock_filters.cc",
367 "mock_filters.h", 367 "mock_filters.h",
368 "mock_media_log.cc", 368 "mock_media_log.cc",
369 "mock_media_log.h", 369 "mock_media_log.h",
370 "test_data_util.cc", 370 "test_data_util.cc",
371 "test_data_util.h", 371 "test_data_util.h",
372 "test_helpers.cc", 372 "test_helpers.cc",
373 "test_helpers.h", 373 "test_helpers.h",
374 "test_random.h",
374 ] 375 ]
375 configs += [ "//media:media_config" ] 376 configs += [ "//media:media_config" ]
376 deps = [ 377 deps = [
377 "//media:shared_memory_support", 378 "//media:shared_memory_support",
378 "//testing/gmock", 379 "//testing/gmock",
379 ] 380 ]
380 } 381 }
381 382
382 source_set("unittests") { 383 source_set("unittests") {
383 testonly = true 384 testonly = true
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 561
561 fuzzer_test("media_container_names_fuzzer") { 562 fuzzer_test("media_container_names_fuzzer") {
562 sources = [ 563 sources = [
563 "container_names_fuzzertest.cc", 564 "container_names_fuzzertest.cc",
564 ] 565 ]
565 deps = [ 566 deps = [
566 "//base", 567 "//base",
567 "//media", 568 "//media",
568 ] 569 ]
569 } 570 }
OLDNEW
« no previous file with comments | « no previous file | media/base/test_random.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698