summaryrefslogtreecommitdiffstats
path: root/content/BUILD.gn
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-12 17:07:12 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-12 17:08:36 +0000
commit22fe91d3732cc46b9782792384bced33ffeee480 (patch)
tree4d6792df56f5f894166940038de1cdd11a46a124 /content/BUILD.gn
parentf723adfa62d5a3f0fd7773aec0dcca30006834b8 (diff)
downloadchromium_src-22fe91d3732cc46b9782792384bced33ffeee480.zip
chromium_src-22fe91d3732cc46b9782792384bced33ffeee480.tar.gz
chromium_src-22fe91d3732cc46b9782792384bced33ffeee480.tar.bz2
GN: Make content_shell and webkit_unit_tests work in component build
Except for webrtc, this produces content_shell and webkit_unit_tests binaries that link and run successfully on linux. R=brettw@chromium.org Review URL: https://codereview.chromium.org/462983002 Cr-Commit-Position: refs/heads/master@{#289007} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289007 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/BUILD.gn')
-rw-r--r--content/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/BUILD.gn b/content/BUILD.gn
index a2bd489..94c944d 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -14,7 +14,7 @@ content_shared_components = [
"//content/plugin",
"//content/ppapi_plugin",
"//content/public/app",
- "//content/public/browser",
+ "//content/public/browser:sources",
"//content/public/child",
"//content/public/common",
"//content/public/plugin",
@@ -28,6 +28,7 @@ if (is_component_build) {
deps = content_shared_components + [
"//content/app",
]
+ forward_dependent_configs_from = deps
}
} else {
group("content") {