summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authordalecurtis@google.com <dalecurtis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-16 20:14:06 +0000
committerdalecurtis@google.com <dalecurtis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-16 20:14:06 +0000
commit0d0bd3858da9e422675dbdaf0dbe36220cc1b8a0 (patch)
tree8923b50832f975b7856826c2328ab8eb18a94f78 /BUILD.gn
parentd0ef976d457e6abadcdc4bfb1db18ae912bd3024 (diff)
downloadchromium_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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ff27615..ce5ea0d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -38,6 +38,7 @@ group("root") {
"//gpu",
"//google_apis",
"//ipc",
+ "//media",
"//mojo",
"//mojo/common",
"//mojo/environment:chromium",