Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index d89ba2cf03c3985fb25302d1c9f302b8b70f4620..ee2777d0c260fb5c7c1f97632e27e355277f9bb5 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -593,6 +593,8 @@ group("both_gn_and_gyp") { |
"//third_party/openh264:processing", |
] |
} |
+ |
+ deps += [ "//tools/ipc_fuzzer:ipc_fuzzer_all" ] |
Dirk Pranke
2016/04/25 18:48:58
since this is now unconditionally added, you shoul
Oliver Chang
2016/04/25 19:25:50
Done.
|
} |
# This group contains all the targets needed to run mojo's apptest_runner. |