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

Unified Diff: chrome/renderer/BUILD.gn

Issue 1292433002: Defer media playback in background tabs. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build.gn Created 5 years, 4 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: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 29627cad4a3f39a6da3da148718284b6534b094d..1d50b855517129446103ed110d45740cadf20b85 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -174,10 +174,6 @@ static_library("renderer") {
"spellchecker/hunspell_engine.h",
]
}
- if (!is_android) {
- sources +=
- rebase_path(gypi_values.chrome_renderer_non_android_sources, ".", "..")
- }
}
# In GYP this is part of test_support_common.

Powered by Google App Engine
This is Rietveld 408576698