From 64275214e0ab409050f048cb7e4b4cf30e3df082 Mon Sep 17 00:00:00 2001 From: Brett Wilson Date: Tue, 26 Aug 2014 12:05:21 -0700 Subject: Work on GN build of Chrome. Fixes the rest of the non-rtc and non-vpx linker errors for the chrome target. BUG= R=ajwong@chromium.org Review URL: https://codereview.chromium.org/505853003 Cr-Commit-Position: refs/heads/master@{#291952} --- apps/BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/BUILD.gn b/apps/BUILD.gn index 16d4138..0a80d8c 100644 --- a/apps/BUILD.gn +++ b/apps/BUILD.gn @@ -49,6 +49,7 @@ static_library("apps") { "//chrome/app/theme:theme_resources", "//chrome/browser/extensions", "//chrome/common/extensions/api:api", + "//components/web_modal", "//skia", ] -- cgit v1.1