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

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

Issue 1785173005: Revert of Flip proprietary codecs to false for Android chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « media/BUILD.gn ('k') | media/base/mime_util_unittest.cc » ('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/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build/config/arm.gni") 7 import("//build/config/arm.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "//ui/gl", 76 "//ui/gl",
77 "//url", 77 "//url",
78 ] 78 ]
79 } 79 }
80 80
81 source_set("unittests") { 81 source_set("unittests") {
82 testonly = true 82 testonly = true
83 sources = [ 83 sources = [
84 "access_unit_queue_unittest.cc", 84 "access_unit_queue_unittest.cc",
85 "media_codec_decoder_unittest.cc", 85 "media_codec_decoder_unittest.cc",
86 "media_codec_player_unittest.cc",
86 "media_drm_bridge_unittest.cc", 87 "media_drm_bridge_unittest.cc",
87 "media_player_bridge_unittest.cc", 88 "media_player_bridge_unittest.cc",
88 "media_source_player_unittest.cc", 89 "media_source_player_unittest.cc",
89 "sdk_media_codec_bridge_unittest.cc", 90 "sdk_media_codec_bridge_unittest.cc",
90 "test_data_factory.cc", 91 "test_data_factory.cc",
91 "test_data_factory.h", 92 "test_data_factory.h",
92 "test_statistics.h", 93 "test_statistics.h",
93 ] 94 ]
94
95 if (proprietary_codecs) {
96 sources += [ "media_codec_player_unittest.cc" ]
97 }
98
99 deps = [ 95 deps = [
100 ":android", 96 ":android",
101 "//media/base:test_support", 97 "//media/base:test_support",
102 "//testing/gmock", 98 "//testing/gmock",
103 "//testing/gtest", 99 "//testing/gtest",
104 "//third_party/widevine/cdm:version_h", 100 "//third_party/widevine/cdm:version_h",
105 ] 101 ]
106 configs += [ "//media:media_config" ] 102 configs += [ "//media:media_config" ]
107 } 103 }
108 104
(...skipping 10 matching lines...) Expand all
119 jni_package = "media" 115 jni_package = "media"
120 } 116 }
121 117
122 android_library("media_java") { 118 android_library("media_java") {
123 deps = [ 119 deps = [
124 "//base:base_java", 120 "//base:base_java",
125 ] 121 ]
126 122
127 DEPRECATED_java_in_dir = "java/src" 123 DEPRECATED_java_in_dir = "java/src"
128 } 124 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/base/mime_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698