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

Unified Diff: ipc/BUILD.gn

Issue 1248673005: Add GN isolate support for a bunch of unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@some_isolates
Patch Set: merge to HEAD Created 5 years, 5 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/BUILD.gn ('k') | sandbox/linux/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 4074fe91916be129a2730d10f1c3effd1b6235d1..c27522aa22f39b4c76267e54c08b752d2e48dc04 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -107,6 +107,13 @@ component("ipc") {
# TODO(GYP): crbug.com/360936. Get this to build and run on Android.
if (!is_android) {
+ group("ipc_tests_run") {
+ testonly = true
+ deps = [
+ ":ipc_tests",
+ ]
+ }
+
test("ipc_tests") {
sources = [
"attachment_broker_win_unittest.cc",
« no previous file with comments | « gpu/BUILD.gn ('k') | sandbox/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698