summaryrefslogtreecommitdiffstats
path: root/third_party/mozilla
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 18:27:06 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-06 18:27:06 +0000
commit580c4049677a45f11f19378dcb71bb6d7e9db094 (patch)
tree53e56bee040027f2330f3b1d24402440908b0ab2 /third_party/mozilla
parente6d9cab22c32de66edee5f70d1263615b03e8801 (diff)
downloadchromium_src-580c4049677a45f11f19378dcb71bb6d7e9db094.zip
chromium_src-580c4049677a45f11f19378dcb71bb6d7e9db094.tar.gz
chromium_src-580c4049677a45f11f19378dcb71bb6d7e9db094.tar.bz2
Add gyp file to build third_party/mozilla.
This is necessary to remove ui_cocoa_third_party_toolkits target from ui.gyp. BUG=299841 TEST=None R=mark@chromium.org,ben@chromium.org TBR=ben Review URL: https://codereview.chromium.org/104533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mozilla')
-rw-r--r--third_party/mozilla/mozilla.gyp34
1 files changed, 34 insertions, 0 deletions
diff --git a/third_party/mozilla/mozilla.gyp b/third_party/mozilla/mozilla.gyp
new file mode 100644
index 0000000..9ee53bb
--- /dev/null
+++ b/third_party/mozilla/mozilla.gyp
@@ -0,0 +1,34 @@
+# Copyright 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'mozilla',
+ 'type': 'static_library',
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
+ ],
+ },
+ 'dependencies': [
+ '../../url/url.gyp:url_lib',
+ ],
+ 'sources': [
+ 'ComplexTextInputPanel.h',
+ 'ComplexTextInputPanel.mm',
+ 'NSPasteboard+Utils.h',
+ 'NSPasteboard+Utils.mm',
+ 'NSScreen+Utils.h',
+ 'NSScreen+Utils.m',
+ 'NSString+Utils.h',
+ 'NSString+Utils.mm',
+ 'NSURL+Utils.h',
+ 'NSURL+Utils.m',
+ 'NSWorkspace+Utils.h',
+ 'NSWorkspace+Utils.m',
+ ],
+ },
+ ],
+}