summaryrefslogtreecommitdiffstats
path: root/components/wifi/BUILD.gn
Commit message (Collapse)AuthorAgeFilesLines
* Fix various missing dependencies in //components for the Mac GN build.dpranke2015-05-011-0/+1
| | | | | | | | | | TBR=brettw@chromium.org BUG=431177 CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1114123003 Cr-Commit-Position: refs/heads/master@{#327862}
* gn format //componentsscottmg2014-12-031-6/+2
| | | | | | | | | | | No intended functionality change. R=brettw@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/780633002 Cr-Commit-Position: refs/heads/master@{#306640}
* Cleanup test_support target names.tfarina@chromium.org2014-07-221-1/+1
| | | | | | | | | | | | | | | | | | | In GN it is redundat to include the parent directory name, as in ui/gfx:gfx_test_support. Instead we can write it as ui/gfx:test_support which is shorter and nicer to read. Targets found with the following command line: $ for f in $(g ls-files | grep BUILD); do grep _test_support $f; echo $f; done BUG=None TEST=None R=brettw@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/409493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284800 0039d316-1c4b-4281-b951-d872f2087c98
* components: Add GN Build file for wifi component.tfarina@chromium.org2014-07-021-0/+63
BUG=None TEST=gn gen out/Debug_gn && ninja -C out/Debug_gn wifi wifi_test_support wifi_test R=brettw@chromium.org TBR=jochen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/351713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280973 0039d316-1c4b-4281-b951-d872f2087c98