From 9786502bf6b5751c862ceb5f7c55eb9280555d30 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Fri, 13 Jun 2014 23:18:04 +0000 Subject: Hook up content/browser compile in GN build. I've started changing the way grit headers are included so the include path is relative to the root gen path (liek internal Google does). This also means we don't accumulate another implicit include path for every grit target in the build. Updates the grit target a bit so that it also includes the generated id file as a dependency, since if this changes everything will need to be re-run. This adds a bunch of tracing targets required by the content browser build TBR=scottmg Review URL: https://codereview.chromium.org/335693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277124 0039d316-1c4b-4281-b951-d872f2087c98 --- BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index cb07ffc..617ff24 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -35,7 +35,7 @@ group("root") { "//components/translate:translate_core_browser", "//components/translate:translate_core_common", "//components/url_matcher", - #"//content/public/browser", # Exists but doesn't build yet. + "//content/public/browser", "//content/public/child", "//content/public/common", "//content/public/renderer", @@ -134,6 +134,7 @@ group("root") { if (is_android) { deps -= [ "//cc", + "//content/public/browser", "//content/public/common", "//content/public/renderer", "//dbus", -- cgit v1.1