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

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

Issue 1408793009: media: Remove BrowserCdmFactory inferface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment for DEPS change. Created 5 years, 1 month 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/base/BUILD.gn ('k') | media/base/android/android_cdm_factory.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/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
11 assert(is_android) 11 assert(is_android)
12 12
13 source_set("android") { 13 source_set("android") {
14 sources = [ 14 sources = [
15 "access_unit_queue.cc", 15 "access_unit_queue.cc",
16 "access_unit_queue.h", 16 "access_unit_queue.h",
17 "android_cdm_factory.cc",
18 "android_cdm_factory.h",
17 "audio_decoder_job.cc", 19 "audio_decoder_job.cc",
18 "audio_decoder_job.h", 20 "audio_decoder_job.h",
19 "browser_cdm_factory_android.cc",
20 "browser_cdm_factory_android.h",
21 "demuxer_android.h", 21 "demuxer_android.h",
22 "demuxer_stream_player_params.cc", 22 "demuxer_stream_player_params.cc",
23 "demuxer_stream_player_params.h", 23 "demuxer_stream_player_params.h",
24 "media_client_android.cc", 24 "media_client_android.cc",
25 "media_client_android.h", 25 "media_client_android.h",
26 "media_codec_audio_decoder.cc", 26 "media_codec_audio_decoder.cc",
27 "media_codec_audio_decoder.h", 27 "media_codec_audio_decoder.h",
28 "media_codec_bridge.cc", 28 "media_codec_bridge.cc",
29 "media_codec_bridge.h", 29 "media_codec_bridge.h",
30 "media_codec_decoder.cc", 30 "media_codec_decoder.cc",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 134
135 android_library("media_java") { 135 android_library("media_java") {
136 deps = [ 136 deps = [
137 "//base:base_java", 137 "//base:base_java",
138 ] 138 ]
139 139
140 srcjar_deps = [ ":media_java_enums_srcjar" ] 140 srcjar_deps = [ ":media_java_enums_srcjar" ]
141 141
142 DEPRECATED_java_in_dir = "java/src" 142 DEPRECATED_java_in_dir = "java/src"
143 } 143 }
OLDNEW
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/android/android_cdm_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698