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

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

Issue 1577433004: Flip proprietary codecs to false for Android chromium builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo comment change. 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",
87 "media_drm_bridge_unittest.cc", 86 "media_drm_bridge_unittest.cc",
88 "media_player_bridge_unittest.cc", 87 "media_player_bridge_unittest.cc",
89 "media_source_player_unittest.cc", 88 "media_source_player_unittest.cc",
90 "sdk_media_codec_bridge_unittest.cc", 89 "sdk_media_codec_bridge_unittest.cc",
91 "test_data_factory.cc", 90 "test_data_factory.cc",
92 "test_data_factory.h", 91 "test_data_factory.h",
93 "test_statistics.h", 92 "test_statistics.h",
94 ] 93 ]
94
95 if (proprietary_codecs) {
96 sources += [ "media_codec_player_unittest.cc" ]
97 }
98
95 deps = [ 99 deps = [
96 ":android", 100 ":android",
97 "//media/base:test_support", 101 "//media/base:test_support",
98 "//testing/gmock", 102 "//testing/gmock",
99 "//testing/gtest", 103 "//testing/gtest",
100 "//third_party/widevine/cdm:version_h", 104 "//third_party/widevine/cdm:version_h",
101 ] 105 ]
102 configs += [ "//media:media_config" ] 106 configs += [ "//media:media_config" ]
103 } 107 }
104 108
(...skipping 10 matching lines...) Expand all
115 jni_package = "media" 119 jni_package = "media"
116 } 120 }
117 121
118 android_library("media_java") { 122 android_library("media_java") {
119 deps = [ 123 deps = [
120 "//base:base_java", 124 "//base:base_java",
121 ] 125 ]
122 126
123 DEPRECATED_java_in_dir = "java/src" 127 DEPRECATED_java_in_dir = "java/src"
124 } 128 }
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