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
3 # found in the LICENSE file.
8 'target_name': 'mozilla',
9 'type': '<(component)',
11 'ComplexTextInputPanel.h',
12 'ComplexTextInputPanel.mm',
14 'NSPasteboard+Utils.h',
15 'NSPasteboard+Utils.mm',
22 'NSWorkspace+Utils.h',
23 'NSWorkspace+Utils.m',
26 'MOZILLA_IMPLEMENTATION',
30 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
34 '../../url/url.gyp:url_lib',
37 ['component=="shared_library"',
39 # Needed to link to Obj-C static libraries.
40 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},