diff options
author | James Robinson <jamesr@chromium.org> | 2014-09-10 15:31:37 -0700 |
---|---|---|
committer | James Robinson <jamesr@chromium.org> | 2014-09-10 22:45:03 +0000 |
commit | 060f2e31fd19dd8d5b029cd281aed05a510c545f (patch) | |
tree | 5d0a8edb2ed6f9619e7bb84432da8c45221a8800 /content/renderer/BUILD.gn | |
parent | a1cfce8ecf31c486bbb1307ebfb44a2a0c15d2cb (diff) | |
download | chromium_src-060f2e31fd19dd8d5b029cd281aed05a510c545f.zip chromium_src-060f2e31fd19dd8d5b029cd281aed05a510c545f.tar.gz chromium_src-060f2e31fd19dd8d5b029cd281aed05a510c545f.tar.bz2 |
GN: Enable blink and (nearly) all of content in android build
This enables all blink targets and nearly all content targets in the
android build. This produces a content shell APK, but not a fully
operational one yet. This also flips on a bunch of other targets pulled
in by deps.
R=brettw@chromium.org
Review URL: https://codereview.chromium.org/561623002
Cr-Commit-Position: refs/heads/master@{#294247}
Diffstat (limited to 'content/renderer/BUILD.gn')
-rw-r--r-- | content/renderer/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn index 57dd73c..06eb947 100644 --- a/content/renderer/BUILD.gn +++ b/content/renderer/BUILD.gn @@ -80,6 +80,7 @@ source_set("renderer") { sources -= [ "accessibility/renderer_accessibility_focus_only.cc", "media/audio_decoder.cc", + "media/crypto/encrypted_media_player_support_impl.cc", ] sources += [ "external_popup_menu.cc", |