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

Side by Side Diff: media/BUILD.gn

Issue 2972183002: Reland of h264_decoder_unittests: Initial Change. (Closed)
Patch Set: Fix android build. 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 | media/gpu/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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/arm.gni") 7 import("//build/config/arm.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 ldflags = [ 459 ldflags = [
460 "/ignore:4217", 460 "/ignore:4217",
461 "/ignore:4049", 461 "/ignore:4049",
462 ] 462 ]
463 } 463 }
464 464
465 deps = [ 465 deps = [
466 ":unit_tests", 466 ":unit_tests",
467 "//media/audio:unit_tests", 467 "//media/audio:unit_tests",
468 "//media/base:unit_tests", 468 "//media/base:unit_tests",
469 "//media/gpu:unit_tests",
469 "//media/mojo:unit_tests", 470 "//media/mojo:unit_tests",
470 "//media/test:pipeline_integration_tests", 471 "//media/test:pipeline_integration_tests",
471 "//media/test:run_all_unittests", 472 "//media/test:run_all_unittests",
472 ] 473 ]
473 474
474 if (is_android) { 475 if (is_android) {
475 deps += [ 476 deps += [
476 # The test needs the java dependencies to add the java classes for their 477 # The test needs the java dependencies to add the java classes for their
477 # native counterparts to the test apk. 478 # native counterparts to the test apk.
478 "//media/base/android:media_java", 479 "//media/base/android:media_java",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 fuzzer_test("media_mp4_avcc_parser_fuzzer") { 700 fuzzer_test("media_mp4_avcc_parser_fuzzer") {
700 sources = [ 701 sources = [
701 "formats/mp4/mp4_avcc_parser_fuzzer.cc", 702 "formats/mp4/mp4_avcc_parser_fuzzer.cc",
702 ] 703 ]
703 deps = [ 704 deps = [
704 ":media", 705 ":media",
705 "//base", 706 "//base",
706 ] 707 ]
707 } 708 }
708 } 709 }
OLDNEW
« no previous file with comments | « no previous file | media/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698