commit | 53f7f51b7f7ebd28427d5ab323e4a9c88ff701e6 | [log] [tgz] |
---|---|---|
author | thakis <thakis@chromium.org> | Fri Apr 21 14:48:55 2017 |
committer | Commit bot <commit-bot@chromium.org> | Fri Apr 21 14:48:55 2017 |
tree | 6ccc7272c9e4d68f4dabca8cafe2e99c149a1341 | |
parent | b925c2b15c74dd65a007c2b4e6719d8830327271 [diff] |
Address some TODO(GYP_GONE)s No intended behavior change. If this breaks your bot because it's trying to build a foo_run target, make it build the corresponding foo target instead (see diff). Depends on https://chromium-review.googlesource.com/#/c/419296/ BUG=673897 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=brettw Review-Url: https://codereview.chromium.org/2569333002 Review-Url: https://codereview.chromium.org/2569333002 Cr-Original-Commit-Position: refs/heads/master@{#466331} Committed: https://chromium.googlesource.com/chromium/src/+/1d66d232a08315927b4ffb6212c1516c6ddfbe6d Cr-Original-Original-Commit-Position: refs/heads/master@{#466154} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 9cb3b1d088bdd435de0292a58966c4c514acd0a1
diff --git a/BUILD.gn b/BUILD.gn index 75018f0..33f2abc 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -985,13 +985,3 @@ public_configs = [ ":sender_config" ] } } - -if (is_android) { - # TODO(GYP_GONE) Delete this after we've converted everything to GN. - group("breakpad_unittests_deps") { - testonly = true - deps = [ - ":breakpad_unittests", - ] - } -}