diff options
author | Brett Wilson <brettw@chromium.org> | 2014-09-11 09:58:56 -0700 |
---|---|---|
committer | Brett Wilson <brettw@chromium.org> | 2014-09-11 17:13:07 +0000 |
commit | 8f132304db80d9de8d0df51a568dda65ddec93ef (patch) | |
tree | 496ef8910ec3b471e05d2d2395a501533e2b7507 /content/gpu | |
parent | 36e91cd9ac1516a202ab09cc5ea98781c84db0d8 (diff) | |
download | chromium_src-8f132304db80d9de8d0df51a568dda65ddec93ef.zip chromium_src-8f132304db80d9de8d0df51a568dda65ddec93ef.tar.gz chromium_src-8f132304db80d9de8d0df51a568dda65ddec93ef.tar.bz2 |
Make chrome GN build work in component mode.
This also fixes a resources regression (added extensions resources) that caused chrome not to run.
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/554393009
Cr-Commit-Position: refs/heads/master@{#294406}
Diffstat (limited to 'content/gpu')
-rw-r--r-- | content/gpu/BUILD.gn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn index 660354f..d1f8448 100644 --- a/content/gpu/BUILD.gn +++ b/content/gpu/BUILD.gn @@ -6,9 +6,7 @@ import("//build/config/ui.gni") import("//content/content.gni") source_set("gpu") { - # TODO(brettw) it seems like this should be only visible to content like - # the other non-public content directories are. But this is depended on by - # the chrome target. + visibility = [ "//content/*" ] sources = [ "gpu_main.cc", |