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

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

Issue 498573002: GN: Declare dep from media/base/android to widevine_cdm_version copy step (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« 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 27 matching lines...) Expand all
38 "media_source_player.cc", 38 "media_source_player.cc",
39 "media_source_player.h", 39 "media_source_player.h",
40 "media_url_interceptor.h", 40 "media_url_interceptor.h",
41 "video_decoder_job.cc", 41 "video_decoder_job.cc",
42 "video_decoder_job.h", 42 "video_decoder_job.h",
43 "webaudio_media_codec_bridge.cc", 43 "webaudio_media_codec_bridge.cc",
44 "webaudio_media_codec_bridge.h", 44 "webaudio_media_codec_bridge.h",
45 "webaudio_media_codec_info.h", 45 "webaudio_media_codec_info.h",
46 ] 46 ]
47 configs += [ "//media:media_config" ] 47 configs += [ "//media:media_config" ]
48 deps = [ ":media_jni_headers" ] 48 deps = [
49 ":media_jni_headers",
50 "//third_party/widevine/cdm:version_h",
51 ]
49 } 52 }
50 53
51 source_set("unittests") { 54 source_set("unittests") {
52 sources = [ 55 sources = [
53 "media_codec_bridge_unittest.cc", 56 "media_codec_bridge_unittest.cc",
54 "media_drm_bridge_unittest.cc", 57 "media_drm_bridge_unittest.cc",
55 "media_source_player_unittest.cc", 58 "media_source_player_unittest.cc",
56 ] 59 ]
57 deps = [ 60 deps = [
58 ":android", 61 ":android",
(...skipping 19 matching lines...) Expand all
78 jni_package = "media" 81 jni_package = "media"
79 } 82 }
80 83
81 generate_jni("video_capture_jni_headers") { 84 generate_jni("video_capture_jni_headers") {
82 sources = [ 85 sources = [
83 "java/src/org/chromium/media/VideoCapture.java", 86 "java/src/org/chromium/media/VideoCapture.java",
84 "java/src/org/chromium/media/VideoCaptureFactory.java", 87 "java/src/org/chromium/media/VideoCaptureFactory.java",
85 ] 88 ]
86 jni_package = "media" 89 jni_package = "media"
87 } 90 }
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