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

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

Issue 2694323002: media: Fix build config for audio_unittests on Android (Closed)
Patch Set: more commenting Created 3 years, 10 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') | 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/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 # These should compile on non-android platforms too. 10 # These should compile on non-android platforms too.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ":anywhere", 44 ":anywhere",
45 "//media/base:test_support", 45 "//media/base:test_support",
46 "//testing/gmock", 46 "//testing/gmock",
47 "//testing/gtest", 47 "//testing/gtest",
48 ] 48 ]
49 } 49 }
50 50
51 if (is_android) { 51 if (is_android) {
52 import("//build/config/android/rules.gni") 52 import("//build/config/android/rules.gni")
53 53
54 # APK targets that depend on this, either directly or indirectly, should also
55 # depend on :media_java to get the corresponding Java classes.
54 source_set("android") { 56 source_set("android") {
55 sources = [ 57 sources = [
56 "android_cdm_factory.cc", 58 "android_cdm_factory.cc",
57 "android_cdm_factory.h", 59 "android_cdm_factory.h",
58 "media_client_android.cc", 60 "media_client_android.cc",
59 "media_client_android.h", 61 "media_client_android.h",
60 "media_codec_util.cc", 62 "media_codec_util.cc",
61 "media_codec_util.h", 63 "media_codec_util.h",
62 "media_drm_bridge.cc", 64 "media_drm_bridge.cc",
63 "media_drm_bridge.h", 65 "media_drm_bridge.h",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "java/src/org/chromium/media/CodecProfileLevelList.java", 152 "java/src/org/chromium/media/CodecProfileLevelList.java",
151 "java/src/org/chromium/media/MediaCodecBridge.java", 153 "java/src/org/chromium/media/MediaCodecBridge.java",
152 "java/src/org/chromium/media/MediaCodecUtil.java", 154 "java/src/org/chromium/media/MediaCodecUtil.java",
153 "java/src/org/chromium/media/MediaDrmBridge.java", 155 "java/src/org/chromium/media/MediaDrmBridge.java",
154 "java/src/org/chromium/media/MediaPlayerBridge.java", 156 "java/src/org/chromium/media/MediaPlayerBridge.java",
155 "java/src/org/chromium/media/MediaPlayerListener.java", 157 "java/src/org/chromium/media/MediaPlayerListener.java",
156 "java/src/org/chromium/media/MediaServerCrashListener.java", 158 "java/src/org/chromium/media/MediaServerCrashListener.java",
157 ] 159 ]
158 } 160 }
159 } 161 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698