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

Unified Diff: mojo/mojo_edk.gyp

Issue 1712143002: [mojo-edk] Add support for transferring mach ports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More stuff. Created 4 years, 9 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
Index: mojo/mojo_edk.gyp
diff --git a/mojo/mojo_edk.gyp b/mojo/mojo_edk.gyp
index f95cde462343599aeefea7085157bc777be6e191..42e955fe21b2145ef54a3414eaf58bb4e7253d0f 100644
--- a/mojo/mojo_edk.gyp
+++ b/mojo/mojo_edk.gyp
@@ -146,6 +146,12 @@
# uninteresting.
'msvs_disabled_warnings': [ 4324 ],
}],
+ ['OS=="mac" and OS!="ios"', {
Ken Rockot(use gerrit already) 2016/03/09 08:34:31 possibly just the code review UI but this indentat
Anand Mistry (off Chromium) 2016/03/11 07:44:18 It's because my vim was inserting tabs instead of
+ 'sources': [
+ 'edk/system/mach_port_relay.cc',
+ 'edk/system/mach_port_relay.h',
+ ],
+ }],
],
},
{
« mojo/edk/test/mojo_test_base.cc ('K') | « mojo/edk/test/multiprocess_test_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698