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

Unified Diff: content/public/browser/BUILD.gn

Issue 1411503005: Aura on Android: content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_select_file
Patch Set: Created 5 years, 2 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
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 5319c05e1dd0f4a4b95fd150d19c532cc867a6fa..f39314e0d8de5bf15bc11d1beaf8ab544e4927dc 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -41,6 +41,13 @@ source_set("browser_sources") {
if (use_aura) {
sources -= [ "context_factory.h" ]
+
+ if (is_android) {
+ sources -= [
+ "android/browser_media_player_manager_register.cc",
+ "android/browser_media_player_manager_register.h",
+ ]
no sievers 2015/10/22 20:55:41 we'll actually need this, so maybe just revert cha
mfomitchev 2015/11/02 21:51:16 Done.
+ }
}
configs += [

Powered by Google App Engine
This is Rietveld 408576698