From 0d0bd3858da9e422675dbdaf0dbe36220cc1b8a0 Mon Sep 17 00:00:00 2001 From: "dalecurtis@google.com" Date: Wed, 16 Jul 2014 20:14:06 +0000 Subject: 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 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD.gn') 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", -- cgit v1.1