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

Unified Diff: ipc/BUILD.gn

Issue 1664653003: Revert of Move gn _run target generation into test(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 8c7a351103e72e3780c32895d0e48fd7dca9d763..036ff19267ad1a70f1b1bd6b38efcd153e061ff6 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -144,6 +144,13 @@
]
}
+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