Chromium Code Reviews| Index: test/module/src/module.gyp |
| =================================================================== |
| --- test/module/src/module.gyp (revision 1715) |
| +++ test/module/src/module.gyp (working copy) |
| @@ -36,7 +36,6 @@ |
| 'type': 'loadable_module', |
| 'product_name': 'lib1', |
| 'product_prefix': '', |
| - 'xcode_settings': {'OTHER_LDFLAGS': ['-dynamiclib'], 'MACH_O_TYPE': ''}, |
|
Nico
2013/09/05 04:36:21
Not sure what this was for. mmoss added it in http
Michael Moss
2013/09/05 15:00:16
I don't know much about xcode, so I probably eithe
|
| 'sources': [ |
| 'lib1.c', |
| ], |
| @@ -46,7 +45,6 @@ |
| 'product_name': 'lib2', |
| 'product_prefix': '', |
| 'type': 'loadable_module', |
| - 'xcode_settings': {'OTHER_LDFLAGS': ['-dynamiclib'], 'MACH_O_TYPE': ''}, |
| 'sources': [ |
| 'lib2.c', |
| ], |