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', |
+ ], |
+ }], |
], |
}, |
{ |