diff options
author | dalecurtis@google.com <dalecurtis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 20:14:06 +0000 |
---|---|---|
committer | dalecurtis@google.com <dalecurtis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-16 20:14:06 +0000 |
commit | 0d0bd3858da9e422675dbdaf0dbe36220cc1b8a0 (patch) | |
tree | 8923b50832f975b7856826c2328ab8eb18a94f78 /BUILD.gn | |
parent | d0ef976d457e6abadcdc4bfb1db18ae912bd3024 (diff) | |
download | chromium_src-0d0bd3858da9e422675dbdaf0dbe36220cc1b8a0.zip chromium_src-0d0bd3858da9e422675dbdaf0dbe36220cc1b8a0.tar.gz chromium_src-0d0bd3858da9e422675dbdaf0dbe36220cc1b8a0.tar.bz2 |
Enable media in default GN build -- Part Deux!
Previous submission was missing enough of the android portion to prevent
passing of compilation. This patch combines ajwong@'s previous work with
enough fixes to the Android build to get it working.
BUG=none
TEST=passes GN, compiles.
R=brettw@chromium.org
Review URL: https://codereview.chromium.org/390893003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ group("root") { "//gpu", "//google_apis", "//ipc", + "//media", "//mojo", "//mojo/common", "//mojo/environment:chromium", |