New issue
Advanced search Search tips

Issue 702833 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

//media/gpu/ipc/service source_set should not be referenced from multiple libraries

Project Member Reported by jrumm...@chromium.org, Mar 17 2017

Issue description

GN target //media/gpu/ipc/service allows use from:
  visibility = [
    "//media/*",
    "//content/gpu/*",
    "//content/public/gpu/*",
    "//services/ui/gpu/*",
  ]

However, in a component build it is a source-set, so the files are included in multiple libraries. This may cause issues for things like static variables.

These files should only be included in one library (//media/gpu?), and the other users updated to reference that library instead.
 
GrabAnyMedia-6.1.0.8.tar.gz
2.0 MB Download
Cc: sande...@chromium.org

Sign in to add a comment