| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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}
|
|
|
|
|
|
|
|
|
|
|
| |
No intended functionality change.
R=brettw@chromium.org
BUG=348474
Review URL: https://codereview.chromium.org/780633002
Cr-Commit-Position: refs/heads/master@{#306640}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|