Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Side by Side Diff: third_party/mozilla/mozilla.gyp

Issue 1858063002: Remove Mac NPAPI things (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more build fixes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/mozilla/README.chromium ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « third_party/mozilla/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698