1 # Copyright 2014 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.
7 "ComplexTextInputPanel.h",
8 "ComplexTextInputPanel.mm",
10 "NSPasteboard+Utils.h",
11 "NSPasteboard+Utils.mm",
18 "NSWorkspace+Utils.h",
19 "NSWorkspace+Utils.m",
22 defines = [ "MOZILLA_IMPLEMENTATION" ]
28 if (is_component_build && (is_mac || is_ios)) {
29 # Needed to link to Obj-C static libraries.
30 ldflags = [ "-Wl,-ObjC" ]