OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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/rules.gni") | 5 import("//build/config/android/rules.gni") |
6 | 6 |
7 assert(is_android) | 7 assert(is_android) |
8 | 8 |
9 # GYP target: chromecast.gyp:cast_shell_manifest | 9 # GYP target: chromecast.gyp:cast_shell_manifest |
10 jinja_template("cast_shell_manifest") { | 10 jinja_template("cast_shell_manifest") { |
(...skipping 27 matching lines...) Expand all Loading... |
38 deps = [ | 38 deps = [ |
39 ":cast_shell_android_resources", | 39 ":cast_shell_android_resources", |
40 "//base:base_java", | 40 "//base:base_java", |
41 "//chromecast/base:base_java", | 41 "//chromecast/base:base_java", |
42 "//components/external_video_surface:java", | 42 "//components/external_video_surface:java", |
43 "//content/public/android:content_java", | 43 "//content/public/android:content_java", |
44 "//media/base/android:media_java", | 44 "//media/base/android:media_java", |
45 "//net/android:net_java", | 45 "//net/android:net_java", |
46 | 46 |
47 # TODO(slan): We may need to pass this in as a parameter. | 47 # TODO(slan): We may need to pass this in as a parameter. |
48 "//third_party/android_tools:android_support_v13_java", | 48 "//third_party/android_tools:android_support_v4_java", |
49 "//ui/android:ui_java", | 49 "//ui/android:ui_java", |
50 ] | 50 ] |
51 } | 51 } |
OLD | NEW |