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

Unified Diff: third_party/android_media/BUILD.gn

Issue 1008603003: Move MediaController.java upstream to Chromium repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix commit message Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/android_media/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/android_media/BUILD.gn
diff --git a/third_party/android_media/BUILD.gn b/third_party/android_media/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..96bba5a9326371bb9237b68ff0077e7a233f3848
--- /dev/null
+++ b/third_party/android_media/BUILD.gn
@@ -0,0 +1,27 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/android/rules.gni")
+
+assert(is_android)
+
+android_resources("android_media_resources") {
+ custom_package = "org.chromium.third_party.android.media"
+ resource_dirs = [ "java/res" ]
+ deps = [
+ "//third_party/android_tools:android_support_v7_appcompat_resources",
+ "//third_party/android_tools:android_support_v7_mediarouter_resources",
+ ]
+}
+
+android_library("android_media_java") {
+ DEPRECATED_java_in_dir = "java/src"
+ deps = [
+ ":android_media_resources",
+ "//third_party/android_tools:android_support_v7_mediarouter_java",
+ "//third_party/android_tools:android_support_v7_mediarouter_resources",
+ "//third_party/android_tools:android_support_v7_appcompat_java",
+ "//third_party/android_tools:android_support_v13_java",
+ ]
+}
« no previous file with comments | « no previous file | third_party/android_media/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698