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

Unified Diff: chrome/android/BUILD.gn

Issue 2904683002: [Cast, Android] The 2nd try to replace TransportXX classes in Cast UI (Closed)
Patch Set: Added the fix on top of the revert Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/layout/expanded_cast_controller.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 25d2f1eb2a1d4140ed7b4d19f709d50cbb6d1dc0..3eec53a352640d15fbfde013e558d2200062d187 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -94,10 +94,10 @@ android_resources("chrome_java_resources") {
"//components/strings:components_strings_grd",
"//content/public/android:content_java_resources",
"//third_party/android_data_chart:android_data_chart_java_resources",
+ "//third_party/android_media:android_media_resources",
"//third_party/android_tools:android_support_design_java",
"//third_party/android_tools:android_support_transition_java",
"//third_party/android_tools:android_support_v7_appcompat_java",
- "//third_party/android_tools:android_support_v7_mediarouter_java",
"//third_party/android_tools:android_support_v7_recyclerview_java",
]
custom_package = "org.chromium.chrome"
@@ -217,6 +217,7 @@ android_library("chrome_java") {
"//third_party/WebKit/public:android_mojo_bindings_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/android_data_chart:android_data_chart_java",
+ "//third_party/android_media:android_media_java",
"//third_party/android_protobuf:protobuf_nano_javalib",
"//third_party/android_swipe_refresh:android_swipe_refresh_java",
"//third_party/android_tools:android_gcm_java",
« no previous file with comments | « no previous file | chrome/android/java/res/layout/expanded_cast_controller.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698