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

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

Issue 2004813003: Fix a generated header build flake in //media/base/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "video_decoder_job.h", 66 "video_decoder_job.h",
67 "video_media_codec_decoder.cc", 67 "video_media_codec_decoder.cc",
68 "video_media_codec_decoder.h", 68 "video_media_codec_decoder.h",
69 ] 69 ]
70 configs += [ 70 configs += [
71 "//media:media_config", 71 "//media:media_config",
72 "//media:media_implementation", 72 "//media:media_implementation",
73 ] 73 ]
74 deps = [ 74 deps = [
75 ":media_jni_headers", 75 ":media_jni_headers",
76 "//media:media_features",
76 "//media:shared_memory_support", 77 "//media:shared_memory_support",
77 "//third_party/widevine/cdm:version_h", 78 "//third_party/widevine/cdm:version_h",
78 "//ui/gl", 79 "//ui/gl",
79 "//url", 80 "//url",
80 ] 81 ]
81 } 82 }
82 83
83 source_set("unittests") { 84 source_set("unittests") {
84 testonly = true 85 testonly = true
85 sources = [ 86 sources = [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 java_files = [ 130 java_files = [
130 "java/src/org/chromium/media/AudioManagerAndroid.java", 131 "java/src/org/chromium/media/AudioManagerAndroid.java",
131 "java/src/org/chromium/media/AudioRecordInput.java", 132 "java/src/org/chromium/media/AudioRecordInput.java",
132 "java/src/org/chromium/media/MediaCodecBridge.java", 133 "java/src/org/chromium/media/MediaCodecBridge.java",
133 "java/src/org/chromium/media/MediaCodecUtil.java", 134 "java/src/org/chromium/media/MediaCodecUtil.java",
134 "java/src/org/chromium/media/MediaDrmBridge.java", 135 "java/src/org/chromium/media/MediaDrmBridge.java",
135 "java/src/org/chromium/media/MediaPlayerBridge.java", 136 "java/src/org/chromium/media/MediaPlayerBridge.java",
136 "java/src/org/chromium/media/MediaPlayerListener.java", 137 "java/src/org/chromium/media/MediaPlayerListener.java",
137 ] 138 ]
138 } 139 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698