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

Unified Diff: ipc/BUILD.gn

Issue 1397023002: ipc: Write end-to-end tests for SharedMemoryHandle brokering on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from tsepez. Created 5 years, 2 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 | « no previous file | ipc/attachment_broker_mac_unittest.cc » ('j') | ipc/attachment_broker_mac_unittest.cc » ('J')
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 c8372588c0a6238a6661eefbd09c31016a89ea56..44917eea473774ce0cc28cb932dc5568adf902e2 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -144,6 +144,7 @@ if (!is_android) {
test("ipc_tests") {
sources = [
+ "attachment_broker_mac_unittest.cc",
"attachment_broker_privileged_mac_unittest.cc",
"attachment_broker_privileged_win_unittest.cc",
"attachment_broker_unprivileged_win_unittest.cc",
« no previous file with comments | « no previous file | ipc/attachment_broker_mac_unittest.cc » ('j') | ipc/attachment_broker_mac_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698