Home | History | Annotate | Download | only in mozilla
      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.
      4 
      5 {
      6   'targets': [
      7     {
      8       'target_name': 'mozilla',
      9       'type': 'static_library',
     10       'link_settings': {
     11         'libraries': [
     12           '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
     13         ],
     14       },
     15       'dependencies': [
     16         '../../url/url.gyp:url_lib',
     17       ],
     18       'sources': [
     19         'ComplexTextInputPanel.h',
     20         'ComplexTextInputPanel.mm',
     21         'NSPasteboard+Utils.h',
     22         'NSPasteboard+Utils.mm',
     23         'NSScreen+Utils.h',
     24         'NSScreen+Utils.m',
     25         'NSString+Utils.h',
     26         'NSString+Utils.mm',
     27         'NSURL+Utils.h',
     28         'NSURL+Utils.m',
     29         'NSWorkspace+Utils.h',
     30         'NSWorkspace+Utils.m',
     31       ],
     32     },
     33   ],
     34 }
     35