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

Unified Diff: content/renderer/BUILD.gn

Issue 411783003: Add GN Build file for extensions_common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android fixes Created 6 years, 5 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 | « content/browser/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 847c75283abaf16ab55702e741947d6686ce7d6b..1b83c38ceabfcbff6463400d7df47a781f632d43 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -74,7 +74,6 @@ source_set("renderer") {
sources -= [
"accessibility/renderer_accessibility_focus_only.cc",
"media/audio_decoder.cc",
- "media/filter_helpers.cc",
"media/webmediaplayer_impl.cc",
]
sources += [
@@ -169,11 +168,4 @@ source_set("renderer") {
content_renderer_gypi_values.private_renderer_plugin_webrtc_sources,
".", "//content")
}
-
- if (!enable_pepper_cdms) {
- sources -= [
- "renderer/media/crypto/ppapi_decryptor.cc",
- "renderer/media/crypto/ppapi_decryptor.h",
- ]
- }
}
« no previous file with comments | « content/browser/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698