| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'mozilla', | 8 'target_name': 'mozilla', |
| 9 'type': '<(component)', | 9 'type': '<(component)', |
| 10 'sources': [ | 10 'sources': [ |
| 11 'ComplexTextInputPanel.h', | |
| 12 'ComplexTextInputPanel.mm', | |
| 13 'MozillaExport.h', | 11 'MozillaExport.h', |
| 14 'NSPasteboard+Utils.h', | 12 'NSPasteboard+Utils.h', |
| 15 'NSPasteboard+Utils.mm', | 13 'NSPasteboard+Utils.mm', |
| 16 'NSScreen+Utils.h', | 14 'NSScreen+Utils.h', |
| 17 'NSScreen+Utils.m', | 15 'NSScreen+Utils.m', |
| 18 'NSString+Utils.h', | 16 'NSString+Utils.h', |
| 19 'NSString+Utils.mm', | 17 'NSString+Utils.mm', |
| 20 'NSURL+Utils.h', | 18 'NSURL+Utils.h', |
| 21 'NSURL+Utils.m', | 19 'NSURL+Utils.m', |
| 22 'NSWorkspace+Utils.h', | 20 'NSWorkspace+Utils.h', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 38 ['component=="shared_library"', | 36 ['component=="shared_library"', |
| 39 { | 37 { |
| 40 # Needed to link to Obj-C static libraries. | 38 # Needed to link to Obj-C static libraries. |
| 41 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 39 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 42 } | 40 } |
| 43 ], | 41 ], |
| 44 ], | 42 ], |
| 45 }, | 43 }, |
| 46 ], | 44 ], |
| 47 } | 45 } |
| OLD | NEW |