diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 22:25:23 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 22:25:23 +0000 |
commit | 59ff2d432815be7bd59b96b7567f68b592847ac5 (patch) | |
tree | b843f1715427edbd3d10036ce16d5765bf5a5d70 /device | |
parent | e20e21cf6486ef399ca6d249210306a1d6e8cc5a (diff) | |
download | chromium_src-59ff2d432815be7bd59b96b7567f68b592847ac5.zip chromium_src-59ff2d432815be7bd59b96b7567f68b592847ac5.tar.gz chromium_src-59ff2d432815be7bd59b96b7567f68b592847ac5.tar.bz2 |
Make GN's "check" run cleanly.
This fixes a bunch of minor issues, mostly header file dependencies for undeclared dependencies.
This also fixes some random TODOs.
R=scottmg@chromium.org
BUG=
Review URL: https://codereview.chromium.org/246303005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device')
-rw-r--r-- | device/usb/BUILD.gn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn index 428a717..e3427b2 100644 --- a/device/usb/BUILD.gn +++ b/device/usb/BUILD.gn @@ -28,7 +28,5 @@ action("usb_device_ids") { ] # Only the device_usb target can depend on us. - # TODO(brettw) uncomment this when visibility is implemented in the pushed - # GN binary. - #visibility = [ ":usb" ] + visibility = [ ":usb" ] } |