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

Unified Diff: chromecast/android/BUILD.gn

Issue 2570623003: [Chromecast] Turn CastContentWindow into an abstract interface. (Closed)
Patch Set: Fix browser test Created 3 years, 11 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 | chromecast/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/android/BUILD.gn
diff --git a/chromecast/android/BUILD.gn b/chromecast/android/BUILD.gn
index 464f37acedfcda9ee6fe1f2e0a9cea9b015f5dbf..6a591b751dbe7c41b8e70c6bd84085d2757ac493 100644
--- a/chromecast/android/BUILD.gn
+++ b/chromecast/android/BUILD.gn
@@ -21,8 +21,6 @@ shared_library("libcast_shell_android") {
"//chromecast/app/android/cast_jni_loader.cc",
"cast_jni_registrar.cc",
"cast_jni_registrar.h",
- "cast_metrics_helper_android.cc",
- "cast_metrics_helper_android.h",
]
deps = [
@@ -36,7 +34,6 @@ shared_library("libcast_shell_android") {
"//chromecast/base:jni_headers",
"//chromecast/base/metrics",
"//chromecast/browser",
- "//chromecast/browser:jni_headers",
"//content/public/app:both",
"//content/public/browser",
"//skia",
« no previous file with comments | « no previous file | chromecast/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698