Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: ipc/BUILD.gn

Issue 1662053002: Move gn _run target generation into test(). (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +kbr changes Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gles2_conform_support/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 036ff19267ad1a70f1b1bd6b38efcd153e061ff6..8c7a351103e72e3780c32895d0e48fd7dca9d763 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -144,13 +144,6 @@ source_set("param_traits") {
]
}
-group("ipc_tests_run") {
- testonly = true
- deps = [
- ":ipc_tests",
- ]
-}
-
test("ipc_tests") {
sources = [
"attachment_broker_mac_unittest.cc",
« no previous file with comments | « gpu/gles2_conform_support/BUILD.gn ('k') | jingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698